Home > Backend Development > PHP7 > body text

Bug fixes for PHP 7.4.5

藏色散人
Release: 2023-02-17 14:26:01
forward
2186 people have browsed it

Bug Fixes for PHP 7.4.5

Fixed bug #79364 (next key not specified when copying empty array).

Fixed bug #78210 (Invalid pointer address).

curl:

Fixed bug #79199 (curl_copy_handle() memory leak).

Date:

Fixed bug #79396 (Incorrect DateTime hour when DST jumps forward).

Fixed bug #74940 (DateTimeZone loose comparison is always true).

FPM:

Implements requirement #77062 (Allow FPM to listen for numeric [UG] IDs. {owner, group}) (Andre Nathan)

Iconv:

Fixed bug #79200 (some iconv functions truncate Windows-1258).

OPcache:

Fixed bug #79412 (Opcache blocks and causes 100% CPU on specific scripts).

session:

Fixed bug #79413 (session_create_id() failed for active session)

Shmop:

Fixed bug #79427 (shmop_open() ).

SimpleXML:

Fixed bug #61597 (SXE properties may be missing attributes and content).

soap:

Fixed bug #79357 (SOAP request segfault when any request parameters are missing).

Spl:

Fixed bug #75673 (SplStack::unserialize() behavior).

Fixed bug #79393 (Null coalescing operator fails with SplFixedArray).

Standard:

Fixed bug #79330 (shell_exec() automatically truncates after null byte).

Fixed bug #79410 (system() swallows the last chunk if it is exactly 4095 bytes without a newline).

Fixed bug #79465 (OOB read urldecode()). (CVE-2020-7067)

zip:

Fixed bug #79296 (ZipArchive::open fails on empty files).

Fixed bug #79424 (php_zip_glob uses gl_pathc after calling globfree).

The above is the detailed content of Bug fixes for PHP 7.4.5. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:cnblogs.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template