From: Robert Thompson Date: Fri, 19 Oct 2007 01:22:24 +0000 (+0000) Subject: News for getcwd() failure fix. X-Git-Tag: php-5.2.5RC2~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08433295c4e7e5d467c71eec2f869d6d8425c2d6;p=php News for getcwd() failure fix. --- diff --git a/NEWS b/NEWS index 4db24a4923..8635835bca 100644 --- a/NEWS +++ b/NEWS @@ -96,6 +96,8 @@ PHP NEWS - Fixed bug #42139 (XMLReader option constants are broken using XML()). (Rob) - Fixed bug #42086 (SoapServer return Procedure '' not present for WSIBasic compliant wsdl). (Dmitry) +- Fixed bug #41822 (Relative includes broken when getcwd() fails). (Ab5602, +Jani) - Fixed bug #41561 (Values set with php_admin_* in httpd.conf can be overwritten with ini_set()). (Stas, Jani) - Fixed bug #39651 (proc_open() append mode doesn't work on windows). (Nuno)