|
9 | 9 |
|
10 | 10 | <a id="PHP_8_4"></a> |
11 | 11 |
|
| 12 | +<section class="version" id="8.4.11"><!-- {{{ 8.4.11 --> |
| 13 | +<h3>Version 8.4.11</h3> |
| 14 | +<b><?php release_date('31-Jul-2025'); ?></b> |
| 15 | +<ul><li>Calendar: |
| 16 | +<ul> |
| 17 | + <li>Fixed jewishtojd overflow on year argument.</li> |
| 18 | +</ul></li> |
| 19 | +<li>Core: |
| 20 | +<ul> |
| 21 | + <li>Fixed bug <?php githubissuel('php/php-src', 18833); ?> (Use after free with weakmaps dependent on destruction order).</li> |
| 22 | + <li>Fixed bug <?php githubissuel('php/php-src', 18907); ?> (Leak when creating cycle in hook).</li> |
| 23 | + <li>Fix OSS-Fuzz #427814456.</li> |
| 24 | + <li>Fix OSS-Fuzz #428983568 and #428760800.</li> |
| 25 | + <li>Fixed bug <?php githubissuel('php/php-src', 17204); ?> (-Wuseless-escape warnings emitted by re2c).</li> |
| 26 | + <li>Fixed bug <?php githubissuel('php/php-src', 19064); ?> (Undefined symbol 'execute_ex' on Windows ARM64).</li> |
| 27 | +</ul></li> |
| 28 | +<li>Curl: |
| 29 | +<ul> |
| 30 | + <li>Fix memory leaks when returning refcounted value from curl callback.</li> |
| 31 | + <li>Remove incorrect string release.</li> |
| 32 | +</ul></li> |
| 33 | +<li>DOM: |
| 34 | +<ul> |
| 35 | + <li>Fixed bug <?php githubissuel('php/php-src', 18979); ?> (Dom\XMLDocument::createComment() triggers undefined behavior with null byte).</li> |
| 36 | +</ul></li> |
| 37 | +<li>LDAP: |
| 38 | +<ul> |
| 39 | + <li>Fixed <?php githubissuel('php/php-src', 18902); ?> ldap_exop/ldap_exop_sync assert triggered on empty request OID.</li> |
| 40 | +</ul></li> |
| 41 | +<li>MbString: |
| 42 | +<ul> |
| 43 | + <li>Fixed bug <?php githubissuel('php/php-src', 18901); ?> (integer overflow mb_split).</li> |
| 44 | +</ul></li> |
| 45 | +<li>Opcache: |
| 46 | +<ul> |
| 47 | + <li>Fixed bug <?php githubissuel('php/php-src', 18639); ?> (Internal class aliases can break preloading + JIT).</li> |
| 48 | + <li>Fixed bug <?php githubissuel('php/php-src', 18899); ?> (JIT function crash when emitting undefined variable warning and opline is not set yet).</li> |
| 49 | + <li>Fixed bug <?php githubissuel('php/php-src', 14082); ?> (Segmentation fault on unknown address 0x600000000018 in ext/opcache/jit/zend_jit.c).</li> |
| 50 | + <li>Fixed bug <?php githubissuel('php/php-src', 18898); ?> (SEGV zend_jit_op_array_hot with property hooks and preloading).</li> |
| 51 | +</ul></li> |
| 52 | +<li>OpenSSL: |
| 53 | +<ul> |
| 54 | + <li><?php bugfix(80770); ?> (It is not possible to get client peer certificate with stream_socket_server).</li> |
| 55 | +</ul></li> |
| 56 | +<li>PCNTL: |
| 57 | +<ul> |
| 58 | + <li>Fixed bug <?php githubissuel('php/php-src', 18958); ?> (Fatal error during shutdown after pcntl_rfork() or pcntl_forkx() with zend-max-execution-timers).</li> |
| 59 | +</ul></li> |
| 60 | +<li>Phar: |
| 61 | +<ul> |
| 62 | + <li>Fix stream double free in phar.</li> |
| 63 | + <li>Fix phar crash and file corruption with SplFileObject.</li> |
| 64 | +</ul></li> |
| 65 | +<li>SOAP: |
| 66 | +<ul> |
| 67 | + <li>Fixed bug <?php githubissuel('php/php-src', 18990); ?>, bug #81029, bug #47314 (SOAP HTTP socket not closing on object destruction).</li> |
| 68 | + <li>Fix memory leak when URL parsing fails in redirect.</li> |
| 69 | +</ul></li> |
| 70 | +<li>SPL: |
| 71 | +<ul> |
| 72 | + <li>Fixed bug <?php githubissuel('php/php-src', 19094); ?> (Attaching class with no Iterator implementation to MultipleIterator causes crash).</li> |
| 73 | +</ul></li> |
| 74 | +<li>Standard: |
| 75 | +<ul> |
| 76 | + <li>Fix misleading errors in printf().</li> |
| 77 | + <li>Fix RCN violations in array functions.</li> |
| 78 | + <li>Fixed <?php githubissuel('php/php-src', 18976); ?> pack() overflow with h/H format and INT_MAX repeater value.</li> |
| 79 | +</ul></li> |
| 80 | +<li>Streams: |
| 81 | +<ul> |
| 82 | + <li>Fixed <?php githubissuel('php/php-src', 13264); ?> (fgets() and stream_get_line() do not return false on filter fatal error).</li> |
| 83 | +</ul></li> |
| 84 | +<li>Zip: |
| 85 | +<ul> |
| 86 | + <li>Fix leak when path is too long in ZipArchive::extractTo().</li> |
| 87 | +</ul></li> |
| 88 | +</ul> |
| 89 | +<!-- }}} --></section> |
| 90 | + |
| 91 | + |
| 92 | + |
12 | 93 | <section class="version" id="8.4.10"><!-- {{{ 8.4.10 --> |
13 | 94 | <h3>Version 8.4.10</h3> |
14 | 95 | <b><?php release_date('03-Jul-2025'); ?></b> |
|
0 commit comments