From: efesar at unm dot edu Operating system: Windows XP Pro SP1 PHP version: 5CVS-2003-11-01 (dev) PHP Bug Type: PostgreSQL related Bug description: PGSQL.DLL missing from 5.0.0 Beta 2 Win Distribution
Description: ------------ The new distributable did not come with PHP_PGSQL.DLL, and the old distributable from 5.0.0 Beta 1 does not function with Beta 2. Also, tried php_pgsql.dll from php-4.3.4RC3-Win32.zip, but that produced the same error. ============== [01-Nov-2003 19:24:41] PHP Warning: PHP Shutdown: Unable to load dynamic library 'c:\program files\apache group\php5\extensions\php_pgsql.dll' - The specified module could not be found. in Unknown on line 0 [01-Nov-2003 19:24:43] PHP Warning: PHP Startup: Unable to load dynamic library 'c:\program files\apache group\php5\extensions\php_pgsql.dll' - The specified module could not be found. in Unknown on line 0 Reproduce code: --------------- // This is really just a configuration issue, but I can prove // that PGSQL is not loaded by ... $test = pg_connect(); Expected result: ---------------- I expect it to at least try to connect to a database. Actual result: -------------- [01-Nov-2003 19:26:02] PHP Fatal error: Call to undefined function pg_connect() in F:\html\phpinfo.php on line 3 -- Edit bug report at http://bugs.php.net/?id=26074&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=26074&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=26074&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=26074&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=26074&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=26074&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=26074&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=26074&r=support Expected behavior: http://bugs.php.net/fix.php?id=26074&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=26074&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=26074&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=26074&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26074&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=26074&r=dst IIS Stability: http://bugs.php.net/fix.php?id=26074&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=26074&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=26074&r=float