1PHP NEWS 2||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 3?? ??? ????, PHP 8.5.0alpha1 4 5- COM: 6 . Fix property access of PHP objects wrapped in variant. (cmb) 7 8- Curl: 9 . Added curl_multi_get_handles(). (timwolla) 10 11- DOM: 12 . Added Dom\Element::$outerHTML. (nielsdos) 13 14- Output: 15 . Fixed calculation of aligned buffer size. (cmb) 16 17- PDO_PGSQL: 18 . Added Iterable support for PDO::pgsqlCopyFromArray. (KentarouTakeda) 19 . Implement GH-15387 Pdo\Pgsql::setAttribute(PDO::ATTR_PREFETCH, 0) or 20 Pdo\Pgsql::prepare(…, [ PDO::ATTR_PREFETCH => 0 ]) make fetch() lazy 21 instead of storing the whole result set in memory (Guillaume Outters) 22 23- PGSQL: 24 . Added pg_close_stmt to close a prepared statement while allowing 25 its name to be reused. (David Carlier) 26 . Added Iterable support for pgsql_copy_from. (David Carlier) 27 28- Random: 29 . Moves from /dev/urandom usage to arc4random_buf on Haiku. (David Carlier) 30 31- SOAP: 32 . Fixed bug #49169 (SoapServer calls wrong function, although "SOAP action" 33 header is correct). (nielsdos) 34 35- XMLWriter: 36 . Improved performance and reduce memory consumption. (nielsdos) 37 38- XSL: 39 . Implement request #30622 (make $namespace parameter functional). (nielsdos) 40 41- Zlib: 42 . gzfile, gzopen and readgzfile, their "use_include_path" argument 43 is now a boolean. (David Carlier) 44 45 46<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>> 47