summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-05-21 23:25:46 -0700
committerStanislav Malyshev <stas@php.net>2013-05-21 23:25:46 -0700
commitde4fd8638b4f1132cfc5cead1e9aea62de4efadd (patch)
tree802175d4c0f774b7a20d030a4dc13cfe0ded6643
parent2d7415a4af66e0771b36a10534e304fe7af4a855 (diff)
downloadphp-git-de4fd8638b4f1132cfc5cead1e9aea62de4efadd.tar.gz
merge NEWS from 5.3
-rw-r--r--NEWS16
1 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 227fcaccde..381c3e2fb8 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: