]> granicus.if.org Git - php/commitdiff
Fix accidental function related flag value reuse
authorBob Weinand <bobwei9@hotmail.com>
Sun, 21 Jun 2015 23:36:17 +0000 (01:36 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Sun, 21 Jun 2015 23:36:17 +0000 (01:36 +0200)
Zend/zend_compile.h

index f1f7195494ee017ba28fe61f0a23f34f2082d01d..5da420b704d1a7b65be9bb7a069d1b6c937ecfe6 100644 (file)
@@ -240,7 +240,7 @@ typedef struct _zend_try_catch_element {
 #define ZEND_ACC_CLOSURE              0x100000
 #define ZEND_ACC_GENERATOR            0x800000
 
-#define ZEND_ACC_NO_RT_ARENA          0x10000
+#define ZEND_ACC_NO_RT_ARENA          0x80000
 
 /* call through user function trampoline. e.g. __call, __callstatic */
 #define ZEND_ACC_CALL_VIA_TRAMPOLINE  0x200000