From 2876046398950e59c3b3c460e67e6fec7ff2ba3c Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Wed, 3 Dec 2008 20:30:45 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'php_5_3_0alpha2'. --- ext/mbstring/php_mbregex.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/mbstring/php_mbregex.c') diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c index 64af88b6b4..0e541f6b41 100644 --- a/ext/mbstring/php_mbregex.c +++ b/ext/mbstring/php_mbregex.c @@ -114,7 +114,6 @@ void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals TSRMLS_DC) /* {{{ PHP_MINIT_FUNCTION(mb_regex) */ PHP_MINIT_FUNCTION(mb_regex) { - onig_init(); return SUCCESS; } /* }}} */ @@ -122,7 +121,6 @@ PHP_MINIT_FUNCTION(mb_regex) /* {{{ PHP_MSHUTDOWN_FUNCTION(mb_regex) */ PHP_MSHUTDOWN_FUNCTION(mb_regex) { - onig_end(); return SUCCESS; } /* }}} */ -- cgit v1.2.1