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

Reply via email to