As it currently stands, to disable auto_prepend_file and auto_append_file 
directives the user needs to either specify no value or a "" value. However, 
the manual claims a special option "none" will accomplish the same task. This 
however creates a problem for people who for whatever reason want to use file 
called 'none'. Not to mention the fact that this particular option is not at 
all supported.
My suggestion is that rather then adding strncmp() for 'none' in addition to 
existing checks for auto_prepend_file/auto_append_file values we simply 
change the documentation to explain that to disable these options a user 
should use "" as their value.

Ilia

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

Reply via email to