diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-26 21:56:59 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-26 21:56:59 +0000 |
commit | aec33aa753de0f4dd6527bdc23c18710e0da4b83 (patch) | |
tree | c301ee9dbdc8e1185e84c51da394fe3c0bd3af2d /Zend/zend_operators.c | |
parent | 14f915ece6854560742552aa0c5c714087b3f289 (diff) | |
download | php-git-aec33aa753de0f4dd6527bdc23c18710e0da4b83.tar.gz |
Introduce a zval-specific cache - 5-15% speed improvement
Diffstat (limited to 'Zend/zend_operators.c')
-rw-r--r-- | Zend/zend_operators.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index 6256155f3e..894d929d00 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -29,6 +29,7 @@ #include "zend_variables.h" #include "zend_globals.h" #include "zend_list.h" +#include "zend_zval_alloc.h" #if WITH_BCMATH #include "functions/number.h" |