File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ PHP 8.4 INTERNALS UPGRADE NOTES
53
53
- HAVE_ODBC2 symbol has been removed in ext/odbc.
54
54
- Removed linking with obsolete dnet_stub library in ext/pdo_dblib.
55
55
- Removed checking and linking with obsolete libbind for some functions.
56
+ - Symbol HAVE_JSON has been removed (ext/json is always available since PHP
57
+ 8.0).
56
58
57
59
c. Windows build system changes
58
60
- Added Bison flag '-Wall' when generating lexer files as done in *nix build
Original file line number Diff line number Diff line change 1
- dnl HAVE_JSON is always 1 as of php 8.0 and the constant will be removed in the future.
2
- dnl Note that HAVE_JSON was never defined for Windows builds (see config.w32)
3
- AC_DEFINE ( [ HAVE_JSON] ,1 ,[ whether to enable JavaScript Object Serialization support] )
4
1
PHP_NEW_EXTENSION(json,
5
2
json.c \
6
3
json_encoder.c \
You can’t perform that action at this time.
0 commit comments