php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19338 php4apache2.dll couldn't be loaded by Apache
Submitted: 2002-09-10 10:33 UTC Modified: 2002-09-10 17:01 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: peter dot hadadi at freemail dot hu Assigned:
Status: Closed Package: Apache2 related
PHP Version: 4.2.3 OS: Windows 2000
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: peter dot hadadi at freemail dot hu
New email:
PHP Version: OS:

 

 [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.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-10 17:01 UTC] edink@php.net
Upgrade your Apache version to 2.0.40. Apache2 support is still experimental since Apache developers keep changing things in different releases.
 [2002-09-18 12:45 UTC] mail at ticktaku2000 dot com
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?
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 21:01:34 2025 UTC