简体   繁体   English

带有DB2扩展和SSL的PHP​​回建用于bluemix

[英]PHP buildback with DB2 extension and SSL for bluemix

Is there a PHP buildpack out there which I can use which has the DB2 extensions and the SSL for the DB2. 有没有可以使用的PHP buildpack,它具有DB2扩展名和DB2的SSL。 I have been searching for it and tried using the PHP Buildpack , but with no luck to connect to the DB2. 我一直在搜索它,并尝试使用PHP Buildpack ,但是没有运气连接到DB2。

Any suggestion is appreciated. 任何建议表示赞赏。

Thanks 谢谢

I haven't tested that but you should be able to use the standard PHP builpack that comes with IBM Cloud and its Cloud Foundry. 我尚未进行测试,但是您应该能够使用IBM Cloud及其Cloud Foundry随附的标准PHP builpack。

The PHP buildpack allows to configure extensions to be downloaded. PHP buildpack允许配置要下载的扩展 If you add ibm_db2.so as extension , it should be considered as it is part of the regular PHP ecosystem. 如果ibm_db2.so添加为extension ,则应将其视为常规PHP生态系统的一部分。 Another Db2 driver is PDO_IBM . 另一个Db2驱动程序是PDO_IBM

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM