Commit:    867b6c05e7b37ab7b229de13b39f4f23c4d178dc
Author:    Michael Wallner <m...@php.net>         Fri, 9 Aug 2013 21:16:47 +0200
Parents:   2bc886abed2164fd30519b3016e3565d6069f71f
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=867b6c05e7b37ab7b229de13b39f4f23c4d178dc

Log:
add upgrading notes about bison and 2Guploads

Changed paths:
  M  UPGRADING
  M  UPGRADING.INTERNALS


Diff:
diff --git a/UPGRADING b/UPGRADING
index 45e47ff..431ad79 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 cfc19d5..566f310 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
     -


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to