mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
The json extension is always available as of php 8.0. HAVE_JSON was also never defined for Windows builds.
9 lines
254 B
Plaintext
9 lines
254 B
Plaintext
PHP_NEW_EXTENSION(json,
|
|
json.c \
|
|
json_encoder.c \
|
|
json_parser.tab.c \
|
|
json_scanner.c,
|
|
no,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
|
|
PHP_INSTALL_HEADERS([ext/json], [php_json.h php_json_parser.h php_json_scanner.h])
|
|
PHP_ADD_MAKEFILE_FRAGMENT()
|