From f53c892557e24f1f30ed77b00a3799d71aa50e15 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 6 Dec 2005 02:07:17 +0000 Subject: fix build --- ext/mbstring/mbstring.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- cgit v1.2.1