We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d0da0 commit 8b2eba9Copy full SHA for 8b2eba9
reference/dba/setup.xml
@@ -218,9 +218,8 @@
218
<section xml:id="dba.resources">
219
&reftitle.resources;
220
<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.
+ Prior to PHP 8.4.0, most DBA functions operate on or return resources (e.g. <function>dba_open</function>
+ returns a positive DBA link identifier required by most DBA functions).
224
</para>
225
</section>
226
<!-- }}} -->
0 commit comments