From 6c5e93fe17c264aa28f8eeb4ec78c9e4a7eedfba Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Fri, 20 Dec 2013 14:56:03 +0100 Subject: [PATCH] Added NEWS and UPGRADING info for phpdbg --- NEWS | 4 ++++ UPGRADING | 2 ++ 2 files changed, 6 insertions(+) diff --git a/NEWS b/NEWS index d897d98fdf..536ab75ada 100644 --- a/NEWS +++ b/NEWS @@ -67,6 +67,10 @@ PHP NEWS . Fixed Bug #63657 (pgsqlCopyFromFile, pgsqlCopyToArray use Postgres < 7.3 syntax). (Matteo) +- phpdbg: + . Included phpdbg sapi (RFC: https://wiki.php.net/rfc/phpdbg). + (Felipe Pena, Joe Watkins and Bob Weinand) + - Session: . Fixed Bug #65315 (session.hash_function silently fallback to default md5) (Yasuo) diff --git a/UPGRADING b/UPGRADING index b4f389de2d..660d3b9bd2 100755 --- a/UPGRADING +++ b/UPGRADING @@ -62,6 +62,8 @@ PHP X.Y UPGRADE NOTES 2. Changes in SAPI modules ======================================== +- Added phpdbg sapi. + (https://wiki.php.net/rfc/phpdbg) ======================================== 3. Deprecated Functionality -- 2.40.0