php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24430 can't locate module 'php4_module' in php4apache.dll
Submitted: 2003-07-01 05:15 UTC Modified: 2003-07-01 11:35 UTC
From: igor at design dot rv dot ua Assigned:
Status: Closed Package: *General Issues
PHP Version: 5.0.0b1 (beta1) OS: windows XP Pro sp1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: igor at design dot rv dot ua
New email:
PHP Version: OS:

 

 [2003-07-01 05:15 UTC] igor at design dot rv dot ua
Description:
------------
I've been tried to install php_5.0.0 beta1 under Windows XP Pro with Sp1 platform. Apache ver 1.3.26

I recieved one error, I can't fix it.

Expected result:
----------------
Apache 1.3.26 PHP 5.0.0 running... (somth. like that)

Actual result:
--------------
Syntax error on line 181 of "..."/apache/conf/httpd.conf
Can't locate API module structure 'php4_module' in file 
"..."/php4apache.dll
The filename, directory name, or volume id label syntax is incorrect.

----------------------------------------------------------
__ps: #181 httpd.conf : 
LoadModule php4_module "..."/php4apache.dll

__ps2: All about path's and need_2_load modules - okey.

__ps3: to start local-server first-try time i allways use bat-file; from win.command-line.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-01 05:20 UTC] igor at design dot rv dot ua
Apache 1.3._6_
 [2003-07-01 06:00 UTC] edink@php.net
Its called php5_module now.
 [2003-07-01 09:44 UTC] igor at design dot rv dot ua
So you must update install.txt which included in the 
php-5.xxx-Win32.zip package !!!

fix line: LoadModule php4_module c:/php/sapi/php4apache.dll
on group: "Installing PHP for Apache as module"

All good for you.
 [2003-07-01 09:54 UTC] sniper@php.net
Just in case it's not obvious: We don't HAVE to do anything.
(and it's fixed in CVS, will be in next release..)

 [2003-07-01 09:54 UTC] derick@php.net
FYI: The install.txt file has already been fixed in CVS and will be in Beta 2. 
 [2003-07-01 11:35 UTC] igor at design dot rv dot ua
>>> 2 sniper
>>> Just in case it's not obvious: 
>>> We don't HAVE to do anything.

Ja, I know, sorry! ;-)
I mean "_must_" only like "you _shud_" and it would be great if you did it!". )))

>>> 2 derick
>>> The install.txt file has already been fixed in CVS
I've get it. That's right. Thanks u do.

ps: so meaby discussion shud be closed, it's getting started more likely a flame (with my help of course ;-)

That's all. HNiceDay!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 03:01:32 2024 UTC