Skip to content

Commit 85231e8

Browse files
[8.5] NEWS: order extensions alphabetically
1 parent eaa40bb commit 85231e8

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

NEWS

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ PHP NEWS
2727
. Fixed IntlTimeZone::getDisplayName() to synchronize object error state
2828
for invalid display types. (Weilin Du)
2929

30-
- URI:
31-
. Add LEXBOR_STATIC to CFLAGS_URI on Windows so ext/uri does not see
32-
LXB_API as __declspec(dllimport) when linked statically into PHP.
33-
(Luther Monson)
34-
. Clean error logs before each Uri\WhatWg\Url wither call so that errors from
35-
previous wither calls are not returned the next time a UrlValidationError
36-
is thrown. (kocsismate)
37-
3830
- Opcache:
3931
. Fixed bug GH-22265 (Another tailcall vm_interrupt bug). (Levi Morrison)
4032

@@ -54,14 +46,22 @@ PHP NEWS
5446
- Sqlite:
5547
. Fix error checks for column retrieval. (ndossche)
5648

49+
- URI:
50+
. Add LEXBOR_STATIC to CFLAGS_URI on Windows so ext/uri does not see
51+
LXB_API as __declspec(dllimport) when linked statically into PHP.
52+
(Luther Monson)
53+
. Clean error logs before each Uri\WhatWg\Url wither call so that errors from
54+
previous wither calls are not returned the next time a UrlValidationError
55+
is thrown. (kocsismate)
56+
57+
- Zip:
58+
. Fixed error-related memory leaks. (ndossche)
59+
5760
- Zlib:
5861
. Fixed memory leak if deflate initialization fails and there is a dict.
5962
(ndossche)
6063
. Fixed memory leak in inflate_add(). (ndossche)
6164

62-
- Zip:
63-
. Fixed error-related memory leaks. (ndossche)
64-
6565
02 Jun 2026, PHP 8.5.7
6666

6767
- CLI:

0 commit comments

Comments
 (0)