$Id$ PHP X.Y UPGRADE NOTES 1. Backward Incompatible Changes 2. New Features 3. Changes in SAPI modules 4. Deprecated Functionality 5. Changed Functions 6. New Functions 7. New Classes and Interfaces 8. Removed Extensions 9. Other Changes to Extensions 10. New Global Constants 11. Changes to INI File Handling 12. Windows Support 13. Other Changes ======================================== 1. Backward Incompatible Changes ======================================== - Core . list() now always supports ArrayAccess and never supports strings. Previously both were accepted in some situations and not in others. (RFC: https://wiki.php.net/rfc/fix_list_behavior_inconsistency) . Bitwise shifts by negative numbers of bits are disallowed (throws E_WARNING and gives FALSE, like a division by zero). . Left bitwise shifts by a number of bits beyond the bit width of an integer will always result in 0, even on CPUs which wrap around. . Right bitwise shifts by a number of bits beyond the bit width of an integer will always result in 0 or -1 (depending on sign), even on CPUs which wrap around. . Removed ASP (<%) and script (