mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00

- Macro help text updated for extensions and general usage - Arguments quoted - dnl removes redundant newlines in the generated configure script
8 lines
247 B
Text
8 lines
247 B
Text
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
|