summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.h
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2008-07-17 20:04:06 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2008-07-17 20:04:06 +0000
commit2392861770c5a540f2cd1fe340f62c2789c3d33f (patch)
tree7831f04de57db675baecb563a86514f4740f6940 /ext/mbstring/php_mbregex.h
parentc3453925c56b7a070d8c16f70829d971e2645f39 (diff)
downloadphp-git-2392861770c5a540f2cd1fe340f62c2789c3d33f.tar.gz
- MFH: Fix ZTS build
Diffstat (limited to 'ext/mbstring/php_mbregex.h')
-rw-r--r--ext/mbstring/php_mbregex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/php_mbregex.h b/ext/mbstring/php_mbregex.h
index 04f408cdd5..ea2de502ee 100644
--- a/ext/mbstring/php_mbregex.h
+++ b/ext/mbstring/php_mbregex.h
@@ -69,7 +69,7 @@ PHP_MINFO_FUNCTION(mb_regex);
typedef struct _zend_mb_regex_globals zend_mb_regex_globals;
-zend_mb_regex_globals *php_mb_regex_globals_new(TSRMLS_D);
+zend_mb_regex_globals *php_mb_regex_globals_alloc(TSRMLS_D);
void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals TSRMLS_DC);
int php_mb_regex_set_mbctype(const char *enc TSRMLS_DC);
int php_mb_regex_set_default_mbctype(const char *encname TSRMLS_DC);