File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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! >>>
Original file line number Diff line number Diff line change @@ -60,6 +60,11 @@ PHP 8.5 UPGRADE NOTES
60605. 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
You can’t perform that action at this time.
0 commit comments