ID: 43413
User updated by: ZeroEnna at gmail dot com
Reported By: ZeroEnna at gmail dot com
-Status: Open
+Status: Closed
Bug Type: Apache2 related
Operating System: Windows XP Pro SP2
PHP Version: 5.2.5
New Comment:
accidentally installed apache 2.0.6 and no 2.2.6
Previous Comments:
------------------------------------------------------------------------
[2007-11-26 16:03:19] 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
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=43413&edit=1