Added NEWS and UPGRADING info for phpdbg

This commit is contained in:
Bob Weinand 2013-12-20 14:56:03 +01:00
parent 4ae4b7bf47
commit 6c5e93fe17
2 changed files with 6 additions and 0 deletions

4
NEWS
View File

@ -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)

View File

@ -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