summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-12-06 02:07:17 +0000
committerfoobar <sniper@php.net>2005-12-06 02:07:17 +0000
commitf53c892557e24f1f30ed77b00a3799d71aa50e15 (patch)
tree860acbcad0405533d041196515cf587e2038d1ed
parent5f44819b72a8cff1c8b4ce4263f9de954e2e1ab9 (diff)
downloadphp-git-f53c892557e24f1f30ed77b00a3799d71aa50e15.tar.gz
fix build
-rw-r--r--ext/mbstring/mbstring.c4
1 files 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)