|
1181 | 1181 |
|
1182 | 1182 | <a id="PHP_8_3"></a> |
1183 | 1183 |
|
| 1184 | +<section class="version" id="8.3.21"><!-- {{{ 8.3.21 --> |
| 1185 | +<h3>Version 8.3.21</h3> |
| 1186 | +<b><?php release_date('08-May-2025'); ?></b> |
| 1187 | +<ul><li>Core: |
| 1188 | +<ul> |
| 1189 | + <li>Fixed bug <?php githubissuel('php/php-src', 18304); ?> (Changing the properties of a DateInterval through dynamic properties triggers a SegFault).</li> |
| 1190 | + <li>Fix some leaks in php_scandir.</li> |
| 1191 | +</ul></li> |
| 1192 | +<li>Filter: |
| 1193 | +<ul> |
| 1194 | + <li>Fixed bug <?php githubissuel('php/php-src', 18309); ?> (ipv6 filter integer overflow).</li> |
| 1195 | +</ul></li> |
| 1196 | +<li>GD: |
| 1197 | +<ul> |
| 1198 | + <li>Fixed imagecrop() overflow with rect argument with x/width y/heigh usage in gdImageCrop().</li> |
| 1199 | + <li>Fixed <?php githubissuel('php/php-src', 18243); ?> imagettftext() overflow/underflow on font size value.</li> |
| 1200 | +</ul></li> |
| 1201 | +<li>Intl: |
| 1202 | +<ul> |
| 1203 | + <li>Fix reference support for intltz_get_offset().</li> |
| 1204 | +</ul></li> |
| 1205 | +<li>LDAP: |
| 1206 | +<ul> |
| 1207 | + <li>Fixed bug <?php githubissuel('php/php-src', 17776); ?> (LDAP_OPT_X_TLS_* options can't be overridden).</li> |
| 1208 | + <li>Fix NULL deref on high modification key.</li> |
| 1209 | +</ul></li> |
| 1210 | +<li>libxml: |
| 1211 | +<ul> |
| 1212 | + <li>Fixed custom external entity loader returning an invalid resource leading to a confusing TypeError message.</li> |
| 1213 | +</ul></li> |
| 1214 | +<li>OpenSSL: |
| 1215 | +<ul> |
| 1216 | + <li>Fix memory leak in openssl_sign() when passing invalid algorithm.</li> |
| 1217 | + <li>Fix potential leaks when writing to BIO fails.</li> |
| 1218 | +</ul></li> |
| 1219 | +<li>PDO Firebird: |
| 1220 | +<ul> |
| 1221 | + <li>Fixed <?php githubissuel('php/php-src', 18276); ?> - persistent connection - "zend_mm_heap corrupted" with setAttribute() (SakiTakamachi).</li> |
| 1222 | +</ul></li> |
| 1223 | +<li>SPL: |
| 1224 | +<ul> |
| 1225 | + <li>Fixed bug <?php githubissuel('php/php-src', 18322); ?> (SplObjectStorage debug handler mismanages memory).</li> |
| 1226 | +</ul></li> |
| 1227 | +<li>Standard: |
| 1228 | +<ul> |
| 1229 | + <li>Fixed bug <?php githubissuel('php/php-src', 18145); ?> (php8ts crashes in php_clear_stat_cache()).</li> |
| 1230 | + <li>Fixed bug <?php githubissuel('php/php-src', 18209); ?> (Use-after-free in extract() with EXTR_REFS).</li> |
| 1231 | + <li>Fixed bug <?php githubissuel('php/php-src', 18212); ?> (fseek with SEEK_CUR whence value and negative offset leads to negative stream position).</li> |
| 1232 | + <li>Fix resource leak in iptcembed() on error.</li> |
| 1233 | +</ul></li> |
| 1234 | +<li>Zip: |
| 1235 | +<ul> |
| 1236 | + <li>Fix uouv when handling empty options in ZipArchive::addGlob().</li> |
| 1237 | + <li>Fix memory leak when handling a too long path in ZipArchive::addGlob().</li> |
| 1238 | +</ul></li> |
| 1239 | +</ul> |
| 1240 | +<!-- }}} --></section> |
| 1241 | + |
| 1242 | + |
| 1243 | + |
1184 | 1244 | <section class="version" id="8.3.20"><!-- {{{ 8.3.20 --> |
1185 | 1245 | <h3>Version 8.3.20</h3> |
1186 | 1246 | <b><?php release_date('10-Apr-2025'); ?></b> |
|
0 commit comments