From 343af548a68c05cc3953556660274a17d7817af4 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 4 Jul 2005 13:24:46 +0000 Subject: Fixed SIGSEGV on 'global ${"{$blah}_ID"};' --- Zend/zend_compile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Zend/zend_compile.h') diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index b736eda958..97352fdb28 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -572,6 +572,7 @@ int zendlex(znode *zendlval TSRMLS_DC); #define ZEND_FETCH_LOCAL 1 #define ZEND_FETCH_STATIC 2 #define ZEND_FETCH_STATIC_MEMBER 3 +#define ZEND_FETCH_GLOBAL_LOCK 4 /* class fetches */ -- cgit v1.2.1