php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6302 php.ini will only get read when apache is started with -X (single-process)
Submitted: 2000-08-22 15:03 UTC Modified: 2000-08-23 07:21 UTC
From: hartmut at six dot de Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.1pl2 OS: FreeBSD 3.3
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: hartmut at six dot de
New email:
PHP Version: OS:

 

 [2000-08-22 15:03 UTC] hartmut at six dot de
when apache is started whit option '-X' for single
process operation everything works well and settings 
in php.ini are read and take effect

but whenever apache is started for normal (multiprocess)
operation the contents of php.ini are ignored

the machine/file systems does not track access times
for 'ls -a' so i cannot veryfy whether the file is beeing 
read

when i compare phpinfo() output for both cases the only
differences are the values from php.ini and the port
number for the client connection, everything else
including apache environment is absolutely identical


configure line is:
'./configure' '--with-gd=/sw/i386_fbsd3/gd-1.7'              
'--with-apache=../apache-1.3.12'
'--enable-track-vars'                                 
'--with-config-file-path=/usr/local/lib/php-4.0/php.ini'
'--with-mysql=/sw/i386_fbsd3/mysql-3.22.25'
'--prefix=/sw/i386_fbsd3/apache-1.3.12'

php.ini contains only one line:
  max_execution_time = 60

(might be related to #6244, #6230 and #6166)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-23 07:21 UTC] stas@php.net
The config file path should be:
--with-config-file-path=/usr/local/lib/php-4.0/

I don't know how it worked you for -X...
 [2003-05-31 16:08 UTC] adm2219 at yahoo dot com
I get the same problem. Starting in single-process mode works fine, but when in normal mode, the php.ini is not read. Did anyone ever figure this out?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 01:01:30 2024 UTC