]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorZeev Suraski <zeev@php.net>
Fri, 9 Jul 1999 21:00:24 +0000 (21:00 +0000)
committerZeev Suraski <zeev@php.net>
Fri, 9 Jul 1999 21:00:24 +0000 (21:00 +0000)
Zend/zend_execute.c

index b5c30e322b1abb82acb98b76d42d05a2767551b8..8f8a2d7aa2989e1f092332126589203a7df2672d 100644 (file)
@@ -327,7 +327,7 @@ static inline void zend_assign_to_variable(znode *result, znode *op1, znode *op2
                                                *variable_ptr = *value;
                                                zval_copy_ctor(variable_ptr);
                                                variable_ptr->refcount=1;
-                                               variable_ptr->EA.locks = previous_lock_count;
+                                               variable_ptr->EA.locks = 0;
                                                break;
                                        }
                                        *variable_ptr_ptr = value;