forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c1c12a
commit 8442a1c
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,23 +4,23 @@ PHP NEWS | |
|
||
- Date: | ||
. Fixed bug #68078 (Datetime comparisons ignore microseconds). (Willem-Jan | ||
Zijderveld <[email protected]>) | ||
Zijderveld) | ||
|
||
- Fileinfo: | ||
. Fixed bug #71434 (finfo throws notice for specific python file). (Laruence) | ||
|
||
- FPM: | ||
. Fixed bug #62172 (FPM not working with Apache httpd 2.4 balancer/fcgi setup). | ||
(Matt Haught, Remi) | ||
. Fixed bug #62172 (FPM not working with Apache httpd 2.4 balancer/fcgi | ||
setup). (Matt Haught, Remi) | ||
|
||
- Standard: | ||
. Fixed bug #70720 (strip_tags improper php code parsing). (Julien) | ||
|
||
04 Feb 2016, PHP 5.6.18 | ||
|
||
- Core: | ||
. Fixed bug #71039 (exec functions ignore length but look for NULL termination). | ||
(Anatol) | ||
. Fixed bug #71039 (exec functions ignore length but look for NULL | ||
termination). (Anatol) | ||
. Fixed bug #71089 (No check to duplicate zend_extension). (Remi) | ||
. Fixed bug #71201 (round() segfault on 64-bit builds). (Anatol) | ||
. Added support for new HTTP 451 code. (Julien) | ||
|
@@ -99,8 +99,8 @@ PHP NEWS | |
. Fixed bug #60052 (Integer returned as a 64bit integer on X64_86). (Mariuz) | ||
|
||
- WDDX: | ||
. Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization). | ||
(taoguangchen at icloud dot com) | ||
. Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet | ||
Deserialization). (taoguangchen at icloud dot com) | ||
. Fixed bug #70741 (Session WDDX Packet Deserialization Type Confusion | ||
Vulnerability). (taoguangchen at icloud dot com) | ||
|
||
|