|
1 | 1 | PHP NEWS |
2 | 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |
| 3 | +19 Dec 2024, PHP 8.4.2 |
| 4 | + |
| 5 | +- BcMath: |
| 6 | + . Fixed bug GH-16978 (Avoid unnecessary padding with leading zeros) |
| 7 | + (Saki Takamachi) |
| 8 | + |
| 9 | +- Calendar: |
| 10 | + . Fixed jdtogregorian overflow. (David Carlier) |
| 11 | + . Fixed cal_to_jd julian_days argument overflow. (David Carlier) |
| 12 | + |
| 13 | +- COM: |
| 14 | + . Fixed bug GH-16991 (Getting typeinfo of non DISPATCH variant segfaults). |
| 15 | + (cmb) |
| 16 | + |
| 17 | +- Core: |
| 18 | + . Fail early in *nix configuration build script. (hakre) |
| 19 | + . Fixed bug GH-16344 (setRawValueWithoutLazyInitialization() and |
| 20 | + skipLazyInitialization() may change initialized proxy). (Arnaud) |
| 21 | + . Fixed bug GH-16727 (Opcache bad signal 139 crash in ZTS bookworm |
| 22 | + (frankenphp)). (nielsdos) |
| 23 | + . Fixed bug GH-16799 (Assertion failure at Zend/zend_vm_execute.h:7469). |
| 24 | + (nielsdos) |
| 25 | + . Fixed bug GH-16630 (UAF in lexer with encoding translation and heredocs). |
| 26 | + (nielsdos) |
| 27 | + . Fix is_zend_ptr() huge block comparison. (nielsdos) |
| 28 | + . Fixed potential OOB read in zend_dirname() on Windows. (cmb) |
| 29 | + . Fixed bug GH-15964 (printf() can strip sign of -INF). (divinity76, cmb) |
| 30 | + |
| 31 | +- Curl: |
| 32 | + . Fixed bug GH-16802 (open_basedir bypass using curl extension). (nielsdos) |
| 33 | + . Fix various memory leaks in curl mime handling. (nielsdos) |
| 34 | + |
| 35 | +- DBA: |
| 36 | + . Fixed bug GH-16990 (dba_list() is now zero-indexed instead of using |
| 37 | + resource ids) (kocsismate) |
| 38 | + |
| 39 | +- DOM: |
| 40 | + . Fixed bug GH-16777 (Calling the constructor again on a DOM object after it |
| 41 | + is in a document causes UAF). (nielsdos) |
| 42 | + . Fixed bug GH-16906 (Reloading document can cause UAF in iterator). |
| 43 | + (nielsdos) |
| 44 | + |
| 45 | +- FPM: |
| 46 | + . Fixed GH-16432 (PHP-FPM 8.2 SIGSEGV in fpm_get_status). (Jakub Zelenka) |
| 47 | + . Fixed bug GH-16932 (wrong FPM status output). (Jakub Zelenka, James Lucas) |
| 48 | + |
| 49 | +- GD: |
| 50 | + . Fixed GH-16776 (imagecreatefromstring overflow). (David Carlier) |
| 51 | + |
| 52 | +- GMP: |
| 53 | + . Fixed bug GH-16890 (array_sum() with GMP can loose precision (LLP64)). |
| 54 | + (cmb) |
| 55 | + |
| 56 | +- Hash: |
| 57 | + . Fixed GH-16711: Segfault in mhash(). (Girgias) |
| 58 | + |
| 59 | +- Opcache: |
| 60 | + . Fixed bug GH-16851 (JIT_G(enabled) not set correctly on other threads). |
| 61 | + (dktapps) |
| 62 | + . Fixed bug GH-16902 (Set of opcache tests fail zts+aarch64). (nielsdos) |
| 63 | + . Fixed bug GH-16879 (JIT dead code skipping does not update call_level). |
| 64 | + (nielsdos) |
| 65 | + |
| 66 | +- OpenSSL: |
| 67 | + . Prevent unexpected array entry conversion when reading key. (nielsdos) |
| 68 | + . Fix various memory leaks related to openssl exports. (nielsdos) |
| 69 | + . Fix memory leak in php_openssl_pkey_from_zval(). (nielsdos) |
| 70 | + |
| 71 | +- PDO: |
| 72 | + . Fixed memory leak of `setFetchMode()`. (SakiTakamachi) |
| 73 | + |
| 74 | +- Phar: |
| 75 | + . Fixed bug GH-16695 (phar:// tar parser and zero-length file header blocks). |
| 76 | + (nielsdos, Hans Krentel) |
| 77 | + |
| 78 | +- PHPDBG: |
| 79 | + . Fixed bug GH-15208 (Segfault with breakpoint map and phpdbg_clear()). |
| 80 | + (nielsdos) |
| 81 | + |
| 82 | +- SAPI: |
| 83 | + . Fixed bug GH-16998 (UBSAN warning in rfc1867). (nielsdos) |
| 84 | + |
| 85 | +- SimpleXML: |
| 86 | + . Fixed bug GH-16808 (Segmentation fault in RecursiveIteratorIterator |
| 87 | + ->current() with a xml element input). (nielsdos) |
| 88 | + |
| 89 | +- SOAP: |
| 90 | + . Fix make check being invoked in ext/soap. (Ma27) |
| 91 | + |
| 92 | +- Standard: |
| 93 | + . Fixed bug GH-16905 (Internal iterator functions can't handle UNDEF |
| 94 | + properties). (nielsdos) |
| 95 | + . Fixed bug GH-16957 (Assertion failure in array_shift with |
| 96 | + self-referencing array). (nielsdos) |
| 97 | + |
| 98 | +- Streams: |
| 99 | + . Fixed network connect poll interuption handling. (Jakub Zelenka) |
| 100 | + |
| 101 | +- Windows: |
| 102 | + . Fixed bug GH-16849 (Error dialog causes process to hang). (cmb) |
| 103 | + . Windows Server 2025 is now properly reported. (cmb) |
| 104 | + |
3 | 105 | 21 Nov 2024, PHP 8.4.1 |
4 | 106 |
|
5 | 107 | - BcMath: |
|
0 commit comments