unread
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