From 20ee10667255e4af2dbb3cd994f7f972a254be33 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Fri, 17 Sep 1999 12:16:21 +0000 Subject: [PATCH] no // in the sources please --- Zend/zend_execute_API.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index c3a779c453..58c3140240 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -470,7 +470,7 @@ ZEND_API inline void zend_assign_to_variable_reference(znode *result, zval **var value_ptr = *value_ptr_ptr; if (variable_ptr == EG(error_zval_ptr) || value_ptr==EG(error_zval_ptr)) { variable_ptr_ptr = &EG(uninitialized_zval_ptr); -// } else if (variable_ptr==&EG(uninitialized_zval) || variable_ptr!=value_ptr) { +/* } else if (variable_ptr==&EG(uninitialized_zval) || variable_ptr!=value_ptr) { */ } else if (variable_ptr_ptr != value_ptr_ptr) { variable_ptr->refcount--; if (variable_ptr->refcount==0) { -- 2.40.0