Skip to content

Commit 5b9267c

Browse files
committed
Align NEWS entries format
1 parent a154410 commit 5b9267c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

NEWS

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PHP NEWS
77
. Fixed bug #70997 (When using parentClass:: instead of parent::, static
88
context changed). (Dmitry)
99
. Fixed bug #70970 (Segfault when combining error handler with output
10-
buffering). (Laruence)
10+
buffering). (Laruence)
1111
. Fixed bug #70967 (Weird error handling for __toString when Error is
1212
thrown). (Laruence)
1313
. Fixed bug #70958 (Invalid opcode while using ::class as trait method
@@ -60,7 +60,7 @@ PHP NEWS
6060
. Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number
6161
of parameters). (Laruence)
6262

63-
- Streams/Socket
63+
- Streams/Socket:
6464
. Add IPV6_V6ONLY constant / make it usable in stream contexts. (Bob)
6565

6666
- Soap:
@@ -155,7 +155,7 @@ PHP NEWS
155155
. Fixed bug #69487 (SAPI may truncate POST data). (cmb)
156156
. Fixed bug #70198 (Checking liveness does not work as expected).
157157
(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)
159159
. Fixed bug #70239 (Creating a huge array doesn't result in exhausted,
160160
but segfault). (Laruence, Anatol)
161161
. Fixed "finally" issues. (Nikita, Dmitry)
@@ -195,7 +195,7 @@ PHP NEWS
195195
(Laruence)
196196
. Fixed bug #69521 (Segfault in gc_collect_cycles()).
197197
(arjen at react dot com, Laruence)
198-
. Improved zend_string API (Francois Laupretre)
198+
. Improved zend_string API. (Francois Laupretre)
199199
. Fixed bug #69955 (Segfault when trying to combine [] and assign-op on
200200
ArrayAccess object). (Laruence)
201201
. Fixed bug #69957 (Different ways of handling div/mod/intdiv). (Bob)
@@ -345,8 +345,8 @@ PHP NEWS
345345
(https://wiki.php.net/rfc/date.timezone_warning_removal). (Bob)
346346
. Added "v" DateTime format modifier to get the 3-digit version of fraction
347347
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
350350
Iglesias)
351351

352352
- DBA:
@@ -379,7 +379,7 @@ PHP NEWS
379379
reqeusts). (Laruence)
380380
. Fixed bug #68945 (Unknown admin values segfault pools). (Laruence)
381381
. 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)
383383

384384
- FTP:
385385
. Fixed bug #69082 (FTPS support on Windows). (Anatol)
@@ -528,7 +528,7 @@ PHP NEWS
528528
and WIFCONTINUED). (Matteo)
529529
. Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler
530530
when setting SIG_DFL). (Julien)
531-
. Request #68505 (Added wifcontinued and wcontinued). (xilon-jul)
531+
. Implemented FR #68505 (Added wifcontinued and wcontinued). (xilon-jul)
532532
. Added rusage support to pcntl_wait() and pcntl_waitpid(). (Anton Stepanenko,
533533
Tony)
534534

@@ -544,7 +544,7 @@ PHP NEWS
544544
. Fixed bug #69864 (Segfault in preg_replace_callback). (cmb, ab)
545545

546546
- 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
548548
test suite). (Anatol)
549549
. Fixed bug #70389 (PDO constructor changes unrelated variables). (Laruence)
550550
. Fixed bug #70272 (Segfault in pdo_mysql). (Laruence)
@@ -657,7 +657,7 @@ PHP NEWS
657657
Allowed modification of iterated ArrayObject using the same behavior
658658
as proposed in `Fix "foreach" behavior`. Removed "Array was modified
659659
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
661661
nor curruption state). (Julien)
662662
. Fixed bug #66405 (RecursiveDirectoryIterator::CURRENT_AS_PATHNAME
663663
breaks the RecursiveIterator). (Paul Garvin)

0 commit comments

Comments
 (0)