summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-11-12 14:52:21 +0100
committerFerenc Kovacs <tyrael@php.net>2014-11-12 14:52:21 +0100
commitdf586243a3a8367d69f22990f1246dec4bbf437a (patch)
tree4596167242c4f75545eec67fc3314f77076bde18
parent25848cec92f6bc3886f0530085c7ab716813cc29 (diff)
downloadphp-git-PHP-5.6.3.tar.gz
remove the phpdbg stuff from news, as those never made it into 5.6.3php-5.6.3PHP-5.6.3
-rw-r--r--NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index c16375923b..58a33c8fa9 100644
--- a/NEWS
+++ b/NEWS
@@ -56,10 +56,6 @@ PHP NEWS
. Fixed bug #68074 (Allow to use system cipher list instead of hardcoded
value). (Remi)
-- phpdbg:
- . Added XML protocol (-x command line flag). (Bob)
- . Added hard interruptions (twice SIGINT). (Bob)
-
- PDO_pgsql:
. Fixed bug #68199 (PDO::pgsqlGetNotify doesn't support NOTIFY payloads)
(Matteo, Alain Laporte)