php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32849 php4apache.dll loading failure
Submitted: 2005-04-27 11:18 UTC Modified: 2005-04-27 12:18 UTC
From: francis dot pallini at ecilia dot fr Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.3.11 OS: Windows Server 2003
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: francis dot pallini at ecilia dot fr
New email:
PHP Version: OS:

 

 [2005-04-27 11:18 UTC] 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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-27 11:22 UTC] francis dot pallini at ecilia dot fr
Tried with 4.3.10 --> same problem
Tried with 4.3.9  --> works fine
 [2005-04-27 12:18 UTC] sniper@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 23:01:33 2024 UTC