|
1 | 1 | PHP NEWS |
2 | 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |
| 3 | +11 Apr 2024, PHP 8.2.18 |
| 4 | + |
| 5 | +- Core: |
| 6 | + . Fixed bug GH-13612 (Corrupted memory in destructor with weak references). |
| 7 | + (nielsdos) |
| 8 | + . Fixed bug GH-13784 (AX_GCC_FUNC_ATTRIBUTE failure). (Remi) |
| 9 | + . Fixed bug GH-13670 (GC does not scale well with a lot of objects created in |
| 10 | + destructor). (Arnaud) |
| 11 | + |
| 12 | +- DOM: |
| 13 | + . Add some missing ZPP checks. (nielsdos) |
| 14 | + . Fix potential memory leak in XPath evaluation results. (nielsdos) |
| 15 | + . Fix phpdoc for DOMDocument load methods. (VincentLanglet) |
| 16 | + |
| 17 | +- FPM |
| 18 | + . Fix incorrect check in fpm_shm_free(). (nielsdos) |
| 19 | + |
| 20 | +- GD: |
| 21 | + . Fixed bug GH-12019 (add GDLIB_CFLAGS in feature tests). (Michael Orlitzky) |
| 22 | + |
| 23 | +- Gettext: |
| 24 | + . Fixed sigabrt raised with dcgettext/dcngettext calls with gettext 0.22.5 |
| 25 | + with category set to LC_ALL. (David Carlier) |
| 26 | + |
| 27 | +- MySQLnd: |
| 28 | + . Fix GH-13452 (Fixed handshake response [mysqlnd]). (Saki Takamachi) |
| 29 | + . Fix incorrect charset length in check_mb_eucjpms(). (nielsdos) |
| 30 | + |
| 31 | +- Opcache: |
| 32 | + . Fixed GH-13508 (JITed QM_ASSIGN may be optimized out when op1 is null). |
| 33 | + (Arnaud, Dmitry) |
| 34 | + . Fixed GH-13712 (Segmentation fault for enabled observers when calling trait |
| 35 | + method of internal trait when opcache is loaded). (Bob) |
| 36 | + |
| 37 | +- PDO: |
| 38 | + . Fix various PDORow bugs. (Girgias) |
| 39 | + |
| 40 | +- Random: |
| 41 | + . Fixed bug GH-13544 (Pre-PHP 8.2 compatibility for mt_srand with unknown |
| 42 | + modes). (timwolla) |
| 43 | + . Fixed bug GH-13690 (Global Mt19937 is not properly reset in-between |
| 44 | + requests when MT_RAND_PHP is used). (timwolla) |
| 45 | + |
| 46 | +- Session: |
| 47 | + . Fixed bug GH-13680 (Segfault with session_decode and compilation error). |
| 48 | + (nielsdos) |
| 49 | + |
| 50 | +- Sockets: |
| 51 | + . Fixed bug GH-13604 (socket_getsockname returns random characters in the end |
| 52 | + of the socket name). (David Carlier) |
| 53 | + |
| 54 | +- SPL: |
| 55 | + . Fixed bug GH-13531 (Unable to resize SplfixedArray after being unserialized |
| 56 | + in PHP 8.2.15). (nielsdos) |
| 57 | + . Fixed bug GH-13685 (Unexpected null pointer in zend_string.h). (nielsdos) |
| 58 | + |
| 59 | +- Standard: |
| 60 | + . Fixed bug GH-11808 (Live filesystem modified by tests). (nielsdos) |
| 61 | + . Fixed GH-13402 (Added validation of `\n` in $additional_headers of mail()). |
| 62 | + (SakiTakamachi) |
| 63 | + . Fixed bug GH-13203 (file_put_contents fail on strings over 4GB on Windows). |
| 64 | + (divinity76) |
| 65 | + . Fixed bug GHSA-pc52-254m-w9w7 (Command injection via array-ish $command |
| 66 | + parameter of proc_open). (CVE-2024-1874) (Jakub Zelenka) |
| 67 | + . Fixed bug GHSA-wpj3-hf5j-x4v4 (__Host-/__Secure- cookie bypass due to |
| 68 | + partial CVE-2022-31629 fix). (CVE-2024-2756) (nielsdos) |
| 69 | + . Fixed bug GHSA-h746-cjrr-wfmr (password_verify can erroneously return true, |
| 70 | + opening ATO risk). (CVE-2024-3096) (Jakub Zelenka) |
| 71 | + |
| 72 | +- XML: |
| 73 | + . Fixed bug GH-13517 (Multiple test failures when building with |
| 74 | + --with-expat). (nielsdos) |
| 75 | + |
3 | 76 | 14 Mar 2024, PHP 8.2.17 |
4 | 77 |
|
5 | 78 | - Core: |
@@ -97,6 +170,8 @@ PHP NEWS |
97 | 170 | loading composer classmaps with more than 11k elements). (nielsdos) |
98 | 171 | . Fixed bug GH-12966 (missing cross-compiling 3rd argument so Autoconf doesn't |
99 | 172 | emit warnings). (Peter Kokot) |
| 173 | + . Fixed bug GH-13727 (missing void keyword for C generate code for feature test). |
| 174 | + (Peter Kokot/David Carlier) |
100 | 175 |
|
101 | 176 | - Cli: |
102 | 177 | . Fix incorrect timeout in built-in web server when using router script and |
|
0 commit comments