github php buildpack supporting DB2 and IBM Cloud php app
问题 We have a PHP app on IBM Cloud connected to an instance of DB2 (also on IBM Cloud) that has been working flawlessly for 2 years Up until Sept 16th, we used the buildbpack with our PHP app (so that it could connect to DB2 via the db2_connect PHP function.) Now after the cflinuxfs3 upgrade that buildpack does not work and we are forced to use the " "php_buildpack" community buildpack already installed in Cloud Foundry". however, This new buildpack does not support DB2 connections. When trying