From 867b6c05e7b37ab7b229de13b39f4f23c4d178dc Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 9 Aug 2013 21:16:47 +0200 Subject: [PATCH] add upgrading notes about bison and 2Guploads --- UPGRADING | 2 ++ UPGRADING.INTERNALS | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index 45e47ffa67..431ad79e99 100755 --- a/UPGRADING +++ b/UPGRADING @@ -93,3 +93,5 @@ PHP X.Y UPGRADE NOTES 11. Other Changes ======================================== +- File upload: + Uploads equal or greater than 2GB in size are now accepted. diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index cfc19d515d..566f310998 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -48,7 +48,9 @@ UPGRADE NOTES - PHP X.Y ======================== a. Unix build system changes - - + - The bison version check is now a blacklist instead of a whitelist. + - The bison binary can be specified through the YACC environment/configure + variable. Previously `bison` was assumed to be in $PATH. b. Windows build system changes - -- 2.50.1