From a4ce9c675919c181ebc732ce4af12ca06fd5ca6f Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Sat, 4 Nov 2023 18:42:31 +0900 Subject: [PATCH] [PHP 8.3] Calling dba_fetch() with $dba as the 3rd argument is now deprecated. --- reference/dba/functions/dba-fetch.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/reference/dba/functions/dba-fetch.xml b/reference/dba/functions/dba-fetch.xml index 2c2933fecfb8..6fd44a349c90 100644 --- a/reference/dba/functions/dba-fetch.xml +++ b/reference/dba/functions/dba-fetch.xml @@ -14,7 +14,7 @@ intskip0 - Discouraged overloaded signature: + Overloaded signature deprecated as of 8.3.0: stringdba_fetch @@ -89,6 +89,13 @@ + + 8.3.0 + + Calling dba_fetch with dba as + the 3rd argument is now deprecated. + + 8.2.0