@@ -148,7 +148,7 @@ PHP NEWS
148148 (Andrew Nester, Laruence, Anatol)
149149
150150- iconv:
151- . Fixed bug #68180 (iconv_mime_decode can return extra characters in a
151+ . Fixed bug #68180 (iconv_mime_decode can return extra characters in a
152152 header). (cmb)
153153 . Fixed bug #63839 (iconv_mime_decode_headers function is skipping headers).
154154 (cmb)
@@ -267,7 +267,7 @@ PHP NEWS
267267 (cmb)
268268
269269- Filter:
270- . Added the 'add_slashes' sanitization mode (FILTER_SANITIZE_ADD_SLASHES).
270+ . Added the 'add_slashes' sanitization mode (FILTER_SANITIZE_ADD_SLASHES).
271271 (Kalle)
272272 . Fixed bug #76366 (References in sub-array for filtering breaks the filter).
273273 (ZiHang Gao)
@@ -277,7 +277,7 @@ PHP NEWS
277277 . Added fpm_get_status function. (Till Backhaus)
278278 . Fixed bug #69031 (Long messages into stdout/stderr are truncated
279279 incorrectly) - added new log related FPM configuration options:
280- log_limit, log_buffering and decorate_workers_output. (Jakub Zelenka)
280+ log_limit, log_buffering and decorate_workers_output. (Jakub Zelenka)
281281
282282- mbstring:
283283 . Fixed bug #76574 (use of undeclared identifiers INT_MAX and LONG_MAX). (cmb)
@@ -411,7 +411,7 @@ PHP NEWS
411411
412412- Core:
413413 . Improved PHP GC. (Dmitry, Nikita)
414- . Redesigned the old ext_skel program written in PHP, run:
414+ . Redesigned the old ext_skel program written in PHP, run:
415415 'php ext_skel.php' for all options. This means there are no dependencies,
416416 thus making it work on Windows out of the box. (Kalle)
417417 . Removed support for BeOS. (Kalle)
@@ -428,13 +428,13 @@ PHP NEWS
428428 . Fixed bug #75031 (support append mode in temp/memory streams). (adsr)
429429 . Fixed bug #74860 (Uncaught exceptions not being formatted properly when
430430 error_log set to "syslog"). (Philip Prindeville)
431- . Fixed bug #75220 (Segfault when calling is_callable on parent).
431+ . Fixed bug #75220 (Segfault when calling is_callable on parent).
432432 (andrewnester)
433433 . Fixed bug #69954 (broken links and unused config items in distributed ini
434434 files). (petk)
435435 . Fixed bug #74922 (Composed class has fatal error with duplicate, equal const
436436 properties). (pmmaga)
437- . Fixed bug #63911 (identical trait methods raise errors during composition).
437+ . Fixed bug #63911 (identical trait methods raise errors during composition).
438438 (pmmaga)
439439 . Fixed bug #75677 (Clang ignores fastcall calling convention on variadic
440440 function). (Li-Wen Hsu)
@@ -487,14 +487,14 @@ PHP NEWS
487487 . Fixed bug #75453 (Incorrect reflection for ibase_[p]connect). (villfa)
488488
489489- intl:
490- . Fixed bug #75317 (UConverter::setDestinationEncoding changes source instead
490+ . Fixed bug #75317 (UConverter::setDestinationEncoding changes source instead
491491 of destination). (andrewnester)
492492
493493- JSON:
494494 . Added JSON_THROW_ON_ERROR flag. (Andrea)
495495
496496- LDAP:
497- . Added ldap_exop_refresh helper for EXOP REFRESH operation with dds overlay.
497+ . Added ldap_exop_refresh helper for EXOP REFRESH operation with dds overlay.
498498 (Come)
499499 . Added full support for sending and parsing ldap controls (Come)
500500 . Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
@@ -503,7 +503,7 @@ PHP NEWS
503503 . Fixed bug #75871 (use pkg-config where available). (pmmaga)
504504
505505- litespeed:
506- . Fixed bug #75248 (Binary directory doesn't get created when building
506+ . Fixed bug #75248 (Binary directory doesn't get created when building
507507 only litespeed SAPI). (petk)
508508 . Fixed bug #75251 (Missing program prefix and suffix). (petk)
509509
@@ -568,7 +568,7 @@ PHP NEWS
568568 to readline_info() if linked against libreadline. (krageon)
569569
570570- Session:
571- . Fixed bug #74941 (session fails to start after having headers sent).
571+ . Fixed bug #74941 (session fails to start after having headers sent).
572572 (morozov)
573573
574574- SimpleXML:
@@ -580,7 +580,7 @@ PHP NEWS
580580 used). (Anton Artamonov)
581581
582582- SPL:
583- . Fixed bug #74977 (Appending AppendIterator leads to segfault).
583+ . Fixed bug #74977 (Appending AppendIterator leads to segfault).
584584 (Andrew Nester)
585585 . Fixed bug #75173 (incorrect behavior of AppendIterator::append in foreach
586586 loop). (jhdxr)
@@ -589,19 +589,19 @@ PHP NEWS
589589 . Fixed bug #75878 (RecursiveTreeIterator::setPostfix has wrong signature).
590590 (cmb)
591591 . Fixed bug #74519 (strange behavior of AppendIterator). (jhdxr)
592- . Fixed bug #76131 (mismatch arginfo for splarray constructor).
592+ . Fixed bug #76131 (mismatch arginfo for splarray constructor).
593593 (carusogabriel)
594594
595595- SQLite3:
596596 . Updated bundled libsqlite to 3.24.0. (cmb)
597597
598598- Standard:
599599 . Added is_countable() function. (Gabriel Caruso)
600- . Fixed bug #75916 (DNS_CAA record results contain garbage). (Mike,
600+ . Fixed bug #75916 (DNS_CAA record results contain garbage). (Mike,
601601 Philip Sharp)
602602 . Fixed unserialize(), to disable creation of unsupported data structures
603603 through manually crafted strings. (Dmitry)
604- . Fixed bug #75409 (accept EFAULT in addition to ENOSYS as indicator
604+ . Fixed bug #75409 (accept EFAULT in addition to ENOSYS as indicator
605605 that getrandom() is missing). (sarciszewski)
606606 . Fixed bug #74719 (fopen() should accept NULL as context). (Alexander Holman)
607607 . Fixed bug #69948 (path/domain are not sanitized in setcookie). (cmb)
0 commit comments