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