@@ -47,24 +47,26 @@ PHP NEWS
47
47
- Zip:
48
48
. Update bundled libzip to 1.1.2. (Remi, Anatol)
49
49
50
- ?? Mar 2016 PHP 7.0.4
50
+ 03 Mar 2016 PHP 7.0.4
51
51
52
52
- Core:
53
53
. 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)
63
54
. Fixed bug #71441 (Typehinted Generator with return in try/finally crashes).
64
55
(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)
65
65
. Fixed bug #71529 (Variable references on array elements don't work when
66
66
using count). (Nikita)
67
67
. 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)
68
70
69
71
- CLI server:
70
72
. Fixed bug #71559 (Built-in HTTP server, we can download file in web by bug).
@@ -98,6 +100,10 @@ PHP NEWS
98
100
. Fixed inherited functions from unspecified files being included in
99
101
phpdbg_get_executable(). (Bob)
100
102
103
+ - SOAP:
104
+ . Fixed bug #71610 (Type Confusion Vulnerability - SOAP /
105
+ make_http_soap_request()). (Stas)
106
+
101
107
- Standard:
102
108
. Fixed bug #71603 (compact() maintains references in php7). (Laruence)
103
109
. Fixed bug #70720 (strip_tags improper php code parsing). (Julien)
0 commit comments