Browse Source

Regenerate and bump re2c version to 0.16

It also matches the re2c version for Zend language scanner
pull/2587/head
Jakub Zelenka 9 years ago
parent
commit
887fabe78f
  1. 2
      ext/json/README
  2. 1212
      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

1212
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.14.3 */
/* Generated by re2c 0.16 */
enum YYCONDTYPE {
yycJS,

Loading…
Cancel
Save