From: Michael Wallner Date: Fri, 9 Aug 2013 19:16:47 +0000 (+0200) Subject: add upgrading notes about bison and 2Guploads X-Git-Tag: php-5.6.0alpha1~323 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=867b6c05e7b37ab7b229de13b39f4f23c4d178dc;p=php add upgrading notes about bison and 2Guploads --- 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 -