Skip to content

Commit 8b2eba9

Browse files
committed
[PHP 8.4] DBA resource to Object conversions (continue)
1 parent b6d0da0 commit 8b2eba9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

reference/dba/setup.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,8 @@
218218
<section xml:id="dba.resources">
219219
&reftitle.resources;
220220
<para>
221-
The functions <function>dba_open</function> and
222-
<function>dba_popen</function> return a handle to the specified
223-
database file to access which is used by all other dba-function calls.
221+
Prior to PHP 8.4.0, most DBA functions operate on or return resources (e.g. <function>dba_open</function>
222+
returns a positive DBA link identifier required by most DBA functions).
224223
</para>
225224
</section>
226225
<!-- }}} -->

0 commit comments

Comments
 (0)