summaryrefslogtreecommitdiff
path: root/ext/opcache/ZendAccelerator.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2013-09-25 12:15:01 +0400
committerDmitry Stogov <dmitry@zend.com>2013-09-25 12:15:01 +0400
commit6daa04a4f606f8121d9f1ea6cd90c1c8a684500e (patch)
treec8cf791579f9a4778019f31df0b87e04e5bee87f /ext/opcache/ZendAccelerator.h
parent4e249c8a932675e5aceeb52c3ff6f6465d8a8ed1 (diff)
parent69454d9f0f765416f245acbc626b3984dcbf5e1d (diff)
downloadphp-git-6daa04a4f606f8121d9f1ea6cd90c1c8a684500e.tar.gz
Merge branch 'PHP-5.5'
* PHP-5.5: Added function opcache_compile_file() to load PHP scripts into cache without execution. Conflicts: NEWS
Diffstat (limited to 'ext/opcache/ZendAccelerator.h')
-rw-r--r--ext/opcache/ZendAccelerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/opcache/ZendAccelerator.h b/ext/opcache/ZendAccelerator.h
index 38f2e060f6..b4c79ce11b 100644
--- a/ext/opcache/ZendAccelerator.h
+++ b/ext/opcache/ZendAccelerator.h
@@ -326,6 +326,7 @@ int accelerator_shm_read_lock(TSRMLS_D);
void accelerator_shm_read_unlock(TSRMLS_D);
char *accel_make_persistent_key_ex(zend_file_handle *file_handle, int path_length, int *key_len TSRMLS_DC);
+zend_op_array *persistent_compile_file(zend_file_handle *file_handle, int type TSRMLS_DC);
#if !defined(ZEND_DECLARE_INHERITED_CLASS_DELAYED)
# define ZEND_DECLARE_INHERITED_CLASS_DELAYED 145