|
1 | 1 | PHP NEWS |
2 | 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |
| 3 | +13 Mar 2025, PHP 8.3.18 |
| 4 | + |
| 5 | +- BCMath: |
| 6 | + . Fixed bug GH-17398 (bcmul memory leak). (SakiTakamachi) |
| 7 | + |
| 8 | +- Core: |
| 9 | + . Fixed bug GH-17623 (Broken stack overflow detection for variable |
| 10 | + compilation). (ilutov) |
| 11 | + . Fixed bug GH-17618 (UnhandledMatchError does not take |
| 12 | + zend.exception_ignore_args=1 into account). (timwolla) |
| 13 | + . Fix fallback paths in fast_long_{add,sub}_function. (nielsdos) |
| 14 | + . Fixed bug GH-17718 (Calling static methods on an interface that has |
| 15 | + `__callStatic` is allowed). (timwolla) |
| 16 | + . Fixed bug GH-17797 (zend_test_compile_string crash on invalid |
| 17 | + script path). (David Carlier) |
| 18 | + . Fixed GHSA-rwp7-7vc6-8477 (Reference counting in php_request_shutdown |
| 19 | + causes Use-After-Free). (CVE-2024-11235) (ilutov) |
| 20 | + |
| 21 | +- DOM: |
| 22 | + . Fixed bug GH-17847 (xinclude destroys live node). (nielsdos) |
| 23 | + |
| 24 | +- FFI: |
| 25 | + . Fix FFI Parsing of Pointer Declaration Lists. (davnotdev) |
| 26 | + |
| 27 | +- FPM: |
| 28 | + . Fixed bug GH-17643 (FPM with httpd ProxyPass encoded PATH_INFO env). |
| 29 | + (Jakub Zelenka) |
| 30 | + |
| 31 | +- GD: |
| 32 | + . Fixed bug GH-17772 (imagepalettetotruecolor crash with memory_limit=2M). |
| 33 | + (David Carlier) |
| 34 | + |
| 35 | +- LDAP: |
| 36 | + . Fixed bug GH-17704 (ldap_search fails when $attributes contains a |
| 37 | + non-packed array with numerical keys). (nielsdos, 7u83) |
| 38 | + |
| 39 | +- LibXML: |
| 40 | + . Fixed GHSA-wg4p-4hqh-c3g9 (Reocurrence of #72714). (nielsdos) |
| 41 | + . Fixed GHSA-p3x9-6h7p-cgfc (libxml streams use wrong `content-type` header |
| 42 | + when requesting a redirected resource). (CVE-2025-1219) (timwolla) |
| 43 | + |
| 44 | +- MBString: |
| 45 | + . Fixed bug GH-17503 (Undefined float conversion in mb_convert_variables). |
| 46 | + (cmb) |
| 47 | + |
| 48 | +- Opcache: |
| 49 | + . Fixed bug GH-17654 (Multiple classes using same trait causes function |
| 50 | + JIT crash). (nielsdos) |
| 51 | + . Fixed bug GH-17577 (JIT packed type guard crash). (nielsdos, Dmitry) |
| 52 | + . Fixed bug GH-17899 (zend_test_compile_string with invalid path |
| 53 | + when opcache is enabled). (David Carlier) |
| 54 | + . Fixed bug GH-17868 (Cannot allocate memory with tracing JIT). (nielsdos) |
| 55 | + |
| 56 | +- PDO_SQLite: |
| 57 | + . Fixed GH-17837 ()::getColumnMeta() on unexecuted statement segfaults). |
| 58 | + (cmb) |
| 59 | + . Fix cycle leak in sqlite3 setAuthorizer(). (nielsdos) |
| 60 | + |
| 61 | +- Phar: |
| 62 | + . Fixed bug GH-17808: PharFileInfo refcount bug. (nielsdos) |
| 63 | + |
| 64 | +- PHPDBG: |
| 65 | + . Partially fixed bug GH-17387 (Trivial crash in phpdbg lexer). (nielsdos) |
| 66 | + . Fix memory leak in phpdbg calling registered function. (nielsdos) |
| 67 | + |
| 68 | +- Reflection: |
| 69 | + . Fixed bug GH-15902 (Core dumped in ext/reflection/php_reflection.c). |
| 70 | + (DanielEScherzer) |
| 71 | + |
| 72 | +- Standard: |
| 73 | + . Fixed bug #72666 (stat cache clearing inconsistent between file:// paths |
| 74 | + and plain paths). (Jakub Zelenka) |
| 75 | + |
| 76 | +- Streams: |
| 77 | + . Fixed bug GH-17650 (realloc with size 0 in user_filters.c). (nielsdos) |
| 78 | + . Fix memory leak on overflow in _php_stream_scandir(). (nielsdos) |
| 79 | + . Fixed GHSA-hgf54-96fm-v528 (Stream HTTP wrapper header check might omit |
| 80 | + basic auth header). (CVE-2025-1736) (Jakub Zelenka) |
| 81 | + . Fixed GHSA-52jp-hrpf-2jff (Stream HTTP wrapper truncate redirect location |
| 82 | + to 1024 bytes). (CVE-2025-1861) (Jakub Zelenka) |
| 83 | + . Fixed GHSA-pcmh-g36c-qc44 (Streams HTTP wrapper does not fail for headers |
| 84 | + without colon). (CVE-2025-1734) (Jakub Zelenka) |
| 85 | + . Fixed GHSA-v8xr-gpvj-cx9g (Header parser of `http` stream wrapper does not |
| 86 | + handle folded headers). (CVE-2025-1217) (Jakub Zelenka) |
| 87 | + |
| 88 | +- Windows: |
| 89 | + . Fixed phpize for Windows 11 (24H2). (bwoebi) |
| 90 | + . Fixed GH-17855 (CURL_STATICLIB flag set even if linked with shared lib). |
| 91 | + (cmb) |
| 92 | + |
| 93 | +- Zlib: |
| 94 | + . Fixed bug GH-17745 (zlib extension incorrectly handles object arguments). |
| 95 | + (nielsdos) |
| 96 | + . Fix memory leak when encoding check fails. (nielsdos) |
| 97 | + . Fix zlib support for large files. (nielsdos) |
| 98 | + |
3 | 99 | 13 Feb 2025, PHP 8.3.17 |
4 | 100 |
|
5 | 101 | - Core: |
@@ -76,7 +172,7 @@ PHP NEWS |
76 | 172 | . Fixed bug GH-17139 (Fix zip_entry_name() crash on invalid entry). |
77 | 173 | (nielsdos) |
78 | 174 |
|
79 | | -02 Jan 2025, PHP 8.3.16RC1 |
| 175 | +02 Jan 2025, PHP 8.3.16 |
80 | 176 |
|
81 | 177 | - Core: |
82 | 178 | . Fixed bug GH-17106 (ZEND_MATCH_ERROR misoptimization). (ilutov) |
@@ -275,7 +371,7 @@ PHP NEWS |
275 | 371 | - Windows: |
276 | 372 | . Fixed bug GH-16849 (Error dialog causes process to hang). (cmb) |
277 | 373 |
|
278 | | -07 Nov 2024, PHP 8.3.14RC1 |
| 374 | +07 Nov 2024, PHP 8.3.14 |
279 | 375 |
|
280 | 376 | - CLI: |
281 | 377 | . Fixed bug GH-16373 (Shebang is not skipped for router script in cli-server |
@@ -1028,7 +1124,7 @@ PHP NEWS |
1028 | 1124 | - Treewide: |
1029 | 1125 | . Fix gcc-14 Wcalloc-transposed-args warnings. (Cristian Rodríguez) |
1030 | 1126 |
|
1031 | | -28 Mar 2024, PHP 8.3.5RC1 |
| 1127 | +28 Mar 2024, PHP 8.3.5 |
1032 | 1128 |
|
1033 | 1129 | - Core: |
1034 | 1130 | . Fixed GH-13569 (GC buffer unnecessarily grows up to GC_MAX_BUF_SIZE when |
@@ -1297,7 +1393,7 @@ PHP NEWS |
1297 | 1393 | . Fixed bug GH-12980 (tidynode.props.attribute is missing |
1298 | 1394 | "Boolean Attributes" and empty attributes). (nielsdos) |
1299 | 1395 |
|
1300 | | -07 Dec 2023, PHP 8.3.1RC1 |
| 1396 | +07 Dec 2023, PHP 8.3.1 |
1301 | 1397 |
|
1302 | 1398 | - Core: |
1303 | 1399 | . Fixed bug GH-12758 / GH-12768 (Invalid opline in OOM handlers within |
|
0 commit comments