summaryrefslogtreecommitdiff
path: root/Zend/zend_string.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2010-05-25 09:00:20 +0000
committerDmitry Stogov <dmitry@php.net>2010-05-25 09:00:20 +0000
commitf7ce69585c0809a40ff79ebc2d429720aadd4534 (patch)
tree39e74961120eb089e9a206483d9afb1868e1c95d /Zend/zend_string.h
parenta389c77ce2ab5bf04e26a1ec41c3dc9a43722f68 (diff)
downloadphp-git-f7ce69585c0809a40ff79ebc2d429720aadd4534.tar.gz
- Interned string related callbacks moved turned from compiler_globals into real globals
- Updated API version number
Diffstat (limited to 'Zend/zend_string.h')
-rw-r--r--Zend/zend_string.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Zend/zend_string.h b/Zend/zend_string.h
index 158efceeb8..f657b4f14d 100644
--- a/Zend/zend_string.h
+++ b/Zend/zend_string.h
@@ -23,6 +23,10 @@
#include "zend.h"
+ZEND_API extern char *(*zend_new_interned_string)(char *str, int len, int free_src TSRMLS_DC);
+ZEND_API extern void (*zend_interned_strings_snapshot)(TSRMLS_D);
+ZEND_API extern void (*zend_interned_strings_restore)(TSRMLS_D);
+
void zend_interned_strings_init(TSRMLS_D);
void zend_interned_strings_dtor(TSRMLS_D);