如何检查我的 Apache 安装中是否启用了 PDO 支持?
问题描述
我通过 CIPL.in 使用共享主机.他们使用 cpanel.我正在尝试在我的网站上部署 ZEND 应用程序.但是它不断给出错误.
I am using a shared hosting through CIPL.in. They use cpanel. I am trying to deploy a ZEND app on my website. However it keeps giving the error.
此外,当我尝试打印我得到的 phpinfo 时:
Also when I try to print out the phpinfo I get:
这可以在 http://cubeee.co.in/worm/tester 上看到.php
然而,当我回到我的托管服务提供商那里时,他们告诉我他们已经修改了 php.ini 以启用 PDO 支持,他们会再次检查.我需要做什么或要求我的房东做什么?
However when I get back to my hosting providers, they tell me that they have modified the php.ini to enable the PDO support and they will check again. What is it that I need to do or ask my hosts to do?
推荐答案
PHP 输出中的 configure 命令显示:
The configure command in your PHP output shows:
所以我认为假设他们没有启用它是安全的.
so I think it's safe to assume that they haven't enabled it.
这篇关于如何检查我的 Apache 安装中是否启用了 PDO 支持?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!