|
1 | 1 | PHP NEWS |
2 | 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |
| 3 | +06 Jun 2024, PHP 8.2.20 |
| 4 | + |
| 5 | +- CGI: |
| 6 | + . Fixed buffer limit on Windows, replacing read call usage by _read. |
| 7 | + (David Carlier) |
| 8 | + . Fixed bug GHSA-3qgc-jrrr-25jv (Bypass of CVE-2012-1823, Argument Injection |
| 9 | + in PHP-CGI). (CVE-2024-4577) (nielsdos) |
| 10 | + |
| 11 | +- CLI: |
| 12 | + . Fixed bug GH-14189 (PHP Interactive shell input state incorrectly handles |
| 13 | + quoted heredoc literals.). (nielsdos) |
| 14 | + |
| 15 | +- Core: |
| 16 | + . Fixed bug GH-13970 (Incorrect validation of #[Attribute] flags type for |
| 17 | + non-compile-time expressions). (ilutov) |
| 18 | + . Fixed bug GH-14140 (Floating point bug in range operation on Apple Silicon |
| 19 | + hardware). (Derick, Saki) |
| 20 | + |
| 21 | +- DOM: |
| 22 | + . Fix crashes when entity declaration is removed while still having entity |
| 23 | + references. (nielsdos) |
| 24 | + . Fix references not handled correctly in C14N. (nielsdos) |
| 25 | + . Fix crash when calling childNodes next() when iterator is exhausted. |
| 26 | + (nielsdos) |
| 27 | + . Fix crash in ParentNode::append() when dealing with a fragment |
| 28 | + containing text nodes. (nielsdos) |
| 29 | + |
| 30 | +- FFI: |
| 31 | + . Fixed bug GH-14215 (Cannot use FFI::load on CRLF header file with |
| 32 | + apache2handler). (nielsdos) |
| 33 | + |
| 34 | +- Filter: |
| 35 | + . Fixed bug GHSA-w8qr-v226-r27w (Filter bypass in filter_var FILTER_VALIDATE_URL). |
| 36 | + (CVE-2024-5458) (nielsdos) |
| 37 | + |
| 38 | +- FPM: |
| 39 | + . Fix bug GH-14175 (Show decimal number instead of scientific notation in |
| 40 | + systemd status). (Benjamin Cremer) |
| 41 | + |
| 42 | +- Hash: |
| 43 | + . ext/hash: Swap the checking order of `__has_builtin` and `__GNUC__` |
| 44 | + (Saki Takamachi) |
| 45 | + |
| 46 | +- Intl: |
| 47 | + . Fixed build regression on systems without C++17 compilers. (Calvin Buckley, |
| 48 | + Peter Kokot) |
| 49 | + |
| 50 | +- Ini: |
| 51 | + . Fixed bug GH-14100 (Corrected spelling mistake in php.ini files). |
| 52 | + (Marcus Xavier) |
| 53 | + |
| 54 | +- MySQLnd: |
| 55 | + . Fix bug GH-14255 (mysqli_fetch_assoc reports error from |
| 56 | + nested query). (Kamil Tekiela) |
| 57 | + |
| 58 | +- Opcache: |
| 59 | + . Fixed bug GH-14109 (Fix accidental persisting of internal class constant in |
| 60 | + shm). (ilutov) |
| 61 | + |
| 62 | +- OpenSSL: |
| 63 | + . The openssl_private_decrypt function in PHP, when using PKCS1 padding |
| 64 | + (OPENSSL_PKCS1_PADDING, which is the default), is vulnerable to the Marvin Attack |
| 65 | + unless it is used with an OpenSSL version that includes the changes from this pull |
| 66 | + request: https://github.com/openssl/openssl/pull/13817 (rsa_pkcs1_implicit_rejection). |
| 67 | + These changes are part of OpenSSL 3.2 and have also been backported to stable |
| 68 | + versions of various Linux distributions, as well as to the PHP builds provided for |
| 69 | + Windows since the previous release. All distributors and builders should ensure that |
| 70 | + this version is used to prevent PHP from being vulnerable. (CVE-2024-2408) |
| 71 | + |
| 72 | +- Standard: |
| 73 | + . Fixed bug GHSA-9fcc-425m-g385 (Bypass of CVE-2024-1874). |
| 74 | + (CVE-2024-5585) (nielsdos) |
| 75 | + |
| 76 | +- XML: |
| 77 | + . Fixed bug GH-14124 (Segmentation fault with XML extension under certain |
| 78 | + memory limit). (nielsdos) |
| 79 | + |
| 80 | +- XMLReader: |
| 81 | + . Fixed bug GH-14183 (XMLReader::open() can't be overridden). (nielsdos) |
| 82 | + |
3 | 83 | 09 May 2024, PHP 8.2.19 |
4 | 84 |
|
5 | 85 | - Core: |
|
0 commit comments