diff options
| author | Johannes Schlüter <johannes@php.net> | 2010-03-30 23:03:02 +0000 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2010-03-30 23:03:02 +0000 |
| commit | 26b08f9857e79b3281d580846e8eb9c27b24af32 (patch) | |
| tree | 76e047f503871cb304b2d3427caffffb7fc1c7ba /ext/json/json.c | |
| parent | d5b2d647c069d9df1eb9ca91813dc7f285bbd015 (diff) | |
| download | php-git-26b08f9857e79b3281d580846e8eb9c27b24af32.tar.gz | |
Remove main/php3_compat.h, for that a few references to `function_entry` have
to be replaced by `zend_function_entry`.
Diffstat (limited to 'ext/json/json.c')
| -rw-r--r-- | ext/json/json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/json.c b/ext/json/json.c index 5d166f0a3e..8fdacc193f 100644 --- a/ext/json/json.c +++ b/ext/json/json.c @@ -65,7 +65,7 @@ ZEND_END_ARG_INFO() /* }}} */ /* {{{ json_functions[] */ -static const function_entry json_functions[] = { +static const zend_function_entry json_functions[] = { PHP_FE(json_encode, arginfo_json_encode) PHP_FE(json_decode, arginfo_json_decode) PHP_FE(json_last_error, arginfo_json_last_error) |
