Re: [PHP-DOC] config.xml - hard phrase

2002-07-13 Thread Philip Olson
How about we say that PHP constants, such as E_ALL, are not available outside of PHP, like in httpd.conf. Use the integer values instead. Regards, Philip Olson On Sat, 13 Jul 2002, Leszek [iso-8859-2] KrupiƱski wrote: Hello I'm having trouble with one part of config.xml - part added in

Re: [PHP-DOC] config.xml - hard phrase

2002-07-13 Thread Leszek Krupiski
On Sat, 13 Jul 2002, Philip Olson wrote: How about we say that PHP constants, such as E_ALL, are not available outside of PHP, like in httpd.conf. Use the integer values instead. OK to me. So I've understood correctly :) Regards -- [Silly is a state of mind, stupid is a way

Re: [PHP-DOC] config.xml - hard phrase

2002-07-13 Thread Philip Olson
Yasuo wrote good information but as you mentioned, it needs a little rewording, and in simpler terms imho. PHP understands these constant names in php.ini and evalutes them according to value. Apache does not do the same in httpd.conf, nor does PHP pick up on them from there. But, I'm not

Re: [PHP-DOC] config.xml - hard phrase

2002-07-13 Thread Yasuo Ohgaki
I tend to write strange/bad/poor/etc English Anyway, when ini directives are set in php.ini, by ini_set() or like. Setting ini values may result in calling ini directive handler defined by PHP_INI_MH() macro in a module. However, mod_php4.c's php_apache_value_handler_ex() will not call ini