From:             ZeroEnna at gmail dot com
Operating system: Windows XP Pro SP2
PHP version:      5.2.5
PHP Bug Type:     Apache2 related
Bug description:  php5apache2_2.dll error expected signature 41503230 but saw 
41503232

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 bug report at http://bugs.php.net/?id=43413&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=43413&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=43413&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=43413&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=43413&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=43413&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=43413&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=43413&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=43413&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=43413&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=43413&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=43413&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=43413&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=43413&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=43413&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=43413&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=43413&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=43413&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=43413&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=43413&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=43413&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=43413&r=mysqlcfg

Reply via email to