From: Antony Dovgal Date: Thu, 28 Dec 2006 22:12:08 +0000 (+0000) Subject: that was not intentional X-Git-Tag: php-5.2.1RC2~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b281be1ee8cde725a95b3413c5cf55544834ce9;p=php that was not intentional thanks Nuno --- diff --git a/Zend/zend.c b/Zend/zend.c index f04930aa23..2eda8d4665 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -429,8 +429,8 @@ static void register_standard_class(TSRMLS_D) static void zend_set_default_compile_time_values(TSRMLS_D) { /* default compile-time values */ -/* CG(asp_tags) = 0; - CG(short_tags) = 1; */ + CG(asp_tags) = 0; + CG(short_tags) = 1; CG(allow_call_time_pass_reference) = 1; CG(extended_info) = 0; }