File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -797,13 +797,13 @@ static void compiler_globals_dtor(zend_compiler_globals *compiler_globals) /* {{
797797 pefree (compiler_globals -> internal_run_time_cache , 1 );
798798 compiler_globals -> internal_run_time_cache = NULL ;
799799 }
800- HashTable * cache ;
801- ZEND_HASH_FOREACH_PTR (compiler_globals -> constraint_cache , cache ) {
802- zend_hash_destroy (cache );
803- free (cache );
804- } ZEND_HASH_FOREACH_END ();
805- zend_hash_destroy (compiler_globals -> constraint_cache );
806- free (compiler_globals -> constraint_cache );
800+ // HashTable *cache;
801+ // ZEND_HASH_FOREACH_PTR(compiler_globals->constraint_cache, cache) {
802+ // zend_hash_destroy(cache);
803+ // free(cache);
804+ // } ZEND_HASH_FOREACH_END();
805+ // zend_hash_destroy(compiler_globals->constraint_cache);
806+ // free(compiler_globals->constraint_cache);
807807}
808808/* }}} */
809809
You can’t perform that action at this time.
0 commit comments