7
7
. Fixed bug #70997 (When using parentClass:: instead of parent::, static
8
8
context changed). (Dmitry)
9
9
. Fixed bug #70970 (Segfault when combining error handler with output
10
- buffering). (Laruence)
10
+ buffering). (Laruence)
11
11
. Fixed bug #70967 (Weird error handling for __toString when Error is
12
12
thrown). (Laruence)
13
13
. Fixed bug #70958 (Invalid opcode while using ::class as trait method
@@ -60,7 +60,7 @@ PHP NEWS
60
60
. Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number
61
61
of parameters). (Laruence)
62
62
63
- - Streams/Socket
63
+ - Streams/Socket:
64
64
. Add IPV6_V6ONLY constant / make it usable in stream contexts. (Bob)
65
65
66
66
- Soap:
@@ -155,7 +155,7 @@ PHP NEWS
155
155
. Fixed bug #69487 (SAPI may truncate POST data). (cmb)
156
156
. Fixed bug #70198 (Checking liveness does not work as expected).
157
157
(Shafreeck Sea, Anatol Belski)
158
- . Fixed bug #70241/ #70293 (Skipped assertions affect Generator returns). (Bob)
158
+ . Fixed bug #70241, #70293 (Skipped assertions affect Generator returns). (Bob)
159
159
. Fixed bug #70239 (Creating a huge array doesn't result in exhausted,
160
160
but segfault). (Laruence, Anatol)
161
161
. Fixed "finally" issues. (Nikita, Dmitry)
@@ -195,7 +195,7 @@ PHP NEWS
195
195
(Laruence)
196
196
. Fixed bug #69521 (Segfault in gc_collect_cycles()).
197
197
(arjen at react dot com, Laruence)
198
- . Improved zend_string API (Francois Laupretre)
198
+ . Improved zend_string API. (Francois Laupretre)
199
199
. Fixed bug #69955 (Segfault when trying to combine [] and assign-op on
200
200
ArrayAccess object). (Laruence)
201
201
. Fixed bug #69957 (Different ways of handling div/mod/intdiv). (Bob)
@@ -345,8 +345,8 @@ PHP NEWS
345
345
(https://wiki.php.net/rfc/date.timezone_warning_removal). (Bob)
346
346
. Added "v" DateTime format modifier to get the 3-digit version of fraction
347
347
of seconds. (Mariano Iglesias)
348
- . Implemented FR #69089: Added DateTime::RFC3339_EXTENDED to output in
349
- RFC3339 Extended format which includes fraction of seconds. (Mariano
348
+ . Implemented FR #69089 ( Added DateTime::RFC3339_EXTENDED to output in
349
+ RFC3339 Extended format which includes fraction of seconds) . (Mariano
350
350
Iglesias)
351
351
352
352
- DBA:
@@ -379,7 +379,7 @@ PHP NEWS
379
379
reqeusts). (Laruence)
380
380
. Fixed bug #68945 (Unknown admin values segfault pools). (Laruence)
381
381
. Fixed bug #65933 (Cannot specify config lines longer than 1024 bytes). (Chris Wright)
382
- . Implement request #67106 (Split main fpm config). (Elan Ruusamäe, Remi)
382
+ . Implemented FR #67106 (Split main fpm config). (Elan Ruusamäe, Remi)
383
383
384
384
- FTP:
385
385
. Fixed bug #69082 (FTPS support on Windows). (Anatol)
@@ -528,7 +528,7 @@ PHP NEWS
528
528
and WIFCONTINUED). (Matteo)
529
529
. Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler
530
530
when setting SIG_DFL). (Julien)
531
- . Request #68505 (Added wifcontinued and wcontinued). (xilon-jul)
531
+ . Implemented FR #68505 (Added wifcontinued and wcontinued). (xilon-jul)
532
532
. Added rusage support to pcntl_wait() and pcntl_waitpid(). (Anton Stepanenko,
533
533
Tony)
534
534
@@ -544,7 +544,7 @@ PHP NEWS
544
544
. Fixed bug #69864 (Segfault in preg_replace_callback). (cmb, ab)
545
545
546
546
- PDO:
547
- . Fix bug #70861 (Segmentation fault in pdo_parse_params() during Drupal 8
547
+ . Fixed bug #70861 (Segmentation fault in pdo_parse_params() during Drupal 8
548
548
test suite). (Anatol)
549
549
. Fixed bug #70389 (PDO constructor changes unrelated variables). (Laruence)
550
550
. Fixed bug #70272 (Segfault in pdo_mysql). (Laruence)
@@ -657,7 +657,7 @@ PHP NEWS
657
657
Allowed modification of iterated ArrayObject using the same behavior
658
658
as proposed in `Fix "foreach" behavior`. Removed "Array was modified
659
659
outside object and internal position is no longer valid" hack. (Dmitry)
660
- . Implemented #67886 (SplPriorityQueue/SplHeap doesn't expose extractFlags
660
+ . Implemented FR #67886 (SplPriorityQueue/SplHeap doesn't expose extractFlags
661
661
nor curruption state). (Julien)
662
662
. Fixed bug #66405 (RecursiveDirectoryIterator::CURRENT_AS_PATHNAME
663
663
breaks the RecursiveIterator). (Paul Garvin)
0 commit comments