From: ptschnack at yahoo dot com Operating system: win xp sp3 PHP version: 5.3.1 PHP Bug Type: Windows Installer Bug description: 'gmodul_2.dll' should be named 'gmodule-2.dll'
Description: ------------ Is it intensional that 'php-5.3.1-nts-Win32-VC9-x86.msi' installs a 'gmodul_2.dll' instead of 'gmodule-2.dll' which php.exe seems to want? When php.exe and php-cgi.exe are run from a command line they complain that 'gmodule-2.dll' can't be found. Which makes sense because 'gmodule-2.dll' can't be found. I got rid of this error by renaming 'gmodul_2.dll' to 'gmodule-2.dll'. Reproduce code: --------------- Install 'php-5.3.1-nts-Win32-VC9-x86.msi' and open a command box in the directory holding php.exe. Run php.exe. See php.exe report a missing dll. Then weep at the continued frustration of hours lost attempting to install PHP to run as CGI under IIS 5.1. (Okay the weeping is not directly associated with this bug. Tears have dried by this point and I am merely resigned to failure.) Expected result: ---------------- php.exe run from the command line runs w/o error. Actual result: -------------- php.exe run from the command line runs reporting that 'gmodule-2.dll' cannot be found. -- Edit bug report at http://bugs.php.net/?id=51046&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=51046&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=51046&r=trysnapshot53 Try a snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=51046&r=trysnapshot60 Fixed in SVN: http://bugs.php.net/fix.php?id=51046&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=51046&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=51046&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=51046&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=51046&r=needscript Try newer version: http://bugs.php.net/fix.php?id=51046&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=51046&r=support Expected behavior: http://bugs.php.net/fix.php?id=51046&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=51046&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=51046&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=51046&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=51046&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=51046&r=dst IIS Stability: http://bugs.php.net/fix.php?id=51046&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=51046&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=51046&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=51046&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=51046&r=mysqlcfg
