summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2011-11-08 10:11:25 +0000
committerDmitry Stogov <dmitry@php.net>2011-11-08 10:11:25 +0000
commite86830273b4fb86a69cdb634a603be8a04e83846 (patch)
treef08674fe7d507d402e9bccccd6f152575221388c /Zend/zend_compile.h
parent326c58df666080deceb6fdcb5d7353a626c2e264 (diff)
downloadphp-git-e86830273b4fb86a69cdb634a603be8a04e83846.tar.gz
Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index 1266a1c477..137901447a 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -198,6 +198,9 @@ typedef struct _zend_try_catch_element {
/* function flag for internal user call handlers __call, __callstatic */
#define ZEND_ACC_CALL_VIA_HANDLER 0x200000
+/* disable inline caching */
+#define ZEND_ACC_NEVER_CACHE 0x400000
+
#define ZEND_ACC_PASS_REST_BY_REFERENCE 0x1000000
#define ZEND_ACC_PASS_REST_PREFER_REF 0x2000000