Skip to content

Commit 323c9f4

Browse files
committed
[skip ci] UPGRADING/NEWS changes
1 parent 6d1881b commit 323c9f4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,9 @@ PHP NEWS
3535
- XSL:
3636
. Implement request #30622 (make $namespace parameter functional). (nielsdos)
3737

38+
- Zlib:
39+
. gzfile, gzopen and readgzfile, their "use_include_path" argument
40+
is now a boolean. (David Carlier)
41+
42+
3843
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>

UPGRADING

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ PHP 8.5 UPGRADE NOTES
6060
5. Changed Functions
6161
========================================
6262

63+
- Zlib:
64+
. The "use_include_path" argument for the
65+
gzfile, gzopen and readgzfile functions had been changed
66+
from int to boolean.
67+
6368
- PDO_PGSQL:
6469
. PDO::pgsqlCopyFromArray also supports inputs as Iterable.
6570
. Pdo\Pgsql::setAttribute and Pdo\Pgsql::prepare supports

0 commit comments

Comments
 (0)