php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43413 php5apache2_2.dll error expected signature 41503230 but saw 41503232
Submitted: 2007-11-26 16:03 UTC Modified: 2007-11-26 22:59 UTC
From: ZeroEnna at gmail dot com Assigned:
Status: Closed Package: Apache2 related
PHP Version: 5.2.5 OS: Windows XP Pro SP2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ZeroEnna at gmail dot com
New email:
PHP Version: OS:

 

 [2007-11-26 16:03 UTC] ZeroEnna at gmail dot com
Description:
------------
i upgraded apache to version 2.2.6 from 2.2.4 and php to varsion 5.2.5 5.2.4 and now apache returns.
----
Syntax error on line 120 of D:/Program Files/Apache Group/Apache2/conf/httpd.conf:
API module structure 'php5_module' in file K:/PHP/php5apache2_2.dll is garbled - expected signature 41503230 but saw 41503232 - perhaps this is not an Apache module DSO, or was compiled for a different Apache version?
----

I have tried searching for the answer all over the web to no avail (i'm usually pretty good at this).
even ran it through dependency walker just the normal windows bs

Reproduce code:
---------------
LoadModule php5_module "k:/php/php5apache2_2.dll"
<IfModule php5_module>
    AddType application/x-httpd-php .html .phtml .php
    AddType Application/x-httpd-php-source .phps
    PHPIniDir "k:/php"
</IfModule>

Expected result:
----------------
apache to start


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-11-26 22:59 UTC] ZeroEnna at gmail dot com
accidentally installed apache 2.0.6 and no 2.2.6
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 15:01:29 2024 UTC