]> granicus.if.org Git - php/commitdiff
new output api NEWS
authorMichael Wallner <mike@php.net>
Mon, 31 May 2010 14:33:11 +0000 (14:33 +0000)
committerMichael Wallner <mike@php.net>
Mon, 31 May 2010 14:33:11 +0000 (14:33 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5d2da7e96e5a09153deccc88bcd045474b6deeff..2a3207c463adcbdcce420401f94339208f5db27e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -57,6 +57,8 @@
   . Added cli.prompt ini settingto configure the shell prompt.
   . Added shortcut #inisetting=value to change ini settings at run-time.
   . Don't terminate shell on fatal errors.
+- Improved ext/zlib: re-implemented non-file related functionality. (Mike)
+- Improved output layer. See README.NEW-OUTPUT-API for internals. (Mike)
 
 - Removed legacy features:
   . allow_call_time_pass_reference. (Pierrick)