Page 1 of 1

php problem while upgrade from 1.7.0 to 1.7.1 (Solved)

PostPosted: 15. April 2009 05:37
by danielc
Hello i have tried to upgrade from 1.7.0 to 1.7.1 , using the upgrade package (Zip ), i overwrited all the files, but while tried to run apache, it said:

C:\xampp\apache\bin>apache.exe
apache.exe: Syntax error on line 480 of C:/xampp/apache/conf/httpd.conf: Syntax
error on line 7 of C:/xampp/apache/conf/extra/httpd-xampp.conf: API module struc
ture 'php5_module' in file C:/xampp/apache/bin/php5apache2.dll is garbled - expe
cted signature 41503232 but saw 41503230 - perhaps this is not an Apache module
DSO, or was compiled for a different Apache version?

what should i do now? many thanks for your help :?:

Re: php problem while upgrade from 1.7.0 to 1.7.1

PostPosted: 15. April 2009 08:15
by MoJoe
I changed following file, this works for me:

C:\xampp\apache\conf\extra\httpd-xampp.conf

out --> #LoadModule php5_module "C:/xampp/apache/bin/php5apache2.dll"
in --> LoadModule php5_module "C:/xampp/apache/bin/php5apache2_2.dll"

Greetings,
MoJoe

Re: php problem while upgrade from 1.7.0 to 1.7.1

PostPosted: 15. April 2009 08:58
by danielc
work fine now, many thanks!