|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-04-27 11:22 UTC] francis dot pallini at ecilia dot fr
[2005-04-27 12:18 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 21:00:01 2025 UTC |
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.