I have installed pdo and pdo_mysql, But pho cannot be used at all times. I don't know why. thank you for your phpinfo () environment: CentOS6.5php: 5.6.24 the installation file in the php source package is used at the end of php. add the following content in ini and restart apache {code ...}
I have installed pdo and pdo_mysql, but pho is always unavailable. I don't know why. thank you for your consideration.
Phpinfo ()
Environment: CentOS 6.5
Php: 5.6.24
The installation file in the php source package is used.
Add the following content in php. ini and restart apache.
extension=/usr/local/php-5.6.24/lib/php/extensions/no-debug-zts-20131226/pdo.soextension=/usr/local/php-5.6.24/lib/php/extensions/no-debug-zts-20131226/pdo_mysql.so
Reply content:
I have installed pdo and pdo_mysql, but pho is always unavailable. I don't know why. thank you for your consideration.
Phpinfo ()
Environment: CentOS 6.5
Php: 5.6.24
The installation file in the php source package is used.
Add the following content in php. ini and restart apache.
extension=/usr/local/php-5.6.24/lib/php/extensions/no-debug-zts-20131226/pdo.soextension=/usr/local/php-5.6.24/lib/php/extensions/no-debug-zts-20131226/pdo_mysql.so
The reason is that the php. ini path is incorrect.
Extension = pdo. so;
Extension = pdo_mysql.so;
If not, + QQ 1065890063