From: Stanislav Malyshev Date: Thu, 13 Nov 2008 19:23:51 +0000 (+0000) Subject: add error_log change X-Git-Tag: php-5.2.7RC4~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=682f0c534325e4c4f7e0876855b5a3097bc737b2;p=php add error_log change --- diff --git a/NEWS b/NEWS index 2f55f4d8f9..af87b0f5b4 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Nov 2008, PHP 5.2.7 +- Added logging option for error_log to send directly to SAPI. (Stas) + - Fixed sybase_fetch_*() to continue reading after CS_ROW_FAIL status (Timm) - Fixed a bug inside dba_replace() that could cause file truncation with invalid keys. (Ilia)