]> granicus.if.org Git - php/commitdiff
- today entries
authorPierre Joye <pajoye@php.net>
Sun, 24 Jan 2010 18:05:36 +0000 (18:05 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 24 Jan 2010 18:05:36 +0000 (18:05 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9e4315f852a30c7b314504f4fccd0d79114e7a59..99514eb411cafebb62acde7f9f77b4b7d63db2b2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ PHP                                                                        NEWS
 - Added stream filter support to mcrypt extension (ported from 
   mcrypt_filter). (Stas)
 
+- Fixed possible crash when a error/warning is raised during php 
+  startup. (Pierre)
+
 - Fixed bug #50787 (stream_set_write_buffer() has no effect on socket
   streams). (vnegrier at optilian dot com, Ilia)
 - Fixed bug #50761 (system.multiCall crashes in xmlrpc extension). (hiroaki
@@ -23,6 +26,8 @@ PHP                                                                        NEWS
 - Fixed bug #50732 (exec() adds single byte twice to $output array). (Ilia)
 - Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0). (Joey,
   Ilia)
+- Fixed bug #50690 (putenv does not set ENV when the value is only
+  one char). (Pierre)
 - Fixed bug #50680 (strtotime() does not support eighth ordinal number).
   (Ilia)
 - Fixed bug #50661 (DOMDocument::loadXML does not allow UTF-16). (Rob)