sniper Mon Dec 5 21:21:02 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/mbstring mbstring.c Log: sync with HEAD http://cvs.php.net/diff.php/php-src/ext/mbstring/mbstring.c?r1=1.224.2.6&r2=1.224.2.7&ty=u Index: php-src/ext/mbstring/mbstring.c diff -u php-src/ext/mbstring/mbstring.c:1.224.2.6 php-src/ext/mbstring/mbstring.c:1.224.2.7 --- php-src/ext/mbstring/mbstring.c:1.224.2.6 Mon Dec 5 20:26:44 2005 +++ php-src/ext/mbstring/mbstring.c Mon Dec 5 21:21:01 2005 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: mbstring.c,v 1.224.2.6 2005/12/06 01:26:44 sniper Exp $ */ +/* $Id: mbstring.c,v 1.224.2.7 2005/12/06 02:21:01 sniper Exp $ */ /* * PHP 4 Multibyte String module "mbstring" @@ -180,7 +180,7 @@ }; /* }}} */ -/* {{{ function_entry mbstring_functions[] */ +/* {{{ zend_function_entry mbstring_functions[] */ zend_function_entry mbstring_functions[] = { PHP_FE(mb_convert_case, NULL) PHP_FE(mb_strtoupper, NULL)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php