Problem starting PHP5 with apache 1.3.29 on Win XP Pro

php.internals

Erik Franzén

22 years ago
I still have a problem when starting apache 1.3.29 with PHP5 on Windows XP Pro. I have tried two different Win installations with no success. I am getting the following error: SzAppName: apache.exe szAppver: 0.0.0.0 SzModName: php5ts.dll sZModVer: 5.0.0.0 offset: 0003d0c3 For more debug information, please see http://www.nordicaudi.com/public/temp/apache-php5.zip

Erik Franzén

22 years ago
It seems to have something to do with path in php.ini When I remarks the folling line it works include_path=".;C:/Program/PHP/PEAR/pear;C:/Program/PHP/Smarty/libs" And sometimes I also need to remark the extension path extension_dir = "C:/Program/PHP/php5-win32/ext"

Andi Gutmans

22 years ago
Sounds strange. Have you made sure that php5ts.dll is in your system path? At 11:03 AM 3/26/2004 +0100, Erik Franzén wrote:

Erik Franzén

22 years ago
Yes it is very strange. Sometimes apache starts with no error, but that is almost an exception... Path is set as follows: %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program\PHP\php5-win32;C:\Program\mysql\bin Andi Gutmans wrote:

Erik Franzén

22 years ago
Problem solved. Changed system path as follows: C:\Program\PHP\php5-win32;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program\mysql\bin Apparently, storing php5ts.dll into system32 is not a bad idea... Sorry for posting, I should have found the solution myself. This is what we in Sweden call SBS (English translation: Shit Behind Keyboard) Erik franzén wrote: