2015-07-21 22:36:36 +08:00
|
|
|
PHP NEWS
|
1999-07-23 07:54:54 +08:00
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
2024-09-24 23:03:39 +08:00
|
|
|
?? ??? ????, PHP 8.5.0alpha1
|
2023-09-30 19:59:08 +08:00
|
|
|
|
2024-10-10 02:39:53 +08:00
|
|
|
- COM:
|
|
|
|
. Fix property access of PHP objects wrapped in variant. (cmb)
|
|
|
|
|
2024-10-06 05:26:46 +08:00
|
|
|
- DOM:
|
|
|
|
. Added Dom\Element::$outerHTML. (nielsdos)
|
|
|
|
|
2024-10-03 18:24:36 +08:00
|
|
|
- Output:
|
|
|
|
. Fixed calculation of aligned buffer size. (cmb)
|
|
|
|
|
2024-09-15 15:57:18 +08:00
|
|
|
- PDO_PGSQL:
|
|
|
|
. Added Iterable support for PDO::pgsqlCopyFromArray. (KentarouTakeda)
|
2024-09-04 04:43:58 +08:00
|
|
|
. Implement GH-15387 Pdo\Pgsql::setAttribute(PDO::ATTR_PREFETCH, 0) or
|
|
|
|
Pdo\Pgsql::prepare(…, [ PDO::ATTR_PREFETCH => 0 ]) make fetch() lazy
|
|
|
|
instead of storing the whole result set in memory (Guillaume Outters)
|
2024-09-15 15:57:18 +08:00
|
|
|
|
2024-06-16 20:01:36 +08:00
|
|
|
- PGSQL:
|
|
|
|
. Added pg_close_stmt to close a prepared statement while allowing
|
|
|
|
its name to be reused. (David Carlier)
|
2024-09-30 04:28:40 +08:00
|
|
|
. Added Iterable support for pgsql_copy_from. (David Carlier)
|
2024-06-16 20:01:36 +08:00
|
|
|
|
2024-09-28 21:05:54 +08:00
|
|
|
- Random:
|
|
|
|
. Moves from /dev/urandom usage to arc4random_buf on Haiku. (David Carlier)
|
|
|
|
|
2024-09-21 06:23:24 +08:00
|
|
|
- SOAP:
|
|
|
|
. Fixed bug #49169 (SoapServer calls wrong function, although "SOAP action"
|
|
|
|
header is correct). (nielsdos)
|
|
|
|
|
2024-09-29 18:35:36 +08:00
|
|
|
- XMLWriter:
|
|
|
|
. Improved performance and reduce memory consumption. (nielsdos)
|
|
|
|
|
2024-09-30 03:45:55 +08:00
|
|
|
- XSL:
|
|
|
|
. Implement request #30622 (make $namespace parameter functional). (nielsdos)
|
|
|
|
|
2024-10-14 19:42:01 +08:00
|
|
|
- Zlib:
|
|
|
|
. gzfile, gzopen and readgzfile, their "use_include_path" argument
|
|
|
|
is now a boolean. (David Carlier)
|
|
|
|
|
|
|
|
|
2013-05-17 17:22:04 +08:00
|
|
|
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|