summaryrefslogtreecommitdiff
path: root/Zend/zend_variables.c
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2014-03-11 14:23:14 +0800
committerXinchen Hui <laruence@gmail.com>2014-03-11 14:23:14 +0800
commit53e312c66342c5bf307aff9fca939c749bdafe49 (patch)
tree0698b4136c84d5457ffc3fc53224d8d80d98f9d7 /Zend/zend_variables.c
parent60c354510b6731ec8348af9c5e230a4859c7c383 (diff)
downloadphp-git-53e312c66342c5bf307aff9fca939c749bdafe49.tar.gz
Review ended
Revert "An demo(for review) to show how to fix the problem(symbol table resize)" This reverts commit 60c354510b6731ec8348af9c5e230a4859c7c383.
Diffstat (limited to 'Zend/zend_variables.c')
-rw-r--r--Zend/zend_variables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_variables.c b/Zend/zend_variables.c
index 538dbc22cd..47b07eec79 100644
--- a/Zend/zend_variables.c
+++ b/Zend/zend_variables.c
@@ -287,6 +287,7 @@ ZEND_API void _zval_ptr_dtor_wrapper(zval *zval_ptr)
zval_ptr_dtor(zval_ptr);
}
+
ZEND_API void _zval_internal_ptr_dtor_wrapper(zval *zval_ptr)
{
zval_internal_ptr_dtor(zval_ptr);