Re: cvs: ZendEngine2 / zend_execute_API.c
Stanislav Malyshev <[email protected]>
| Newsgroups | gmane.comp.php.cvs.zend |
|---|---|
| Organization | Zend Technologies |
| Message-ID | <[email protected]> |
Hi!
Could you explain the reason for this change?
> #include <stdio.h>
> #include <signal.h>
> @@ -311,6 +311,8 @@
>
> zend_vm_stack_destroy(TSRMLS_C);
>
> + zend_objects_store_free_object_storage(&EG(objects_store) TSRMLS_CC);
> +
> /* Destroy all op arrays */
> if (EG(full_tables_cleanup)) {
> zend_hash_apply(EG(function_table), (apply_func_t) clean_non_persistent_function_full TSRMLS_CC);
> @@ -325,7 +327,6 @@
> FREE_HASHTABLE(*EG(symtable_cache_ptr));
> EG(symtable_cache_ptr)--;
> }
> - zend_objects_store_free_object_storage(&EG(objects_store) TSRMLS_CC);
> } zend_end_try();
>
> zend_try {
>
>
>
--
Stanislav Malyshev, Zend Software Architect
[email protected] http://www.zend.com/
(408)253-8829 MSN: [email protected]
--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php