summaryrefslogtreecommitdiff
path: root/Zend/zend.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-12-28 22:12:08 +0000
committerAntony Dovgal <tony2001@php.net>2006-12-28 22:12:08 +0000
commit7b281be1ee8cde725a95b3413c5cf55544834ce9 (patch)
tree953b9932ddfc39d07286bd3088fe17283ade35e0 /Zend/zend.c
parent28421f4f19abd0cc5b2e70a0165c9fb688fe040a (diff)
downloadphp-git-7b281be1ee8cde725a95b3413c5cf55544834ce9.tar.gz
that was not intentional
thanks Nuno
Diffstat (limited to 'Zend/zend.c')
-rw-r--r--Zend/zend.c4
1 files changed, 2 insertions, 2 deletions
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;
}