summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_persist.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/zend_persist.h')
-rw-r--r--ext/opcache/zend_persist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/opcache/zend_persist.h b/ext/opcache/zend_persist.h
index d5eca3f195..38afac39d9 100644
--- a/ext/opcache/zend_persist.h
+++ b/ext/opcache/zend_persist.h
@@ -25,4 +25,8 @@
uint32_t zend_accel_script_persist_calc(zend_persistent_script *script, const char *key, unsigned int key_length, int for_shm);
zend_persistent_script *zend_accel_script_persist(zend_persistent_script *script, const char **key, unsigned int key_length, int for_shm);
+void zend_persist_class_entry_calc(zend_class_entry *ce);
+zend_class_entry *zend_persist_class_entry(zend_class_entry *ce);
+void zend_update_parent_ce(zend_class_entry *ce);
+
#endif /* ZEND_PERSIST_H */