Commit:    3419ee95477139dc8f8ae22052b40f03d739b79e
Author:    Michael Wallner <m...@php.net>         Fri, 9 Aug 2013 22:23:35 +0200
Parents:   742a0106fefefe5ee1638271a1f59b69fb0ba015
Branches:  master

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

Log:
bison upgrading notes

Changed paths:
  M  UPGRADING.INTERNALS


Diff:
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