ID: 32849 Updated by: [EMAIL PROTECTED] Reported By: francis dot pallini at ecilia dot fr -Status: Open +Status: Feedback Bug Type: Apache related Operating System: Windows Server 2003 PHP Version: 4.3.11 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2005-04-27 11:22:06] francis dot pallini at ecilia dot fr Tried with 4.3.10 --> same problem Tried with 4.3.9 --> works fine ------------------------------------------------------------------------ [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