From d4ad8898247da4eca2221e564eb8c025bc783a0b Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 21 May 2013 23:25:35 -0700 Subject: [PATCH 1/2] fix order --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index ce86bb2f588..ec735dd2494 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,10 @@ PHP NEWS . Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB pointer has closed). (Laruence) +- Phar + . Fixed bug #64214 (PHAR PHPTs intermittently crash when run on DFS, SMB or with + non std tmp dir). (Pierre) + - Streams: . Fixed bug #64770 (stream_select() fails with pipes returned by proc_open() on Windows x64). (Anatol) @@ -19,10 +23,6 @@ PHP NEWS . Fixed bug #64821 (Custom Exception crash when internal properties overridden). (Anatol) -- Phar - . Fixed bug #64214 (PHAR PHPTs intermittently crash when run on DFS, SMB or with - non std tmp dir). (Pierre) - 09 May 2013, PHP 5.3.25 - Core: From de4fd8638b4f1132cfc5cead1e9aea62de4efadd Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 21 May 2013 23:25:46 -0700 Subject: [PATCH 2/2] merge NEWS from 5.3 --- NEWS | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 227fcaccde0..381c3e2fb84 100644 --- a/NEWS +++ b/NEWS @@ -22,14 +22,26 @@ PHP NEWS systemd_interval option to configure this. The service can now use Type=notify in the systemd unit file. (Remi) +- MySQLi + . Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB + pointer has closed). (Laruence) + +- Phar + . Fixed bug #64214 (PHAR PHPTs intermittently crash when run on DFS, SMB or + with non std tmp dir). (Pierre) + - SNMP: . Fixed bug #64765 (Some IPv6 addresses get interpreted wrong). (Boris Lytochkin) . Fixed bug #64159 (Truncated snmpget). (Boris Lytochkin) +- Streams: + . Fixed bug #64770 (stream_select() fails with pipes returned by proc_open() + on Windows x64). (Anatol) + - Zend Engine: - . Fixed bug #64821 (Custom Exceptions crash when internal properties overridden). - (Anatol) + . Fixed bug #64821 (Custom Exceptions crash when internal properties + overridden). (Anatol) 09 May 2013, PHP 5.4.15 - Core: