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
35
35
- XSL:
36
36
. Implement request #30622 (make $namespace parameter functional). (nielsdos)
37
37
38
+ - Zlib:
39
+ . gzfile, gzopen and readgzfile, their "use_include_path" argument
40
+ is now a boolean. (David Carlier)
41
+
42
+
38
43
<<< 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
60
60
5. Changed Functions
61
61
========================================
62
62
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
+
63
68
- PDO_PGSQL:
64
69
. PDO::pgsqlCopyFromArray also supports inputs as Iterable.
65
70
. Pdo\Pgsql::setAttribute and Pdo\Pgsql::prepare supports
You can’t perform that action at this time.
0 commit comments