Browse Source

Merge branch 'PHP-7.0' into PHP-7.1

pull/2588/head
Jakub Zelenka 9 years ago
parent
commit
bfa9362d43
  1. 2
      ext/json/README
  2. 1317
      ext/json/json_scanner.c
  3. 2
      ext/json/php_json_scanner_defs.h

2
ext/json/README

@ -8,7 +8,7 @@ data-interchange format as specified in RFC 7159
The parser is implemented using re2c and Bison. The used versions
of both tools for generating files in the repository are following:
re2c 0.14.3
re2c 0.16
Bison 3.0.4
It is recommended to do all contributions to the JSON extension

1317
ext/json/json_scanner.c
File diff suppressed because it is too large
View File

2
ext/json/php_json_scanner_defs.h

@ -1,4 +1,4 @@
/* Generated by re2c 0.13.5 */
/* Generated by re2c 0.16 */
enum YYCONDTYPE {
yycJS,

Loading…
Cancel
Save