FS#22192 - php not loaded extension pdo_mysql

Attached to Project: Arch Linux
Opened by Artem Galichkin (DOOMer) - Wednesday, 22 December 2010, 20:57 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 22 December 2010, 21:18 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture i686
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
i have a problem with php, i need to use pdo_objects, so in php.ini i enabled it.

extension=pdo_mysql.so
extension pdo.so

After restart http, pdo extension is loaded, but pdo_mysql is not. File pdo_mysql.so locate is /usr/lib/php/modules/

Additional info:
* package version(s)

php 5.3.4-1
php-apache 5.3.4-1

* config and/or log files etc.

in /var/log/httpd/error.log i find it:

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/pdo_mysql.so' - /usr/lib/php/modules/pdo_mysql.so: undefined symbol: php_pdo_unregister_driver in Unknown on line 0



Steps to reproduce:
This task depends upon

Closed by  Jan de Groot (JGC)
Wednesday, 22 December 2010, 21:18 GMT
Reason for closing:  Duplicate
Additional comments about closing:  See  bug 22072 . This is a configuration error because you load pdo_mysql before pdo. Next release will have the basic PDO module buitin.

Loading...