Skip to content

Commit fdf8c46

Browse files
committed
Upgrading docs
1 parent 0998fa8 commit fdf8c46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ PHP 8.2 UPGRADE NOTES
7777
========================================
7878

7979
- DBA
80+
. dba_open() and dba_popen() now have the following enforced function signature
81+
dba_open(string $path, string $mode, ?string $handler = null, int $permission = 0o644, int $map_size = 0)
8082
. dba_fetch()'s optional skip argument is now at the end in line with
8183
PHP userland semantics its signature now is:
8284
dba_fetch(string|array $key, $dba, int $skip = 0): string|false

0 commit comments

Comments
 (0)