php-src/ext/json
Nikita Popov c9b9f525a9 Include stub hash in generated arginfo files
The hash is used to check whether the arginfo file needs to be
regenerated. PHP-Parser will only be downloaded if this is actually
necessary.

This ensures that release artifacts will never try to regenerate
stubs and thus fetch PHP-Parser, as long as you do not modify any
files.

Closes GH-5739.
2020-06-24 09:55:19 +02:00
..
tests Clean up calls to extension_loaded('json') in tests 2020-05-28 15:07:47 -04:00
config.m4 always build json statically 2020-05-27 15:36:07 +02:00
config.w32 [RFC] Always enable JSON support in php 8.0 2020-05-27 09:08:43 -04:00
CREDITS
json.c Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
json.stub.php Annotate internal functions with the mixed type 2020-05-25 17:30:57 +02:00
json_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
json_encoder.c Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
json_parser.y Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
json_scanner.re Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
Makefile.frag Use "%empty" in the parsers, instead of comments 2020-01-31 09:52:40 +01:00
Makefile.frag.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
php_json.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
php_json_encoder.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_json_parser.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00
php_json_scanner.h Constify char * arguments of APIs 2020-06-08 10:38:45 +02:00