|
1 | 1 | PHP NEWS |
2 | 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |
3 | | -13 Feb 2025, PHP 8.4.4 |
| 3 | +13 Mar 2025, PHP 8.4.5 |
| 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 OSS-Fuzz #391975641 (Crash when accessing property backing value |
| 15 | + by reference). (ilutov) |
| 16 | + . Fixed bug GH-17718 (Calling static methods on an interface that has |
| 17 | + `__callStatic` is allowed). (timwolla) |
| 18 | + . Fixed bug GH-17713 (ReflectionProperty::getRawValue() and related methods |
| 19 | + may call hooks of overridden properties). (Arnaud) |
| 20 | + . Fixed bug GH-17916 (Final abstract properties should error). |
| 21 | + (DanielEScherzer) |
| 22 | + . Fixed bug GH-17866 (zend_mm_heap corrupted error after upgrading from |
| 23 | + 8.4.3 to 8.4.4). (nielsdos) |
| 24 | + . Fixed GHSA-rwp7-7vc6-8477 (Reference counting in php_request_shutdown |
| 25 | + causes Use-After-Free). (CVE-2024-11235) (ilutov) |
| 26 | + |
| 27 | +- DOM: |
| 28 | + . Fixed bug GH-17609 (Typo in error message: Dom\NO_DEFAULT_NS instead of |
| 29 | + Dom\HTML_NO_DEFAULT_NS). (nielsdos) |
| 30 | + . Fixed bug GH-17802 (\Dom\HTMLDocument querySelector attribute name is case |
| 31 | + sensitive in HTML). (nielsdos) |
| 32 | + . Fixed bug GH-17847 (xinclude destroys live node). (nielsdos) |
| 33 | + . Fix using Dom\Node with Dom\XPath callbacks. (nielsdos) |
| 34 | + |
| 35 | +- GD: |
| 36 | + . Fixed bug GH-17703 (imagescale with both width and height negative values |
| 37 | + triggers only an Exception on width). (David Carlier) |
| 38 | + |
| 39 | +- FFI: |
| 40 | + . Fix FFI Parsing of Pointer Declaration Lists. (davnotdev) |
| 41 | + |
| 42 | +- FPM: |
| 43 | + . Fixed bug GH-17643 (FPM with httpd ProxyPass encoded PATH_INFO env). |
| 44 | + (Jakub Zelenka) |
| 45 | + |
| 46 | +- GD: |
| 47 | + . Fixed bug GH-17772 (imagepalettetotruecolor crash with memory_limit=2M). |
| 48 | + (David Carlier) |
| 49 | + |
| 50 | +- LDAP: |
| 51 | + . Fixed bug GH-17704 (ldap_search fails when $attributes contains a |
| 52 | + non-packed array with numerical keys). (nielsdos, 7u83) |
| 53 | + |
| 54 | +- LibXML: |
| 55 | + . Fixed GHSA-wg4p-4hqh-c3g9 (Reocurrence of #72714). (nielsdos) |
| 56 | + . Fixed GHSA-p3x9-6h7p-cgfc (libxml streams use wrong `content-type` header |
| 57 | + when requesting a redirected resource). (CVE-2025-1219) (timwolla) |
| 58 | + |
| 59 | +- MBString: |
| 60 | + . Fixed bug GH-17503 (Undefined float conversion in mb_convert_variables). |
| 61 | + (cmb) |
| 62 | + |
| 63 | +- Opcache: |
| 64 | + . Fixed bug GH-17654 (Multiple classes using same trait causes function |
| 65 | + JIT crash). (nielsdos) |
| 66 | + . Fixed bug GH-17577 (JIT packed type guard crash). (nielsdos, Dmitry) |
| 67 | + . Fixed bug GH-17747 (Exception on reading property in register-based |
| 68 | + FETCH_OBJ_R breaks JIT). (Dmitry, nielsdos) |
| 69 | + . Fixed bug GH-17715 (Null pointer deref in observer API when calling |
| 70 | + cases() method on preloaded enum). (Bob) |
| 71 | + . Fixed bug GH-17868 (Cannot allocate memory with tracing JIT on 8.4.4). |
| 72 | + (nielsdos) |
| 73 | + |
| 74 | +- PDO_SQLite: |
| 75 | + . Fixed GH-17837 ()::getColumnMeta() on unexecuted statement segfaults). |
| 76 | + (cmb) |
| 77 | + . Fix cycle leak in sqlite3 setAuthorizer(). (nielsdos) |
| 78 | + . Fix memory leaks in pdo_sqlite callback registration. (nielsdos) |
| 79 | + |
| 80 | +- Phar: |
| 81 | + . Fixed bug GH-17808: PharFileInfo refcount bug. (nielsdos) |
| 82 | + |
| 83 | +- PHPDBG: |
| 84 | + . Partially fixed bug GH-17387 (Trivial crash in phpdbg lexer). (nielsdos) |
| 85 | + . Fix memory leak in phpdbg calling registered function. (nielsdos) |
| 86 | + |
| 87 | +- Reflection: |
| 88 | + . Fixed bug GH-15902 (Core dumped in ext/reflection/php_reflection.c). |
| 89 | + (DanielEScherzer) |
| 90 | + . Fixed missing final and abstract flags when dumping properties. |
| 91 | + (DanielEScherzer) |
| 92 | + |
| 93 | +- Standard: |
| 94 | + . Fixed bug #72666 (stat cache clearing inconsistent between file:// paths |
| 95 | + and plain paths). (Jakub Zelenka) |
| 96 | + |
| 97 | +- Streams: |
| 98 | + . Fixed bug GH-17650 (realloc with size 0 in user_filters.c). (nielsdos) |
| 99 | + . Fix memory leak on overflow in _php_stream_scandir(). (nielsdos) |
| 100 | + . Fixed GHSA-hgf54-96fm-v528 (Stream HTTP wrapper header check might omit |
| 101 | + basic auth header). (CVE-2025-1736) (Jakub Zelenka) |
| 102 | + . Fixed GHSA-52jp-hrpf-2jff (Stream HTTP wrapper truncate redirect location |
| 103 | + to 1024 bytes). (CVE-2025-1861) (Jakub Zelenka) |
| 104 | + . Fixed GHSA-pcmh-g36c-qc44 (Streams HTTP wrapper does not fail for headers |
| 105 | + without colon). (CVE-2025-1734) (Jakub Zelenka) |
| 106 | + . Fixed GHSA-v8xr-gpvj-cx9g (Header parser of `http` stream wrapper does not |
| 107 | + handle folded headers). (CVE-2025-1217) (Jakub Zelenka) |
| 108 | + |
| 109 | +- Windows: |
| 110 | + . Fixed phpize for Windows 11 (24H2). (Bob) |
| 111 | + . Fixed GH-17855 (CURL_STATICLIB flag set even if linked with shared lib). |
| 112 | + (cmb) |
| 113 | + |
| 114 | +- Zlib: |
| 115 | + . Fixed bug GH-17745 (zlib extension incorrectly handles object arguments). |
| 116 | + (nielsdos) |
| 117 | + . Fix memory leak when encoding check fails. (nielsdos) |
| 118 | + . Fix zlib support for large files. (nielsdos) |
| 119 | + |
| 120 | +30 Jan 2025, PHP 8.4.4 |
4 | 121 |
|
5 | 122 | - Core: |
6 | 123 | . Fixed bug GH-17234 (Numeric parent hook call fails with assertion). |
@@ -57,7 +174,7 @@ PHP NEWS |
57 | 174 |
|
58 | 175 | - Intl: |
59 | 176 | . Fixed bug GH-11874 (intl causing segfault in docker images). (nielsdos) |
60 | | - |
| 177 | + |
61 | 178 | - Opcache: |
62 | 179 | . Fixed bug GH-15981 (Segfault with frameless jumps and minimal JIT). |
63 | 180 | (nielsdos) |
|
0 commit comments