|
1 | 1 | PHP NEWS |
2 | 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |
| 3 | +23 Oct 2025, PHP 8.3.27 |
| 4 | + |
| 5 | +- Core: |
| 6 | + . Fixed bug GH-19765 (object_properties_load() bypasses readonly property |
| 7 | + checks). (timwolla) |
| 8 | + . Fixed hard_timeout with --enable-zend-max-execution-timers. (Appla) |
| 9 | + . Fixed bug GH-19792 (SCCP causes UAF for return value if both warning and |
| 10 | + exception are triggered). (nielsdos) |
| 11 | + . Fixed bug GH-19653 (Closure named argument unpacking between temporary |
| 12 | + closures can cause a crash). (nielsdos, Arnaud, Bob) |
| 13 | + . Fixed bug GH-19839 (Incorrect HASH_FLAG_HAS_EMPTY_IND flag on userland |
| 14 | + array). (ilutov) |
| 15 | + . Fixed bug GH-19480 (error_log php.ini cannot be unset when open_basedir is |
| 16 | + configured). (nielsdos) |
| 17 | + . Fixed bug GH-20002 (Broken build on *BSD with MSAN). (outtersg) |
| 18 | + |
| 19 | +- CLI: |
| 20 | + . Fix useless "Failed to poll event" error logs due to EAGAIN in CLI server |
| 21 | + with PHP_CLI_SERVER_WORKERS. (leotaku) |
| 22 | + |
| 23 | +- Curl: |
| 24 | + . Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead |
| 25 | + of the curl_copy_handle() function to clone a CurlHandle. (timwolla) |
| 26 | + . Fix curl build and test failures with version 8.16. |
| 27 | + (nielsdos, ilutov, Jakub Zelenka) |
| 28 | + |
| 29 | +- Date: |
| 30 | + . Fixed GH-17159: "P" format for ::createFromFormat swallows string literals. |
| 31 | + (nielsdos) |
| 32 | + |
| 33 | +- DBA: |
| 34 | + . Fixed GH-19885 (dba_fetch() overflow on skip argument). (David Carlier) |
| 35 | + |
| 36 | +- GD: |
| 37 | + . Fixed GH-19955 (imagefttext() memory leak). (David Carlier) |
| 38 | + |
| 39 | +- MySQLnd: |
| 40 | + . Fixed bug #67563 (mysqli compiled with mysqlnd does not take ipv6 adress |
| 41 | + as parameter). (nielsdos) |
| 42 | + |
| 43 | +- Phar: |
| 44 | + . Fix memory leak and invalid continuation after tar header writing fails. |
| 45 | + (nielsdos) |
| 46 | + . Fix memory leaks when creating temp file fails when applying zip signature. |
| 47 | + (nielsdos) |
| 48 | + |
| 49 | +- SimpleXML: |
| 50 | + . Fixed bug GH-19988 (zend_string_init with NULL pointer in simplexml (UB)). |
| 51 | + (nielsdos) |
| 52 | + |
| 53 | +- Soap: |
| 54 | + . Fixed bug GH-19784 (SoapServer memory leak). (nielsdos) |
| 55 | + . Fixed bug GH-20011 (Array of SoapVar of unknown type causes crash). |
| 56 | + (nielsdos) |
| 57 | + |
| 58 | +- Standard: |
| 59 | + . Fixed bug GH-12265 (Cloning an object breaks serialization recursion). |
| 60 | + (nielsdos) |
| 61 | + . Fixed bug GH-19701 (Serialize/deserialize loses some data). (nielsdos) |
| 62 | + . Fixed bug GH-19801 (leaks in var_dump() and debug_zval_dump()). |
| 63 | + (alexandre-daubois) |
| 64 | + . Fixed bug GH-20043 (array_unique assertion failure with RC1 array |
| 65 | + causing an exception on sort). (nielsdos) |
| 66 | + . Fixed bug GH-19926 (reset internal pointer earlier while splicing array |
| 67 | + while COW violation flag is still set). (alexandre-daubois) |
| 68 | + . Fixed bug GH-19570 (unable to fseek in /dev/zero and /dev/null). |
| 69 | + (nielsdos, divinity76) |
| 70 | + |
| 71 | +- Streams: |
| 72 | + . Fixed bug GH-19248 (Use strerror_r instead of strerror in main). |
| 73 | + (Jakub Zelenka) |
| 74 | + . Fixed bug GH-17345 (Bug #35916 was not completely fixed). (nielsdos) |
| 75 | + . Fixed bug GH-19705 (segmentation when attempting to flush on non seekable |
| 76 | + stream. (bukka/David Carlier) |
| 77 | + |
| 78 | +- XMLReader: |
| 79 | + . Fixed bug GH-20009 (XMLReader leak on RelaxNG schema failure). (nielsdos) |
| 80 | + |
| 81 | +- Zip: |
| 82 | + . Fixed bug GH-19688 (Remove pattern overflow in zip addGlob()). (nielsdos) |
| 83 | + . Fixed bug GH-19932 (Memory leak in zip setEncryptionName()/setEncryptionIndex()). |
| 84 | + (David Carlier) |
| 85 | + |
| 86 | +- Zlib: |
| 87 | + . Fixed bug GH-19922 (Double free on gzopen). (David Carlier) |
| 88 | + |
3 | 89 | 25 Sep 2025, PHP 8.3.26 |
4 | 90 |
|
5 | 91 | - Core: |
|
0 commit comments