I ran easyApache with PDO and PDO mysql enabled.
When I view PHPINFO, configure command includes
it shows one table for PDO which shows PDO Drivers under the heading PDO Support, and 'no value' under the heading EnabledCode:'--with-pdo-mysql=shared' '--with-pdo-sqlite=shared' '--with-pic' '--with-png-dir=/usr' '--with-sqlite=shared'
When I check PHP.INI I see the folllowing:
and in the above directory I have the following files:Code:extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20060613" .. extension=pdo.so extension=pdo_sqlite.so extension=sqlite.so extension=pdo_mysql.so
I'm not sure why the PDO drivers are not enabled?Code:-rwxr-xr-x 1 root root 136008 Mar 13 19:30 pdo_mysql.so* -rwxr-xr-x 1 root root 304656 Mar 13 19:30 pdo.so* -rwxr-xr-x 1 root root 1703444 Mar 13 19:30 pdo_sqlite.so* -rwxr-xr-x 1 root root 1307195 Mar 13 19:30 sqlite.so*



LinkBack URL
About LinkBacks
Reply With Quote





