sniper Mon Dec 5 21:07:18 2005 EDT
Modified files:
/php-src/ext/mbstring mbstring.c
Log:
fix build
http://cvs.php.net/diff.php/php-src/ext/mbstring/mbstring.c?r1=1.229&r2=1.230&ty=u
Index: php-src/ext/mbstring/mbstring.c
diff -u php-src/ext/mbstring/mbstring.c:1.229
php-src/ext/mbstring/mbstring.c:1.230
--- php-src/ext/mbstring/mbstring.c:1.229 Mon Dec 5 20:26:39 2005
+++ php-src/ext/mbstring/mbstring.c Mon Dec 5 21:07:17 2005
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: mbstring.c,v 1.229 2005/12/06 01:26:39 sniper Exp $ */
+/* $Id: mbstring.c,v 1.230 2005/12/06 02:07:17 sniper Exp $ */
/*
* PHP 4 Multibyte String module "mbstring"
@@ -180,8 +180,8 @@
};
/* }}} */
-/* {{{ function_entry mbstring_functions[] */
-zval_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_FE(mb_strtolower, NULL)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php