diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2015-05-06 23:46:49 +0300 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2015-05-06 23:46:49 +0300 |
| commit | 3abde432314787f697533c88e7afd64946676306 (patch) | |
| tree | ebcba1326f8844a0f90c41ffdd28bf5c9092644c /ext/opcache/zend_shared_alloc.h | |
| parent | 500b884f17d76629cb066da55145a83659b8acfb (diff) | |
| download | php-git-3abde432314787f697533c88e7afd64946676306.tar.gz | |
Added experimental (disabled by default) file based opcode cache.
Diffstat (limited to 'ext/opcache/zend_shared_alloc.h')
| -rw-r--r-- | ext/opcache/zend_shared_alloc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/opcache/zend_shared_alloc.h b/ext/opcache/zend_shared_alloc.h index 1dbe6f8557..63947169b4 100644 --- a/ext/opcache/zend_shared_alloc.h +++ b/ext/opcache/zend_shared_alloc.h @@ -148,6 +148,8 @@ void zend_shared_alloc_unlock(void); /* returns the allocated size during lock.. void zend_shared_alloc_safe_unlock(void); /* old/new mapping functions */ +void zend_shared_alloc_init_xlat_table(void); +void zend_shared_alloc_destroy_xlat_table(void); void zend_shared_alloc_clear_xlat_table(void); void zend_shared_alloc_register_xlat_entry(const void *old, const void *new); void *zend_shared_alloc_get_xlat_entry(const void *old); |
