moriyoshi Mon Nov 25 12:21:51 2002 EDT
Modified files:
/php4/ext/mbstring mbstring.c
Log:
Forgot to adjust this one
Index: php4/ext/mbstring/mbstring.c
diff -u php4/ext/mbstring/mbstring.c:1.151 php4/ext/mbstring/mbstring.c:1.152
--- php4/ext/mbstring/mbstring.c:1.151 Mon Nov 25 12:20:19 2002
+++ php4/ext/mbstring/mbstring.c Mon Nov 25 12:21:50 2002
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: mbstring.c,v 1.151 2002/11/25 17:20:19 moriyoshi Exp $ */
+/* $Id: mbstring.c,v 1.152 2002/11/25 17:21:50 moriyoshi Exp $ */
/*
* PHP4 Multibyte String module "mbstring"
@@ -721,7 +721,7 @@
}
/* }}} */
-/* {{{ static void mbstring_globals_dtor() */
+/* {{{ static void _php_mb_globals_dtor() */
static void _php_mb_globals_dtor(zend_mbstring_globals *pglobals TSRMLS_DC)
{
#if HAVE_MBREGEX
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php