summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-10-24 19:26:04 +0200
committerBob Weinand <bobwei9@hotmail.com>2014-10-24 19:26:04 +0200
commitc03ac47bafd0ea55055a2f3d4de0bc6bb4d98d8d (patch)
tree9b15bd6d0297fe7a3f217ea0bb76fcbc20f1f2ec
parent9b4d9ac6c7fbc6a53aee6c9b199046556e5fef13 (diff)
downloadphp-git-c03ac47bafd0ea55055a2f3d4de0bc6bb4d98d8d.tar.gz
Added some NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1947e2aa68..b1d56ac0f5 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ PHP NEWS
array notation) (Florian)
. Implemented 64-bit format codes for pack() and unpack(). (Leigh)
+- phpdbg:
+ . Added XML protocol (-x command line flag). (Bob)
+ . Added hard interruptions (twice SIGINT). (Bob)
+
- Fileinfo:
. Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)
. Fixed bug #68224 (buffer-overflow in libmagic/readcdf.c caught by