From: Dmitry Stogov Date: Fri, 23 Nov 2007 11:31:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: RELEASE_1_3_1~582 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=543f24742bbf0e693a5402c4d966558206bc3a4c;p=php *** empty log message *** --- diff --git a/NEWS b/NEWS index 64628d5d71..02f37da813 100644 --- a/NEWS +++ b/NEWS @@ -63,6 +63,8 @@ PHP NEWS The EG(function_state_ptr) is completely removed, EG(current_execute_data)->function_state must be used instead). (Dmitry) - Fixed bug #43128 (Very long class name causes segfault). (Dmitry) +- Fixed bug #42952 (soap cache file is created with insecure permissions). + (Dmitry) - Fixed bug #42848 (Status: header incorrect under FastCGI). (Dmitry) - Fixed bug #42773 (WSDL error causes HTTP 500 Response). (Dmitry) - Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines). (Nuno)