php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24397 Apache 1.3.27 inconsistencies with PHP5
Submitted: 2003-06-29 23:56 UTC Modified: 2003-08-12 19:48 UTC
Votes:5
Avg. Score:4.0 ± 0.9
Reproduced:5 of 5 (100.0%)
Same Version:3 (60.0%)
Same OS:2 (40.0%)
From: jlim at natsoft dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 5.0.0b2-dev OS: win32
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: jlim at natsoft dot com
New email:
PHP Version: OS:

 

 [2003-06-29 23:56 UTC] jlim at natsoft dot com
Description:
------------
Note the funky inconsistency below in the httpd.conf script that i had to use: php4apache.dll but php5_module

Also the search path for php.ini and other files is WINDOWS/WINNT directory first. Shouldn't the current directory be first, eg: .;C:\WINDOWS like in PHP 4.3.2?

Lastly, although the extension directory is correctly set (checked in phpinfo()), extensions do not appear to load.

Reproduce code:
---------------
# from httpd.conf script:

LoadModule php5_module c:\php5\php5b1\php4apache.dll
AddModule mod_php5.c
AddType application/x-httpd-php .php


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-02 09:50 UTC] mike at digitalstruct dot com
I believe that the file should also be called php5apache.  The php4apache breaks consistancy and also makes it harder to run both 4 and 5 side by side.
 [2003-07-05 18:46 UTC] philip@php.net
This is not a support forum, and this bug of name inconsistencies is being worked on (note that it's an open bug report).  

Please use http://www.php.net/support for support questions.
 [2003-08-12 19:48 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PHP.

Same as bug #22190

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 00:01:27 2024 UTC