From 695b4f4cad83c90f928af8a1c227defd5c6ca63c Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 28 Jun 2015 16:48:42 +0100 Subject: [PATCH] Bump re2c version for json scanner --- ext/json/README | 2 +- ext/json/json_scanner.c | 2 +- ext/json/php_json_scanner_defs.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/json/README b/ext/json/README index 4ff85acf08..4daa800ff3 100644 --- a/ext/json/README +++ b/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.13.7.5 +re2c 0.14.3 Bison 3.0.4 It is recommended to do all contributions to the JSON extension diff --git a/ext/json/json_scanner.c b/ext/json/json_scanner.c index 71ac6d5eea..a9d220cba2 100644 --- a/ext/json/json_scanner.c +++ b/ext/json/json_scanner.c @@ -1,4 +1,4 @@ -/* Generated by re2c 0.13.7.5 */ +/* Generated by re2c 0.14.3 */ /* +----------------------------------------------------------------------+ | PHP Version 7 | diff --git a/ext/json/php_json_scanner_defs.h b/ext/json/php_json_scanner_defs.h index 9ebd02e030..a75e766a65 100644 --- a/ext/json/php_json_scanner_defs.h +++ b/ext/json/php_json_scanner_defs.h @@ -1,4 +1,4 @@ -/* Generated by re2c 0.13.7.5 */ +/* Generated by re2c 0.14.3 */ enum YYCONDTYPE { yycJS, -- 2.50.1