From bcaf90e5ebd294973779a62facc139e82e4136f9 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 17 Mar 2019 20:10:26 +0100 Subject: [PATCH] Remove outdated README for ext/json The php manual already includes introduction to the JSON extension. The re2c and bison version required to build parser and lexer files have changed so to move this info on a central place this removes the README. --- ext/json/README | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 ext/json/README diff --git a/ext/json/README b/ext/json/README deleted file mode 100644 index 491e62964d..0000000000 --- a/ext/json/README +++ /dev/null @@ -1,16 +0,0 @@ -JSON -========== - - -This extension implements the JavaScript Object Notation (JSON) -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.16 -Bison 3.0.4 - -It is recommended to do all contributions to the JSON extension -through the Github Pull Requests and preferably ping @bukka -who maintains the extension. -- 2.40.0