ID: 41309 Updated by: [EMAIL PROTECTED] Reported By: kunalspunjabi at yahoo dot com -Status: Open +Status: Bogus Bug Type: SQLite related Operating System: Windows XP PHP Version: 5.2.2 New Comment:
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Thank you for your interest in PHP. Dup of #41308. Previous Comments: ------------------------------------------------------------------------ [2007-05-06 23:47:30] kunalspunjabi at yahoo dot com Description: ------------ I am seeing the following error when I add the following lines to my php.ini file: extension=php_pdo.dll extension=php_pdo_mysql.dll extension=php_pdo_sqlite.dll extension=php_sqlite.dll I then restarted Apache and invoked PHP from the command line: $ php PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_sqlite.dll' - The specified module could not be found. in Unknown on line 0 My PHP extensions directory contains all these DLLs, apparently php_sqlite.dll is the only one that does not load. Why? Actual result: -------------- I am invoking php from my cygwin prompt (command line) $ php PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_sqlite.dll' - The specified module could not be found. in Unknown on line 0 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41309&edit=1
