From 053609a5c9737d650597c7f19cccbdb7fa6b13a7 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 12 Dec 2020 22:26:28 +0000 Subject: [PATCH] Updating mysqli: free result Closes GH-240. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@352045 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli_result/free.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/reference/mysqli/mysqli_result/free.xml b/reference/mysqli/mysqli_result/free.xml index adbe184345..8a23c5976d 100644 --- a/reference/mysqli/mysqli_result/free.xml +++ b/reference/mysqli/mysqli_result/free.xml @@ -32,13 +32,6 @@ Frees the memory associated with the result. - - - You should always free your result with - mysqli_free_result, when your result object is not - needed anymore. - - @@ -62,7 +55,7 @@ mysqli_query - mysqli_stmt_store_result + mysqli_stmt_get_result mysqli_store_result mysqli_use_result