diff options
author | Pierre Joye <pajoye@php.net> | 2011-07-27 00:18:35 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-07-27 00:18:35 +0000 |
commit | 011e29a9567b38bd6b176dcc256dffcb106e3e3a (patch) | |
tree | 3a43e424ea8d4f3583c0edd9651ef4ed14280ca6 /UPGRADING | |
parent | 4d0f1bfeb437c8f4c5b3513f14225d5e0a48b756 (diff) | |
download | php-git-011e29a9567b38bd6b176dcc256dffcb106e3e3a.tar.gz |
- upgrading entry for binary number format
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -462,3 +462,6 @@ UPGRADE NOTES - PHP X.Y $a = [1, 2, 3, 4]; $a = ['one' => 1, 'two' => 2, 'three' => 3, 'four' => 4]; $a = ['one' => 1, 2, 'three' => 3, 4]; + + - Binary number format + 0b00100 0b010101 |