akvino Posted June 30, 2010 Share Posted June 30, 2010 php -v gives: PHP Warning: PHP Startup: mssql: Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=0 PHP compiled with module API=20060613, debug=0, thread-safety=0 These options need to match in Unknown on line 0 PHP Warning: PHP Startup: pdo_dblib: Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=0 PHP compiled with module API=20060613, debug=0, thread-safety=0 These options need to match in Unknown on line 0 PHP 5.2.10 (cli) (built: Aug 10 2009 05:20:34) Copyright © 1997-2009 The PHP Group Zend Engine v2.2.0, Copyright © 1998-2009 Zend Technologies Apache main log gives: [Wed Jun 30 08:21:38 2010] [notice] Digest: done PHP Warning: PHP Startup: mssql: Unable to initialize module\nModule compiled with module API=20050922, debug=0, thread-safety=0\nPHP compiled with module API=20060613, debug=0, thread-safety=0\nThese options need to match\n in Unknown on line 0 PHP Warning: PHP Startup: pdo_dblib: Unable to initialize module\nModule compiled with module API=20050922, debug=0, thread-safety=0\nPHP compiled with module API=20060613, debug=0, thread-safety=0\nThese options need to match\n in Unknown on line 0 I got both php-mssql and php-pdo packages installed (this is on RedHat). Any hints on how to fix this? Link to comment https://forums.phpfreaks.com/topic/206294-redhat-55-php-version-5210-cant-load-php-mssql-and-php-pdo/ Share on other sites More sharing options...
trq Posted July 1, 2010 Share Posted July 1, 2010 Looks like you have version incompatibility issues. How was php and its modules installed? Link to comment https://forums.phpfreaks.com/topic/206294-redhat-55-php-version-5210-cant-load-php-mssql-and-php-pdo/#findComment-1079433 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.