diff options
author | Anatol Belski <ab@php.net> | 2014-10-02 08:45:53 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-10-02 08:45:53 +0200 |
commit | 45e23645a42ba939fb1cca9cc099f977af2a4722 (patch) | |
tree | 2ffe6ce50972b6d5cf10ec2f9785474b01c6ba8a /configure.in | |
parent | f5292fbe51faee145a973843d840a611a9da24bc (diff) | |
download | php-git-45e23645a42ba939fb1cca9cc099f977af2a4722.tar.gz |
linux compat for the static tsrm ls cache pointer
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f947d2f9de..5366a9211d 100644 --- a/configure.in +++ b/configure.in @@ -1491,7 +1491,8 @@ PHP_ADD_SOURCES(Zend, \ zend_iterators.c zend_interfaces.c zend_exceptions.c zend_strtod.c zend_gc.c \ zend_closures.c zend_float.c zend_string.c zend_signal.c zend_generators.c \ zend_virtual_cwd.c zend_ast.c zend_objects.c zend_object_handlers.c zend_objects_API.c \ - zend_default_classes.c zend_inheritance.c) + zend_default_classes.c zend_inheritance.c, \ + -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1) dnl Selectively disable optimization due to high RAM usage during dnl compiling the executor. |