|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-11-26 22:59 UTC] ZeroEnna at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 06:00:01 2025 UTC |
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