|
900 | 900 |
|
901 | 901 | <a id="PHP_8_3"></a>
|
902 | 902 |
|
| 903 | +<section class="version" id="8.3.17"><!-- {{{ 8.3.17 --> |
| 904 | +<h3>Version 8.3.17</h3> |
| 905 | +<b><?php release_date('13-Feb-2025'); ?></b> |
| 906 | +<ul><li>Core: |
| 907 | +<ul> |
| 908 | + <li>Fixed bug <?php githubissuel('php/php-src', 16892); ?> (ini_parse_quantity() fails to parse inputs starting with 0x0b).</li> |
| 909 | + <li>Fixed bug <?php githubissuel('php/php-src', 16886); ?> (ini_parse_quantity() fails to emit warning for 0x+0).</li> |
| 910 | + <li>Fixed bug <?php githubissuel('php/php-src', 17214); ?> (Relax final+private warning for trait methods with inherited final).</li> |
| 911 | + <li>Fixed NULL arithmetic during system program execution on Windows.</li> |
| 912 | + <li>Fixed potential OOB when checking for trailing spaces on Windows.</li> |
| 913 | + <li>Fixed bug <?php githubissuel('php/php-src', 17408); ?> (Assertion failure Zend/zend_exceptions.c).</li> |
| 914 | + <li>Fix may_have_extra_named_args flag for ZEND_AST_UNPACK.</li> |
| 915 | + <li>Fix NULL arithmetic in System V shared memory emulation for Windows.</li> |
| 916 | +</ul></li> |
| 917 | +<li>DOM: |
| 918 | +<ul> |
| 919 | + <li>Fixed bug <?php githubissuel('php/php-src', 17500); ?> (Segfault with requesting nodeName on nameless doctype).</li> |
| 920 | +</ul></li> |
| 921 | +<li>Enchant: |
| 922 | +<ul> |
| 923 | + <li>Fix crashes in enchant when passing null bytes.</li> |
| 924 | +</ul></li> |
| 925 | +<li>FTP: |
| 926 | +<ul> |
| 927 | + <li>Fixed bug <?php githubissuel('php/php-src', 16800); ?> (ftp functions can abort with EINTR).</li> |
| 928 | +</ul></li> |
| 929 | +<li>GD: |
| 930 | +<ul> |
| 931 | + <li>Fixed bug <?php githubissuel('php/php-src', 17349); ?> (Tiled truecolor filling looses single color transparency).</li> |
| 932 | + <li>Fixed bug <?php githubissuel('php/php-src', 17373); ?> (imagefttext() ignores clipping rect for palette images).</li> |
| 933 | + <li>Ported fix for libgd 223 (gdImageRotateGeneric() does not properly interpolate).</li> |
| 934 | +</ul></li> |
| 935 | +<li>Intl: |
| 936 | +<ul> |
| 937 | + <li>Fixed bug <?php githubissuel('php/php-src', 11874); ?> (intl causing segfault in docker images).</li> |
| 938 | + <li>Fixed bug <?php githubissuel('php/php-src', 17469); ?> (UConverter::transcode always emit E_WARNING on invalid encoding).</li> |
| 939 | +</ul></li> |
| 940 | +<li>Opcache: |
| 941 | +<ul> |
| 942 | + <li>Fixed bug <?php githubissuel('php/php-src', 17307); ?> (Internal closure causes JIT failure).</li> |
| 943 | + <li>Fixed bug <?php githubissuel('php/php-src', 17564); ?> (Potential UB when reading from / writing to struct padding).</li> |
| 944 | +</ul></li> |
| 945 | +<li>PDO: |
| 946 | +<ul> |
| 947 | + <li>Fixed a memory leak when the GC is used to free a PDOStatment.</li> |
| 948 | + <li>Fixed a crash in the PDO Firebird Statement destructor.</li> |
| 949 | + <li>Fixed UAFs when changing default fetch class ctor args.</li> |
| 950 | +</ul></li> |
| 951 | +<li>Phar: |
| 952 | +<ul> |
| 953 | + <li>Fixed bug <?php githubissuel('php/php-src', 17518); ?> (offset overflow phar extractTo()).</li> |
| 954 | +</ul></li> |
| 955 | +<li>PHPDBG: |
| 956 | +<ul> |
| 957 | + <li>Fix crashes in function registration + test.</li> |
| 958 | +</ul></li> |
| 959 | +<li>Session: |
| 960 | +<ul> |
| 961 | + <li>Fix type confusion with session SID constant.</li> |
| 962 | + <li>Fixed bug <?php githubissuel('php/php-src', 17541); ?> (ext/session NULL pointer dereferencement during ID reset).</li> |
| 963 | +</ul></li> |
| 964 | +<li>SimpleXML: |
| 965 | +<ul> |
| 966 | + <li>Fixed bug <?php githubissuel('php/php-src', 17409); ?> (Assertion failure Zend/zend_hash.c:1730).</li> |
| 967 | +</ul></li> |
| 968 | +<li>SNMP: |
| 969 | +<ul> |
| 970 | + <li>Fixed bug <?php githubissuel('php/php-src', 17330); ?> (SNMP::setSecurity segfault on closed session).</li> |
| 971 | +</ul></li> |
| 972 | +<li>SPL: |
| 973 | +<ul> |
| 974 | + <li>Fixed bug <?php githubissuel('php/php-src', 17463); ?> (crash on SplTempFileObject::ftruncate with negative value).</li> |
| 975 | +</ul></li> |
| 976 | +<li>Zip: |
| 977 | +<ul> |
| 978 | + <li>Fixed bug <?php githubissuel('php/php-src', 17139); ?> (Fix zip_entry_name() crash on invalid entry).</li> |
| 979 | +</ul></li> |
| 980 | +</ul> |
| 981 | +<!-- }}} --></section> |
| 982 | + |
| 983 | + |
| 984 | + |
903 | 985 | <section class="version" id="8.3.16"><!-- {{{ 8.3.16 -->
|
904 | 986 | <h3>Version 8.3.16</h3>
|
905 | 987 | <b><?php release_date('16-Jan-2025'); ?></b>
|
|
0 commit comments