ID: 49373 Updated by: [email protected] Reported By: ejike dot chux at gmail dot com Status: Bogus Bug Type: PDO related Operating System: Windows PHP Version: 5.2SVN-2009-08-26 (snap) New Comment:
And for other readers, pls do not follow the advice here, it works perfectly well with the DLL we provide and you have to use it. Ex: G:\test\php52> php -d extension_dir=ext -d extension=php_pdo.dll -d extension=php_pdo_pgsql.dll -m [PHP Modules] bcmath ... odbc pcre PDO pdo_pgsql ... [Zend Modules] Previous Comments: ------------------------------------------------------------------------ [2009-08-26 15:10:37] [email protected] Be sure to have libpq.dll in your PATH. ------------------------------------------------------------------------ [2009-08-26 15:07:45] [email protected] Please try using this snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://windows.php.net/snapshots/ And use the provided dlls.. ------------------------------------------------------------------------ [2009-08-26 13:45:25] ejike dot chux at gmail dot com Description: ------------ Unable to load dynamic library '.....php_pdo_pgsql.dll' - The specified module could not be found. In case you get the above error when using php5.2.6 - 5.3 go to this link and click on the second link on the page. You get a rar file which you unload its contents into you extensions folder(in windows, dont know if the problem exists in other OS) The files inside are the proper versions of the dll files php needs in windows This is the link: http://www.bmedon.net/download.html I got this solution after I tracked it down to http://www.wampserver.com/phorum/read.php?2,52679 Reproduce code: --------------- * Expected result: ---------------- * Actual result: -------------- Unable to load dynamic library '.....php_pdo_pgsql.dll' - The specified module could not be found. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=49373&edit=1
