|
1928 | 1928 |
|
1929 | 1929 | <a id="PHP_8_2"></a>
|
1930 | 1930 |
|
| 1931 | +<section class="version" id="8.2.27"><!-- {{{ 8.2.27 --> |
| 1932 | +<h3>Version 8.2.27</h3> |
| 1933 | +<b><?php release_date('19-Dec-2024'); ?></b> |
| 1934 | +<ul><li>Calendar: |
| 1935 | +<ul> |
| 1936 | + <li>Fixed jdtogregorian overflow.</li> |
| 1937 | + <li>Fixed cal_to_jd julian_days argument overflow.</li> |
| 1938 | +</ul></li> |
| 1939 | +<li>COM: |
| 1940 | +<ul> |
| 1941 | + <li>Fixed bug <?php githubissuel('php/php-src', 16991); ?> (Getting typeinfo of non DISPATCH variant segfaults).</li> |
| 1942 | +</ul></li> |
| 1943 | +<li>Core: |
| 1944 | +<ul> |
| 1945 | + <li>Fail early in *nix configuration build script.</li> |
| 1946 | + <li>Fixed bug <?php githubissuel('php/php-src', 16727); ?> (Opcache bad signal 139 crash in ZTS bookworm (frankenphp)).</li> |
| 1947 | + <li>Fixed bug <?php githubissuel('php/php-src', 16799); ?> (Assertion failure at Zend/zend_vm_execute.h:7469).</li> |
| 1948 | + <li>Fixed bug <?php githubissuel('php/php-src', 16630); ?> (UAF in lexer with encoding translation and heredocs).</li> |
| 1949 | + <li>Fix is_zend_ptr() huge block comparison.</li> |
| 1950 | + <li>Fixed potential OOB read in zend_dirname() on Windows.</li> |
| 1951 | +</ul></li> |
| 1952 | +<li>Curl: |
| 1953 | +<ul> |
| 1954 | + <li>Fix various memory leaks in curl mime handling.</li> |
| 1955 | +</ul></li> |
| 1956 | +<li>FPM: |
| 1957 | +<ul> |
| 1958 | + <li>Fixed <?php githubissuel('php/php-src', 16432); ?> (PHP-FPM 8.2 SIGSEGV in fpm_get_status).</li> |
| 1959 | +</ul></li> |
| 1960 | +<li>GD: |
| 1961 | +<ul> |
| 1962 | + <li>Fixed <?php githubissuel('php/php-src', 16776); ?> (imagecreatefromstring overflow).</li> |
| 1963 | +</ul></li> |
| 1964 | +<li>GMP: |
| 1965 | +<ul> |
| 1966 | + <li>Revert gmp_pow() overly restrictive overflow checks.</li> |
| 1967 | +</ul></li> |
| 1968 | +<li>Hash: |
| 1969 | +<ul> |
| 1970 | + <li>Fixed <?php githubissuel('php/php-src', 16711); ?>: Segfault in mhash().</li> |
| 1971 | +</ul></li> |
| 1972 | +<li>Opcache: |
| 1973 | +<ul> |
| 1974 | + <li>Fixed bug <?php githubissuel('php/php-src', 16770); ?> (Tracing JIT type mismatch when returning UNDEF).</li> |
| 1975 | + <li>Fixed bug <?php githubissuel('php/php-src', 16851); ?> (JIT_G(enabled) not set correctly on other threads).</li> |
| 1976 | + <li>Fixed bug <?php githubissuel('php/php-src', 16902); ?> (Set of opcache tests fail zts+aarch64).</li> |
| 1977 | +</ul></li> |
| 1978 | +<li>OpenSSL: |
| 1979 | +<ul> |
| 1980 | + <li>Prevent unexpected array entry conversion when reading key.</li> |
| 1981 | + <li>Fix various memory leaks related to openssl exports.</li> |
| 1982 | + <li>Fix memory leak in php_openssl_pkey_from_zval().</li> |
| 1983 | +</ul></li> |
| 1984 | +<li>PDO: |
| 1985 | +<ul> |
| 1986 | + <li>Fixed memory leak of `setFetchMode()`.</li> |
| 1987 | +</ul></li> |
| 1988 | +<li>Phar: |
| 1989 | +<ul> |
| 1990 | + <li>Fixed bug <?php githubissuel('php/php-src', 16695); ?> (phar:// tar parser and zero-length file header blocks).</li> |
| 1991 | +</ul></li> |
| 1992 | +<li>PHPDBG: |
| 1993 | +<ul> |
| 1994 | + <li>Fixed bug <?php githubissuel('php/php-src', 15208); ?> (Segfault with breakpoint map and phpdbg_clear()).</li> |
| 1995 | +</ul></li> |
| 1996 | +<li>SAPI: |
| 1997 | +<ul> |
| 1998 | + <li>Fixed bug <?php githubissuel('php/php-src', 16998); ?> (UBSAN warning in rfc1867).</li> |
| 1999 | +</ul></li> |
| 2000 | +<li>SimpleXML: |
| 2001 | +<ul> |
| 2002 | + <li>Fixed bug <?php githubissuel('php/php-src', 16808); ?> (Segmentation fault in RecursiveIteratorIterator ->current() with a xml element input).</li> |
| 2003 | +</ul></li> |
| 2004 | +<li>SNMP: |
| 2005 | +<ul> |
| 2006 | + <li>Fixed bug <?php githubissuel('php/php-src', 16959); ?> (snmget modifies the object_id array).</li> |
| 2007 | +</ul></li> |
| 2008 | +<li>Standard: |
| 2009 | +<ul> |
| 2010 | + <li>Fixed bug <?php githubissuel('php/php-src', 16905); ?> (Internal iterator functions can't handle UNDEF properties).</li> |
| 2011 | +</ul></li> |
| 2012 | +<li>Streams: |
| 2013 | +<ul> |
| 2014 | + <li>Fixed network connect poll interuption handling.</li> |
| 2015 | +</ul></li> |
| 2016 | +<li>Windows: |
| 2017 | +<ul> |
| 2018 | + <li>Fixed bug <?php githubissuel('php/php-src', 16849); ?> (Error dialog causes process to hang).</li> |
| 2019 | +</ul></li> |
| 2020 | +</ul> |
| 2021 | +<!-- }}} --></section> |
| 2022 | + |
| 2023 | + |
| 2024 | + |
1931 | 2025 | <section class="version" id="8.2.26"><!-- {{{ 8.2.26 -->
|
1932 | 2026 | <h3>Version 8.2.26</h3>
|
1933 | 2027 | <b><?php release_date('21-Nov-2024'); ?></b>
|
|
0 commit comments