]> granicus.if.org Git - php/commitdiff
fix build
authorfoobar <sniper@php.net>
Tue, 6 Dec 2005 02:07:17 +0000 (02:07 +0000)
committerfoobar <sniper@php.net>
Tue, 6 Dec 2005 02:07:17 +0000 (02:07 +0000)
ext/mbstring/mbstring.c

index ccf5627284a5561ffb6da3323d43ff1b1dcfe720..1f7a1c98ca6cd5278d1244f82f8e8927b52cc4a6 100644 (file)
@@ -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)