php-src/ext/json
Peter Kokot 864366ef20 Upgrade deprecated directives and use non-posix bison
With Bison 3.0 some directives are deprecated:
- %name-prefix "x" should be %define api.prefix {x}
- %error-verbose should be %define parse.error verbose

Bison 3.3 also started emiting more warnings and since PHP souce parsers
are not POSIX compliant this patch fixes this as pointed out via
495a46aa1d.
2019-03-19 20:29:20 +01:00
..
tests More zpp error/variation test removals 2019-03-07 15:54:31 +01:00
config.m4 Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
CREDITS Initial import of jsond 2014-11-13 20:20:46 +00:00
json_encoder.c Optimization for ASCII data 2019-03-18 19:33:51 +03:00
json_parser.y Upgrade deprecated directives and use non-posix bison 2019-03-19 20:29:20 +01:00
json_scanner.re Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
json.c Remove local variables 2019-02-03 21:03:00 +01:00
Makefile.frag Remove ext/json parser files generated by bison 2018-10-24 20:13:04 +02:00
Makefile.frag.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
php_json_encoder.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_json_parser.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_json_scanner.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_json.h Remove local variables 2019-02-03 21:03:00 +01:00