PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2013, PHP 5.5.8
+?? ??? 2014, PHP 5.5.9
+
+- GD:
+ . Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop()).
+ (Laruence, Remi)
+
+- OPCache:
+ . Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style
+ ^M as lineend). (Laruence)
+
+- Standard
+ . Fixed bug #66395 (basename function doesn't remove drive letter). (Anatol)
+
+- Sockets:
+ . Fixed bug #66381 (__ss_family was changed on AIX 5.3). (Felipe)
+
+- Zend Engine
+ . Fixed bug #66009 (Failed compilation of PHP extension with C++ std
+ library using VS 2012). (Anatol)
+
+09 Jan 2014, PHP 5.5.8
- Core:
. Disallowed JMP into a finally block. (Laruence)
. Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer). (Adam)
- GD:
- . Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop()).
- (Laruence, Remi)
. Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)).
(Adam)
. Fixed bug #65486 (mysqli_poll() is broken on win x64). (Anatol)
- OPCache:
- . Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style
- ^M as lineend). (Laruence)
- . Fixed reavlidate_path=1 behavior to avoid caching of symlinks values.
+ . Fixed revalidate_path=1 behavior to avoid caching of symlinks values.
(Dmitry)
. Fixed Issue #140: "opcache.enable_file_override" doesn't respect
"opcache.revalidate_freq". (Dmitry).
. Fixed bug #66112 (Use after free condition in SOAP extension).
(martin dot koegler at brz dot gv dot at)
-- Standard
- . Fixed bug #66395 (basename function doesn't remove drive letter). (Anatol)
-
- Sockets:
- . Fixed bug #66381 (__ss_family was changed on AIX 5.3). (Felipe)
. Fixed bug #65923 (ext/socket assumes AI_V4MAPPED is defined). (Felipe)
- XSL
- ZIP:
. Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real). (Remi)
-- Zend Engine
- . Fixed bug #66009 (Failed compilation of PHP extension with C++ std
- library using VS 2012). (Anatol)
-
12 Dec 2013, PHP 5.5.7
- CLI server:
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 5
-#define PHP_RELEASE_VERSION 8
+#define PHP_RELEASE_VERSION 9
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.8-dev"
-#define PHP_VERSION_ID 50508
+#define PHP_VERSION "5.5.9-dev"
+#define PHP_VERSION_ID 50509