From b9ba4fca83e593ded6fce54ed886dc5cfa7a2ebb Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 12 Dec 2020 22:15:36 +0000 Subject: [PATCH] Updating mysqli: Remove pre-deprecation notice Closes GH-247. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352044 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli_stmt/construct.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/reference/mysqli/mysqli_stmt/construct.xml b/reference/mysqli/mysqli_stmt/construct.xml index 3960817550..fc8d68aaef 100644 --- a/reference/mysqli/mysqli_stmt/construct.xml +++ b/reference/mysqli/mysqli_stmt/construct.xml @@ -17,17 +17,6 @@ This method constructs a new mysqli_stmt object. - - - In general, you should use either mysqli_prepare or - mysqli_stmt_init to create a - mysqli_stmt object, rather than directly - instantiating the object with new mysqli_stmt. This - method (and the ability to directly instantiate - mysqli_stmt objects) may be deprecated and removed - in the future. - -