php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5213 php.ini file not processed
Submitted: 2000-06-24 04:03 UTC Modified: 2000-08-18 18:47 UTC
From: dwalker at eskimo dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.0 Release OS: Linux (Mandrake 7.1)
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: dwalker at eskimo dot com
New email:
PHP Version: OS:

 

 [2000-06-24 04:03 UTC] dwalker at eskimo dot com
phpinfo() shows config-file-path set to /usr/local/apache/conf:

Configure Command

         './configure' '--with-pgsql'        
         '--with-apache=../apache_1.3.12'  
         '--enable-track-vars'
         '--with-config-file-path=/usr/local/apache/conf' 
         '--enable-sysvshm' '--enable-calendar'
         '--enable-trans-sid'

/usr/local/apache/conf/php.ini exists, but is not processed.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-26 01:31 UTC] waldschrott@php.net
Please verify that it?s still happening using the latest version of PHP (release 4.0.1pl2 or CVS).

 [2000-08-02 21:41 UTC] rasmus@php.net
Try the following:
Shut down your web server
type: strace -o /tmp/file /usr/sbin/httpd -X
wait 30 seconds then hit ctrl-c
Then type: grep php.ini /tmp/file
And send us the output of that.
 [2000-08-18 18:47 UTC] sniper@php.net
No feedback from user.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 13:01:29 2024 UTC