From c289b71e83ae11cbfe74752c192821a29fc61b8d Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Tue, 29 Oct 2024 17:36:36 +0300 Subject: [PATCH] [PHP 8.4] Add removal note to mysqli constants --- reference/mysqli/constants.xml | 3 +++ reference/mysqli/mysqli_stmt/attr-set.xml | 1 + 2 files changed, 4 insertions(+) diff --git a/reference/mysqli/constants.xml b/reference/mysqli/constants.xml index deb3debf8aaa..f0b9d395bf22 100644 --- a/reference/mysqli/constants.xml +++ b/reference/mysqli/constants.xml @@ -837,6 +837,7 @@ + Removed as of PHP 8.4.0. @@ -867,6 +868,7 @@ + Removed as of PHP 8.4.0. @@ -887,6 +889,7 @@ + Removed as of PHP 8.4.0. diff --git a/reference/mysqli/mysqli_stmt/attr-set.xml b/reference/mysqli/mysqli_stmt/attr-set.xml index 2e274e95f1ba..f6608bff4c86 100644 --- a/reference/mysqli/mysqli_stmt/attr-set.xml +++ b/reference/mysqli/mysqli_stmt/attr-set.xml @@ -67,6 +67,7 @@ Number of rows to fetch from server at a time when using a cursor. value can be in the range from 1 to the maximum value of unsigned long. The default is 1. + Removed as of PHP 8.4.0.