summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-07-27 00:18:35 +0000
committerPierre Joye <pajoye@php.net>2011-07-27 00:18:35 +0000
commit011e29a9567b38bd6b176dcc256dffcb106e3e3a (patch)
tree3a43e424ea8d4f3583c0edd9651ef4ed14280ca6 /UPGRADING
parent4d0f1bfeb437c8f4c5b3513f14225d5e0a48b756 (diff)
downloadphp-git-011e29a9567b38bd6b176dcc256dffcb106e3e3a.tar.gz
- upgrading entry for binary number format
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index dca9d20f29..6b2f6488c1 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -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