|
900 | 900 |
|
901 | 901 | <a id="PHP_8_3"></a>
|
902 | 902 |
|
| 903 | +<section class="version" id="8.3.19"><!-- {{{ 8.3.19 --> |
| 904 | +<h3>Version 8.3.19</h3> |
| 905 | +<b><?php release_date('13-Mar-2025'); ?></b> |
| 906 | +<ul><li>BCMath: |
| 907 | +<ul> |
| 908 | + <li>Fixed bug <?php githubissuel('php/php-src', 17398); ?> (bcmul memory leak).</li> |
| 909 | +</ul></li> |
| 910 | +<li>Core: |
| 911 | +<ul> |
| 912 | + <li>Fixed bug <?php githubissuel('php/php-src', 17623); ?> (Broken stack overflow detection for variable compilation).</li> |
| 913 | + <li>Fixed bug <?php githubissuel('php/php-src', 17618); ?> (UnhandledMatchError does not take zend.exception_ignore_args=1 into account).</li> |
| 914 | + <li>Fix fallback paths in fast_long_{add,sub}_function.</li> |
| 915 | + <li>Fixed bug <?php githubissuel('php/php-src', 17718); ?> (Calling static methods on an interface that has `__callStatic` is allowed).</li> |
| 916 | + <li>Fixed bug <?php githubissuel('php/php-src', 17797); ?> (zend_test_compile_string crash on invalid script path).</li> |
| 917 | + <li>Fixed <?php githubsecurityl('php/php-src', 'rwp7-7vc6-8477'); ?> (Reference counting in php_request_shutdown causes Use-After-Free). (CVE-2024-11235)</li> |
| 918 | +</ul></li> |
| 919 | +<li>DOM: |
| 920 | +<ul> |
| 921 | + <li>Fixed bug <?php githubissuel('php/php-src', 17847); ?> (xinclude destroys live node).</li> |
| 922 | +</ul></li> |
| 923 | +<li>FFI: |
| 924 | +<ul> |
| 925 | + <li>Fix FFI Parsing of Pointer Declaration Lists.</li> |
| 926 | +</ul></li> |
| 927 | +<li>FPM: |
| 928 | +<ul> |
| 929 | + <li>Fixed bug <?php githubissuel('php/php-src', 17643); ?> (FPM with httpd ProxyPass encoded PATH_INFO env).</li> |
| 930 | +</ul></li> |
| 931 | +<li>GD: |
| 932 | +<ul> |
| 933 | + <li>Fixed bug <?php githubissuel('php/php-src', 17772); ?> (imagepalettetotruecolor crash with memory_limit=2M).</li> |
| 934 | +</ul></li> |
| 935 | +<li>LDAP: |
| 936 | +<ul> |
| 937 | + <li>Fixed bug <?php githubissuel('php/php-src', 17704); ?> (ldap_search fails when $attributes contains a non-packed array with numerical keys).</li> |
| 938 | +</ul></li> |
| 939 | +<li>LibXML: |
| 940 | +<ul> |
| 941 | + <li>Fixed <?php githubsecurityl('php/php-src', 'wg4p-4hqh-c3g9'); ?> (Reocurrence of #72714).</li> |
| 942 | + <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> |
| 943 | +</ul></li> |
| 944 | +<li>MBString: |
| 945 | +<ul> |
| 946 | + <li>Fixed bug <?php githubissuel('php/php-src', 17503); ?> (Undefined float conversion in mb_convert_variables).</li> |
| 947 | +</ul></li> |
| 948 | +<li>Opcache: |
| 949 | +<ul> |
| 950 | + <li>Fixed bug <?php githubissuel('php/php-src', 17654); ?> (Multiple classes using same trait causes function JIT crash).</li> |
| 951 | + <li>Fixed bug <?php githubissuel('php/php-src', 17577); ?> (JIT packed type guard crash).</li> |
| 952 | + <li>Fixed bug <?php githubissuel('php/php-src', 17899); ?> (zend_test_compile_string with invalid path when opcache is enabled).</li> |
| 953 | + <li>Fixed bug <?php githubissuel('php/php-src', 17868); ?> (Cannot allocate memory with tracing JIT).</li> |
| 954 | +</ul></li> |
| 955 | +<li>PDO_SQLite: |
| 956 | +<ul> |
| 957 | + <li>Fixed <?php githubissuel('php/php-src', 17837); ?> ()::getColumnMeta() on unexecuted statement segfaults).</li> |
| 958 | + <li>Fix cycle leak in sqlite3 setAuthorizer().</li> |
| 959 | +</ul></li> |
| 960 | +<li>Phar: |
| 961 | +<ul> |
| 962 | + <li>Fixed bug <?php githubissuel('php/php-src', 17808); ?>: PharFileInfo refcount bug.</li> |
| 963 | +</ul></li> |
| 964 | +<li>PHPDBG: |
| 965 | +<ul> |
| 966 | + <li>Partially fixed bug <?php githubissuel('php/php-src', 17387); ?> (Trivial crash in phpdbg lexer).</li> |
| 967 | + <li>Fix memory leak in phpdbg calling registered function.</li> |
| 968 | +</ul></li> |
| 969 | +<li>Reflection: |
| 970 | +<ul> |
| 971 | + <li>Fixed bug <?php githubissuel('php/php-src', 15902); ?> (Core dumped in ext/reflection/php_reflection.c).</li> |
| 972 | +</ul></li> |
| 973 | +<li>Standard: |
| 974 | +<ul> |
| 975 | + <li><?php bugfix(72666); ?> (stat cache clearing inconsistent between file:// paths and plain paths).</li> |
| 976 | +</ul></li> |
| 977 | +<li>Streams: |
| 978 | +<ul> |
| 979 | + <li>Fixed bug <?php githubissuel('php/php-src', 17650); ?> (realloc with size 0 in user_filters.c).</li> |
| 980 | + <li>Fix memory leak on overflow in _php_stream_scandir().</li> |
| 981 | + <li>Fixed GHSA-hgf54-96fm-v528 (Stream HTTP wrapper header check might omit basic auth header). (CVE-2025-1736)</li> |
| 982 | + <li>Fixed <?php githubsecurityl('php/php-src', '52jp-hrpf-2jff'); ?> (Stream HTTP wrapper truncate redirect location to 1024 bytes). (CVE-2025-1861)</li> |
| 983 | + <li>Fixed <?php githubsecurityl('php/php-src', 'pcmh-g36c-qc44'); ?> (Streams HTTP wrapper does not fail for headers without colon). (CVE-2025-1734)</li> |
| 984 | + <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> |
| 985 | +</ul></li> |
| 986 | +<li>Windows: |
| 987 | +<ul> |
| 988 | + <li>Fixed phpize for Windows 11 (24H2).</li> |
| 989 | + <li>Fixed <?php githubissuel('php/php-src', 17855); ?> (CURL_STATICLIB flag set even if linked with shared lib).</li> |
| 990 | +</ul></li> |
| 991 | +<li>Zlib: |
| 992 | +<ul> |
| 993 | + <li>Fixed bug <?php githubissuel('php/php-src', 17745); ?> (zlib extension incorrectly handles object arguments).</li> |
| 994 | + <li>Fix memory leak when encoding check fails.</li> |
| 995 | + <li>Fix zlib support for large files.</li> |
| 996 | +</ul></li> |
| 997 | +</ul> |
| 998 | +<!-- }}} --></section> |
| 999 | + |
| 1000 | + |
| 1001 | + |
903 | 1002 | <section class="version" id="8.3.17"><!-- {{{ 8.3.17 -->
|
904 | 1003 | <h3>Version 8.3.17</h3>
|
905 | 1004 | <b><?php release_date('13-Feb-2025'); ?></b>
|
|
0 commit comments