|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-09-10 10:33 UTC] peter dot hadadi at freemail dot hu
Apache 2.0.39
PHP upgrade from 4.2.2
replacing php.ini and php4ts.dll
E:\Apache_2_0_39\bin>apache -k install
Syntax error on line 179 of E:/Apache_2_0_39/conf/httpd.conf:
Cannot load E:/php/sapi/php4apache2.dll into server: The specified procedure could not be found.
{httpd.conf
...
#PHP4
LoadModule php4_module e:/php/sapi/php4apache2.dll
...
#PHP4
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
...
)
I have tried to move the dll into the System32 dir, but nothing has changed.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 16:00:02 2025 UTC |
I've got PHP 4.2.3 and Apache 2.0.40. I'm on WinMe. I've added the code LoadModule php4_module c:/php/sapi/php4apache2.dll AddType application/x-httpd-php .php to httpd.conf. But it saids something like this in Japanese, "The connected device in system is not working.". Any ideas?