]> granicus.if.org Git - php/commitdiff
add upgrading notes about bison and 2Guploads
authorMichael Wallner <mike@php.net>
Fri, 9 Aug 2013 19:16:47 +0000 (21:16 +0200)
committerMichael Wallner <mike@php.net>
Fri, 9 Aug 2013 19:16:47 +0000 (21:16 +0200)
UPGRADING
UPGRADING.INTERNALS

index 45e47ffa6771ca560e3aa330f21d3f6209b482e8..431ad79e999b964598fb66ef49edea177753c67e 100755 (executable)
--- 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.
index cfc19d515d77015abfa0cb88cc33782a73f69677..566f3109987384e168dda4414202ea985b2238ed 100644 (file)
@@ -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
     -