Ask a Question related to PHP Programming, Design and Development.
-
andrei@php.net #1
#28793 [Asn->Csd]: php.ini settings should be able to read other php.ini settings
ID: 28793
Updated by: [email]andrei@php.net[/email]
Reported By: bero at arklinux dot org
-Status: Assigned
+Status: Closed
Bug Type: Feature/Change Request
Operating System: Linux
PHP Version: 5.0.0RC3
Assigned To: andrei
New Comment:
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at
[url]http://www.php.net/downloads.php[/url]
It's already in PHP 5.1 and later.
Previous Comments:
------------------------------------------------------------------------
[2004-06-15 16:36:29] [email]derick@php.net[/email]
This is on our list for 5.1 already. Assigning this request to Andrei
as he has a patch for it already.
------------------------------------------------------------------------
[2004-06-15 16:19:21] bero at arklinux dot org
Description:
------------
This may not make a lot of sense at first look, but it
makes perfect sense if you're using a CONFIG_FILE_SCAN_DIR
and trying to install a number of 3rd party modules:
php.ini settings should be able to reference other php.ini
settings
Example:
[CONFIG_FILE_SCAN_DIR is set to /etc/php.d]
/etc/php.ini has
include_path=.;/usr/local/php-includes
/etc/php.d/3rdpartymodule.ini has
include_path=/opt/3rdpartymodule
/etc/php.d/anothermodule.ini has
include_path=/usr/local/anothermodule
These are mutually exclusive --- to reduce the
administrator workload of changing include_path for every
3rd party module (what CONFIG_FILE_SCAN_DIR was all about
in the first place), it would be really nice if a 3rd
party config file could just do
include_path += /opt/3rdpartymodule
or
include_path = $include_path:/opt/3rdpartymodule
------------------------------------------------------------------------
--
Edit this bug report at [url]http://bugs.php.net/?id=28793&edit=1[/url]
andrei@php.net Guest
-
Contribute could not read the shared settings file.....
We are using Contribute 4 via FTP connection. Suddenly, I have one user today that is getting the following error when trying to connect to things... -
non kde settings?
Hi to everybody, i've just installed kubuntu 5.10, after a period of mandriva. I'm unable to find the system settings...while in mandriva i've a... -
Settings wont stay changed in Settings manager
I keep trying to change the settings for my flash player but they never stay changed. It just keeps going back to the default settings. What do i... -
mms.cfg settings for 8.0?
In our deployment of Flash Player 7, we pushed a mms.cfg file with the line AutoUpdateDisable=1 which would disable the constant check for updates.... -
tty settings
Hello perl people.... I am wanting to know if there is a way to disable users from breaking out of a perl script, specifically CNTRL C , D? ...



Reply With Quote

