From: foobar Date: Tue, 6 Dec 2005 02:07:17 +0000 (+0000) Subject: fix build X-Git-Tag: RELEASE_1_1_1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f53c892557e24f1f30ed77b00a3799d71aa50e15;p=php fix build --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index ccf5627284..1f7a1c98ca 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -180,8 +180,8 @@ static const struct mb_overload_def mb_ovld[] = { }; /* }}} */ -/* {{{ 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)