From 2392861770c5a540f2cd1fe340f62c2789c3d33f Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Thu, 17 Jul 2008 20:04:06 +0000 Subject: - MFH: Fix ZTS build --- ext/mbstring/php_mbregex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mbstring/php_mbregex.h') 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); -- cgit v1.2.1