On Wed, Dec 7, 2011 at 09:44, Laruence <larue...@php.net> wrote: > HI: > > 1. the PHP_BINARY is only make sence in cli sapi > 2. if the use script, by chance, has codes: define("PHP_BINARY", > ***) will trigger error >
Constants starting with PHP_ are reserved by PHP. This has come up several times before and we agreed a PHP_BINARY constant made the most senes. "The problem" with this feature was when we backtrack binary to load the php.ini file, it was to early in the startup to be able to register a constant, variable or whatever.. -Hannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php