xref: /php-src/NEWS (revision 179ca2bf)
1PHP                                                                        NEWS
2|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3?? ??? ????, PHP 8.5.0alpha1
4
5- COM:
6  . Fix property access of PHP objects wrapped in variant. (cmb)
7
8- Core:
9  . Fixed bug GH-16665 (\array and \callable should not be usable in
10    class_alias). (nielsdos)
11
12- Curl:
13  . Added curl_multi_get_handles(). (timwolla)
14
15- DOM:
16  . Added Dom\Element::$outerHTML. (nielsdos)
17  . Added Dom\Element::insertAdjacentHTML(). (nielsdos)
18
19- Intl:
20  . Bumped ICU requirement to ICU >= 57.1. (cmb)
21
22- Output:
23  . Fixed calculation of aligned buffer size. (cmb)
24
25- PDO_PGSQL:
26  . Added Iterable support for PDO::pgsqlCopyFromArray. (KentarouTakeda)
27  . Implement GH-15387 Pdo\Pgsql::setAttribute(PDO::ATTR_PREFETCH, 0) or
28    Pdo\Pgsql::prepare(…, [ PDO::ATTR_PREFETCH => 0 ]) make fetch() lazy
29    instead of storing the whole result set in memory (Guillaume Outters)
30
31- PGSQL:
32  . Added pg_close_stmt to close a prepared statement while allowing
33    its name to be reused. (David Carlier)
34  . Added Iterable support for pgsql_copy_from. (David Carlier)
35
36- POSIX:
37  . Added POSIX_SC_OPEN_MAX constant to get the number of file descriptors
38    a process can handle. (David Carlier)
39
40- Random:
41  . Moves from /dev/urandom usage to arc4random_buf on Haiku. (David Carlier)
42
43- Reflection:
44  . Added ReflectionConstant::getExtension() and ::getExtensionName().
45    (DanielEScherzer)
46
47- SOAP:
48  . Fixed bug #49169 (SoapServer calls wrong function, although "SOAP action"
49    header is correct). (nielsdos)
50
51- Sockets:
52  . Added IPPROTO_ICMP/IPPROTO_ICMPV6 to create raw socket for ICMP usage.
53    (David Carlier)
54
55- Standard:
56  . Fixed crypt() tests on musl when using --with-external-libcrypt
57    (Michael Orlitzky).
58
59- Windows:
60  . Fixed bug GH-10992 (Improper long path support for relative paths). (cmb,
61    nielsdos)
62
63- XMLWriter:
64  . Improved performance and reduce memory consumption. (nielsdos)
65
66- XSL:
67  . Implement request #30622 (make $namespace parameter functional). (nielsdos)
68
69- Zlib:
70  . gzfile, gzopen and readgzfile, their "use_include_path" argument
71    is now a boolean. (David Carlier)
72
73
74<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
75