in tsrm mode, ini values discarded

php.internals

Sterling Hughes

22 years ago
hey, i'm using php5-cvs, and building with apache2handler. when php is built with TSRM, you can't set values like asp_tags or short_tags in your php.ini file, because they are overridden by zend_set_default_compile_time_values() (called from compiler_globals_ctor()). -sterling