summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2013-05-27 21:14:24 +0200
committerOndřej Surý <ondrej@sury.org>2013-05-27 21:14:24 +0200
commitf4be957a1c62e8e3a0c3e926ca400e8b0c716338 (patch)
treedaddcdab6d7314a24900ffc23312db3a6f9fc9ed /NEWS
parente421dce5336684f1585c48ee38239b3d649b1770 (diff)
downloadphp-f4be957a1c62e8e3a0c3e926ca400e8b0c716338.tar.gz
Imported Upstream version 5.5.0~rc2+dfsg
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS52
1 files changed, 45 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 32baf7748..543044f54 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,43 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+23 May 2013, PHP 5.5.0 Release Candidate 2
+
+- Core:
+ . Fixed bug #64660 (Segfault on memory exhaustion within function definition).
+ (Stas, reported by Juha Kylmänen)
+ . Fixed bug #64720 (SegFault on zend_deactivate). (Dmitry)
+ . Fixed bug #64853 (Use of no longer available ini directives causes crash
+ on TS build). (Anatol)
+
+- Calendar:
+ . Fixed bug #64895 (Integer overflow in SndToJewish). (Remi)
+
+- Fileinfo:
+ . Fixed bug #64830 (mimetype detection segfaults on mp3 file). (Anatol)
+
+- FPM:
+ . Add --with-fpm-systemd option to report health to systemd, and
+ systemd_interval option to configure this. The service can now use
+ Type=notify in the systemd unit file. (Remi)
+
+- mbstring:
+ . Fixed bug #64769 (mbstring PHPTs crash on Windows x64). (Anatol)
+
+- mysqli:
+ . Fixed bug #64394 (MYSQL_OPT_CAN_HANDLE_EXPIRED_PASSWORDS undeclared when
+ using Connector/C). (Andrey)
+
+- Sockets:
+ . Fixed bug #64508 (Fails to build with --disable-ipv6). (Gustavo)
+
+- Zend Engine:
+ . Fixed bug #64821 (Custom Exceptions crash when internal properties overridden).
+ (Anatol)
+
+- DateTime
+ . Fixed bug #64825 (Invalid free when unserializing DateTimeZone).
+ (Anatol)
+
09 May 2013, PHP 5.5.0 Release Candidate 1
- FPM:
@@ -25,7 +63,7 @@ PHP NEWS
25 Apr 2013, PHP 5.5.0 Beta 4
- Core:
- . Fixed bug #64677 (execution operator `` stealing surrounding arguments).
+ . Fixed bug #64677 (execution operator `` stealing surrounding arguments).
(Laruence)
- CURL:
@@ -44,13 +82,13 @@ PHP NEWS
(Eric Iversen)
- Streams:
- . Fixed Windows x64 version of stream_socket_pair() and improved error handling
- (Anatol Belski)
+ . Fixed Windows x64 version of stream_socket_pair() and improved error
+ handling. (Anatol Belski)
11 Apr 2013, PHP 5.5.0 Beta 3
- Core:
- . Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap:
+ . Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap:
segfault). (Laruence)
. Fixed bug #64565 (copy doesn't report failure on partial copy). (Remi)
. Fixed bug #64555 (foreach no longer copies keys if they are interned).
@@ -68,7 +106,7 @@ PHP NEWS
Kapelushnik, Derick)
- General improvements:
- . Drop support for bison < 2.4 when building PHP from GIT source.
+ . Drop support for bison < 2.4 when building PHP from GIT source.
(Laruence)
- Fileinfo:
@@ -106,7 +144,7 @@ PHP NEWS
21 Mar 2013, PHP 5.5.0 Beta 1
- Core:
- . Added Zend Opcache extension and enable building it by default.
+ . Added Zend Opcache extension and enable building it by default.
More details here: https://wiki.php.net/rfc/optimizerplus. (Dmitry)
. Added array_column function which returns a column in a multidimensional
array. https://wiki.php.net/rfc/array_column. (Ben Ramsey)
@@ -214,7 +252,7 @@ PHP NEWS
. Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence)
. Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).
(patch by kriss@krizalys.com, Laruence)
- . Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended).
+ . Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended).
(Nikita Popov)
. Fixed bug #52861 (unset fails with ArrayObject and deep arrays).
(Mike Willbanks)