Re: Can php.ini include another config file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Khai wrote:
In my development environment I have Zend Debugger / Zend Studio installed. I like to put all the directives for this into studio.ini, and include this file into the main php.ini somehow. Is this possible? Also can I put php directives into the apache httpd.conf file?

No, you can't chain ini files like that, but you can build your PHP using:

--with-config-file-scan-dir=/etc/php

Then any .ini file you put in /etc/php will be parsed in alphabetical order.

-Rasmus

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux