summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-01-28 13:13:24 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-01-28 15:58:23 +0100
commit331e56ce38a91e87a6fb8e88154bb5bde445b132 (patch)
tree08511e83cee516be63afeb9e3a425f52444c8828 /Zend/zend_compile.h
parent920b4b249f71e6cbfd795f81c6a08126a33c659e (diff)
downloadphp-git-331e56ce38a91e87a6fb8e88154bb5bde445b132.tar.gz
Remove mbstring.func_overload
Deprecated in PHP 7.2 as part of https://wiki.php.net/rfc/deprecations_php_7_2.
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index 5afdbcc625..f46603322e 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -1035,9 +1035,6 @@ END_EXTERN_C()
/* disable constant substitution at compile-time */
#define ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION (1<<5)
-/* disable usage of builtin instruction for strlen() */
-#define ZEND_COMPILE_NO_BUILTIN_STRLEN (1<<6)
-
/* disable substitution of persistent constants at compile-time */
#define ZEND_COMPILE_NO_PERSISTENT_CONSTANT_SUBSTITUTION (1<<7)