ID: 32849 User updated by: francis dot pallini at ecilia dot fr Reported By: francis dot pallini at ecilia dot fr Status: Open Bug Type: Apache related Operating System: Windows Server 2003 PHP Version: 4.3.11 New Comment:
Tried with 4.3.10 --> same problem Tried with 4.3.9 --> works fine Previous Comments: ------------------------------------------------------------------------ [2005-04-27 11:18:16] francis dot pallini at ecilia dot fr Description: ------------ After upgrading to 4.3.11 from 4.3.1, Apache would not start anymore under Windows Server 2003. Actually, this is a PHP-related error. When trying to load php4apache.dll with some MS utility, one encounters the following error: LoadLibrary("php4apache.dll") failed - The specified procedure could not be found. This means that php4apache.dll contains a link to a function that does not exist under this version of Windows (or uses another library that triggers this problem, but command-line version of PHP is working fine). PS: it is the same whether Apache, PHP and PHP-SAPI directories are in the system path or not. Reproduce code: --------------- Install Apache 1.3.33 and integrate with PHP 4.3.11. -OR- regsvr32 php4apache.dll Expected result: ---------------- Apache starting. -OR- regsvr32 complaining about library not being an ActiveX. Actual result: -------------- Apache not starting with error: Cannot load d:/serveurs/php/sapi/php4apache.dll into server: (127) The specified procedure could not be found -OR- regsvr32 quitting with error: LoadLibrary("php4apache.dll") failed - The specified procedure could not be found. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32849&edit=1