Skip to content

Commit 6823ee9

Browse files
committed
Update NEWS
1 parent 22d8e9a commit 6823ee9

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

NEWS

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,26 @@ PHP NEWS
4747
- Zip:
4848
. Update bundled libzip to 1.1.2. (Remi, Anatol)
4949

50-
?? Mar 2016 PHP 7.0.4
50+
03 Mar 2016 PHP 7.0.4
5151

5252
- Core:
5353
. Fixed bug (Low probability segfault in zend_arena). (Laruence)
54-
. Fixed bug #71485 (Return typehint on internal func causes Fatal error
55-
when it throws exception). (Laruence)
56-
. Fixed bug #71474 (Crash because of VM stack corruption on Magento2).
57-
(Dmitry)
58-
. Fixed bug #71450 (An integer overflow bug in php_str_to_str_ex()). (Stas)
59-
. Fixed bug #71449 (An integer overflow bug in php_implode()). (Stas)
60-
. Fixed bug #71443 (Segfault using built-in webserver with intl using
61-
symfony). (Laruence)
62-
. Fixed bug #71442 (forward_static_call crash). (Laruence)
6354
. Fixed bug #71441 (Typehinted Generator with return in try/finally crashes).
6455
(Bob)
56+
. Fixed bug #71442 (forward_static_call crash). (Laruence)
57+
. Fixed bug #71443 (Segfault using built-in webserver with intl using
58+
symfony). (Laruence)
59+
. Fixed bug #71449 (An integer overflow bug in php_implode()). (Stas)
60+
. Fixed bug #71450 (An integer overflow bug in php_str_to_str_ex()). (Stas)
61+
. Fixed bug #71474 (Crash because of VM stack corruption on Magento2).
62+
(Dmitry)
63+
. Fixed bug #71485 (Return typehint on internal func causes Fatal error
64+
when it throws exception). (Laruence)
6565
. Fixed bug #71529 (Variable references on array elements don't work when
6666
using count). (Nikita)
6767
. Fixed bug #71601 (finally block not executed after yield from). (Bob)
68+
. Fixed bug #71637 (Multiple Heap Overflow due to integer overflows in
69+
xml/filter_url/addcslashes). (Stas)
6870

6971
- CLI server:
7072
. Fixed bug #71559 (Built-in HTTP server, we can download file in web by bug).
@@ -98,6 +100,10 @@ PHP NEWS
98100
. Fixed inherited functions from unspecified files being included in
99101
phpdbg_get_executable(). (Bob)
100102

103+
- SOAP:
104+
. Fixed bug #71610 (Type Confusion Vulnerability - SOAP /
105+
make_http_soap_request()). (Stas)
106+
101107
- Standard:
102108
. Fixed bug #71603 (compact() maintains references in php7). (Laruence)
103109
. Fixed bug #70720 (strip_tags improper php code parsing). (Julien)

0 commit comments

Comments
 (0)