diff options
author | Michael Wallner <mike@php.net> | 2013-08-09 22:23:35 +0200 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2013-08-09 22:23:35 +0200 |
commit | 3419ee95477139dc8f8ae22052b40f03d739b79e (patch) | |
tree | 72570a8f7e8cf8b231f985c882380f97e42983b1 /UPGRADING.INTERNALS | |
parent | 742a0106fefefe5ee1638271a1f59b69fb0ba015 (diff) | |
download | php-git-3419ee95477139dc8f8ae22052b40f03d739b79e.tar.gz |
bison upgrading notes
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r-- | UPGRADING.INTERNALS | 4 |
1 files changed, 3 insertions, 1 deletions
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 - |