|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-04-14 19:47 UTC] gjens at web dot de
I installed Apache 1.3.19 and php4.0.4pl1 on Win2k and tried to load the php4 module into the apache service. entry in the httpd.conf: "LoadModule php4_module h:\php\sapi\php4apache.dll" But the Service cannot start. error message: ------------------ Syntax error in line 205 of h:/apache/conf/httpd/conf Cannot load h:\php\sapi\php4apache.dll into server: (127) The give Procedure wasn?t found -------------------- (translated) The German original message: ------------------- Syntax error in line 205 of h:/apache/conf/httpd/conf Cannot load h:\php\sapi\php4apache.dll into server: (127) Die angegebene prozedur wurde nicht gefunden -------------------- I exchanged the php4apache.dll from the distribution "php4.0.4pl1" with the one out of "php4.0.4-dev". Then the error message didn't appear, but the service cannot start as well! The same php module is working under Apache 1.3.14 for windows. I downloaded the php4.0.4pl1 distribution from php.net, and loaded no modules, the php.exe can start without problems as standalone programm. I'll be very pleased, if someone could help me to fix this Problem (Before this installation i had running: apache 1.3.14 and php4.0.4-dev, but had different difficultieswith that release ) Jens Grubert germany PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 14:00:01 2025 UTC |
I had the same problem, then I went to www.php4win.de and downloaded the latest 4.1.1 binary. It solved the problem. I tried it with 3 different php4 binaries. 1. php4.1.0 - Exe file - Faulty executable with SAPI 2. php4.1.1 - Zip file - Faulty as /SAPI has no php4.exe 3. php4.1.1 - Exe file - Correct executable and /SAPI has php4.exe With the correct version, you do not have to bother with colon and copying dll's to the system32 directories. Only the php4ts.dll has to be copied to /winnt