Hi!

Unless there is a "Pool" identifier added:

Host can be different for the same pool
Path can be different for the same pool
.user.ini's don't work for *every* ini option.

How real would be the case of 2 hosts in the same pool having same configs, but the same hosts in different pool having different configs?

In general, it's not a problem having another configuration mechanism like:

worker.ini.error_reporting = E_ALL

or even better strip worker. prefix - it looks like everything in worker section is for worker, so just have something like:

[worker:blah]
ini.error_reporting=E_ALL

--
Stanislav Malyshev, Zend Software Architect
s...@zend.com   http://www.zend.com/
(408)253-8829   MSN: s...@zend.com

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to