From: Antony Dovgal Date: Mon, 11 Sep 2006 14:30:17 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.2.0RC4~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3ae2fea43700be550c5ace6bdf1d821eca6670a;p=php BFN --- diff --git a/NEWS b/NEWS index 5ff9e59dbe..d77d908604 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ (marci at balabit dot hu, Tony) - Removed current working directory from the php.ini search path for CLI and readded it for other SAPIs (restore to pre 5.1.x behavior). (Edin) +- Fixed bug #38779 (engine crashes when require()'ing file with syntax error + through userspace stream wrapper). (Tony, Dmitry) - Fixed bug #38759 (PDO sqlite2 empty query causes segfault). (Tony) - Fixed bug #38721 (Invalid memory read in date_parse()). (Tony, Derick) - Fixed bug #38700 (SoapClient::__getTypes never returns). (Dmitry)