|
843 | 843 |
|
844 | 844 | <a id="PHP_8_1"></a>
|
845 | 845 |
|
| 846 | +<section class="version" id="8.1.20"><!-- {{{ 8.1.20 --> |
| 847 | +<h3>Version 8.1.20</h3> |
| 848 | +<b><?php release_date('08-Jun-2023'); ?></b> |
| 849 | +<ul><li>Core: |
| 850 | +<ul> |
| 851 | + <li>Fixed bug <?php githubissuel('php/php-src', 9068); ?> (Conditional jump or move depends on uninitialised value(s)).</li> |
| 852 | + <li>Fixed bug <?php githubissuel('php/php-src', 11189); ?> (Exceeding memory limit in zend_hash_do_resize leaves the array in an invalid state).</li> |
| 853 | + <li>Fixed bug <?php githubissuel('php/php-src', 11222); ?> (foreach by-ref may jump over keys during a rehash).</li> |
| 854 | +</ul></li> |
| 855 | +<li>Date: |
| 856 | +<ul> |
| 857 | + <li>Fixed bug <?php githubissuel('php/php-src', 11281); ?> (DateTimeZone::getName() does not include seconds in offset).</li> |
| 858 | +</ul></li> |
| 859 | +<li>Exif: |
| 860 | +<ul> |
| 861 | + <li>Fixed bug <?php githubissuel('php/php-src', 10834); ?> (exif_read_data() cannot read smaller stream wrapper chunk sizes).</li> |
| 862 | +</ul></li> |
| 863 | +<li>FPM: |
| 864 | +<ul> |
| 865 | + <li>Fixed bug <?php githubissuel('php/php-src', 10461); ?> (PHP-FPM segfault due to after free usage of child->ev_std(out|err)).</li> |
| 866 | + <li><?php bugfix(64539); ?> (FPM status page: query_string not properly JSON encoded).</li> |
| 867 | + <li>Fixed memory leak for invalid primary script file handle.</li> |
| 868 | +</ul></li> |
| 869 | +<li>Hash: |
| 870 | +<ul> |
| 871 | + <li>Fixed bug <?php githubissuel('php/php-src', 11180); ?> (hash_file() appears to be restricted to 3 arguments).</li> |
| 872 | +</ul></li> |
| 873 | +<li>LibXML: |
| 874 | +<ul> |
| 875 | + <li>Fixed bug <?php githubissuel('php/php-src', 11160); ?> (Few tests failed building with new libxml 2.11.0).</li> |
| 876 | +</ul></li> |
| 877 | +<li>Opcache: |
| 878 | +<ul> |
| 879 | + <li>Fixed bug <?php githubissuel('php/php-src', 11134); ?> (Incorrect match default branch optimization).</li> |
| 880 | + <li>Fixed too wide OR and AND range inference.</li> |
| 881 | + <li>Fixed bug <?php githubissuel('php/php-src', 11245); ?> (In some specific cases SWITCH with one default statement will cause segfault).</li> |
| 882 | +</ul></li> |
| 883 | +<li>PGSQL: |
| 884 | +<ul> |
| 885 | + <li>Fixed parameter parsing of pg_lo_export().</li> |
| 886 | +</ul></li> |
| 887 | +<li>Phar: |
| 888 | +<ul> |
| 889 | + <li>Fixed bug <?php githubissuel('php/php-src', 11099); ?> (Generating phar.php during cross-compile can't be done).</li> |
| 890 | +</ul></li> |
| 891 | +<li>Soap: |
| 892 | +<ul> |
| 893 | + <li>Fixed bug GHSA-76gg-c692-v2mw (Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP).</li> |
| 894 | + <li>Fixed bug <?php githubissuel('php/php-src', 8426); ?> (make test fail while soap extension build).</li> |
| 895 | +</ul></li> |
| 896 | +<li>SPL: |
| 897 | +<ul> |
| 898 | + <li>Fixed bug <?php githubissuel('php/php-src', 11178); ?> (Segmentation fault in spl_array_it_get_current_data (PHP 8.1.18)).</li> |
| 899 | +</ul></li> |
| 900 | +<li>Standard: |
| 901 | +<ul> |
| 902 | + <li>Fixed bug <?php githubissuel('php/php-src', 11138); ?> (move_uploaded_file() emits open_basedir warning for source file).</li> |
| 903 | + <li>Fixed bug <?php githubissuel('php/php-src', 11274); ?> (POST/PATCH request switches to GET after a HTTP 308 redirect).</li> |
| 904 | +</ul></li> |
| 905 | +<li>Streams: |
| 906 | +<ul> |
| 907 | + <li>Fixed bug <?php githubissuel('php/php-src', 10031); ?> ([Stream] STREAM_NOTIFY_PROGRESS over HTTP emitted irregularly for last chunk of data).</li> |
| 908 | + <li>Fixed bug <?php githubissuel('php/php-src', 11175); ?> (Stream Socket Timeout).</li> |
| 909 | + <li>Fixed bug <?php githubissuel('php/php-src', 11177); ?> (ASAN UndefinedBehaviorSanitizer when timeout = -1 passed to stream_socket_accept/stream_socket_client).</li> |
| 910 | +</ul></li> |
| 911 | +</ul> |
| 912 | +<!-- }}} --></section> |
| 913 | + |
| 914 | + |
| 915 | + |
846 | 916 | <section class="version" id="8.1.19"><!-- {{{ 8.1.19 -->
|
847 | 917 | <h3>Version 8.1.19</h3>
|
848 | 918 | <b><?php release_date('11-May-2023'); ?></b>
|
|
0 commit comments