|
1 | 1 | PHP NEWS |
2 | 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |
| 3 | +04 Jul 2024, PHP 8.2.21 |
| 4 | + |
| 5 | +- Core: |
| 6 | + . Fixed bug GH-14315 (Incompatible pointer type warnings). (Peter Kokot) |
| 7 | + . Fixed bug GH-12814 (max_execution_time reached too early on MacOS 14 |
| 8 | + when running on Apple Silicon). (Manuel Kress) |
| 9 | + . Fixed bug GH-14387 (Crash when stack walking in destructor of yielded from |
| 10 | + values during Generator->throw()). (Bob) |
| 11 | + . Fixed bug GH-14456 (Attempting to initialize class with private constructor |
| 12 | + calls destructor). (Girgias) |
| 13 | + . Fixed bug GH-14549 (Incompatible function pointer type for fclose). |
| 14 | + (Ryan Carsten Schmidt) |
| 15 | + |
| 16 | +- BCMatch: |
| 17 | + . Fixed bug (bcpowmod() with mod = -1 returns 1 when it must be 0). (Girgias) |
| 18 | + |
| 19 | +- Curl: |
| 20 | + . Fixed bug GH-14307 (Test curl_basic_024 fails with curl 8.8.0). (nielsdos) |
| 21 | + |
| 22 | +- DOM: |
| 23 | + . Fixed bug GH-14343 (Memory leak in xml and dom). (nielsdos) |
| 24 | + |
| 25 | +- FPM: |
| 26 | + . Fixed bug GH-14037 (PHP-FPM ping.path and ping.response config vars are |
| 27 | + ignored in status pool). (Wilhansen Li, Pierrick Charron) |
| 28 | + |
| 29 | +- GD: |
| 30 | + . Fix parameter numbers for imagecolorset(). (Giovanni Giacobbi) |
| 31 | + |
| 32 | +- Intl: |
| 33 | + . Fix reference handling in SpoofChecker. (nielsdos) |
| 34 | + |
| 35 | +- MySQLnd: |
| 36 | + . Partially fix bug GH-10599 (Apache crash on Windows when using a |
| 37 | + self-referencing anonymous function inside a class with an active |
| 38 | + mysqli connection). (nielsdos) |
| 39 | + |
| 40 | +- Opcache: |
| 41 | + . Fixed bug GH-14267 (opcache.jit=off does not allow enabling JIT at runtime). |
| 42 | + (ilutov) |
| 43 | + . Fixed TLS access in JIT on FreeBSD/amd64. (Arnaud) |
| 44 | + . Fixed bug GH-11188 (Error when building TSRM in ARM64). (nielsdos) |
| 45 | + |
| 46 | +- PDO ODBC: |
| 47 | + . Fixed bug GH-14367 (incompatible SDWORD type with iODBC). (Calvin Buckley) |
| 48 | + |
| 49 | +- PHPDBG: |
| 50 | + . Fixed bug GH-13681 (segfault on watchpoint addition failure). (David Carlier) |
| 51 | + |
| 52 | +- Soap: |
| 53 | + . Fixed bug #47925 (PHPClient can't decompress response). (nielsdos) |
| 54 | + . Fix missing error restore code. (nielsdos) |
| 55 | + . Fix memory leak if calling SoapServer::setObject() twice. (nielsdos) |
| 56 | + . Fix memory leak if calling SoapServer::setClass() twice. (nielsdos) |
| 57 | + . Fix reading zlib ini settings in ext-soap. (nielsdos) |
| 58 | + . Fix memory leaks with string function name lookups. (nielsdos) |
| 59 | + . Fixed bug #69280 (SoapClient classmap doesn't support fully qualified class |
| 60 | + name). (nielsdos) |
| 61 | + . Fixed bug #76232 (SoapClient Cookie Header Semicolon). (nielsdos) |
| 62 | + . Fixed memory leaks when calling SoapFault::__construct() twice. (Girgias) |
| 63 | + |
| 64 | +- Sodium: |
| 65 | + . Fix memory leaks in ext/sodium on failure of some functions. (nielsdos) |
| 66 | + |
| 67 | +- SPL: |
| 68 | + . Fixed bug GH-14290 (Member access within null pointer in extension spl). |
| 69 | + (nielsdos) |
| 70 | + |
| 71 | +- Standard: |
| 72 | + . Fixed bug GH-14483 (Fixed off-by-one error in checking length of abstract |
| 73 | + namespace Unix sockets). (Derick) |
| 74 | + |
| 75 | +- Streams: |
| 76 | + . Fixed bug GH-11078 (PHP Fatal error triggers pointer being freed was not |
| 77 | + allocated and malloc: double free for ptr errors). (nielsdos) |
| 78 | + |
3 | 79 | 06 Jun 2024, PHP 8.2.20 |
4 | 80 |
|
5 | 81 | - CGI: |
|
0 commit comments