From 540488bf55746a36363c56462e939a56550e3717 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 10 Jun 2013 11:22:19 +0400 Subject: Compact HashTables before storing them in shared memory --- ext/opcache/zend_accelerator_util_funcs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/opcache/zend_accelerator_util_funcs.h') diff --git a/ext/opcache/zend_accelerator_util_funcs.h b/ext/opcache/zend_accelerator_util_funcs.h index a926145c98..ddaae86b28 100644 --- a/ext/opcache/zend_accelerator_util_funcs.h +++ b/ext/opcache/zend_accelerator_util_funcs.h @@ -28,6 +28,7 @@ void zend_accel_copy_internal_functions(TSRMLS_D); zend_persistent_script* create_persistent_script(void); +int compact_persistent_script(zend_persistent_script *script); void free_persistent_script(zend_persistent_script *persistent_script, int destroy_elements); void zend_accel_free_user_functions(HashTable *ht TSRMLS_DC); -- cgit v1.2.1