We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ae270 commit f59a139Copy full SHA for f59a139
ext/json/config.m4
@@ -6,7 +6,7 @@ PHP_ARG_ENABLE(json, whether to enable JavaScript Object Serialization support,
6
[ --disable-json Disable JavaScript Object Serialization support], yes)
7
8
if test "$PHP_JSON" != "no"; then
9
- AC_DEFINE([HAVE_JSON],1 ,[whether to have JavaScript Object Serialization support])
+ AC_DEFINE([HAVE_JSON],1 ,[whether to enable JavaScript Object Serialization support])
10
AC_HEADER_STDC
11
12
PHP_NEW_EXTENSION(json, json.c utf8_to_utf16.c utf8_decode.c JSON_parser.c, $ext_shared)
0 commit comments