]> granicus.if.org Git - php/commitdiff
that was not intentional
authorAntony Dovgal <tony2001@php.net>
Thu, 28 Dec 2006 22:12:08 +0000 (22:12 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 28 Dec 2006 22:12:08 +0000 (22:12 +0000)
thanks Nuno

Zend/zend.c

index f04930aa2383ef80b5c15cd7851cae95d916f3f1..2eda8d4665ef1df7e9fe3f63a0683a900f9b1ed0 100644 (file)
@@ -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;
 }