From 796565fc11f8a85f5ce4aabf61c66f6bb4fff6ea Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 6 Oct 2020 13:26:04 +0000 Subject: [PATCH] odbc_result_all() does not escape the data We can only hope that nobody uses this function. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350798 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/uodbc/functions/odbc-result-all.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reference/uodbc/functions/odbc-result-all.xml b/reference/uodbc/functions/odbc-result-all.xml index c8a80adc61..9222a97365 100644 --- a/reference/uodbc/functions/odbc-result-all.xml +++ b/reference/uodbc/functions/odbc-result-all.xml @@ -15,6 +15,11 @@ Prints all rows from a result identifier produced by odbc_exec. The result is printed in HTML table format. + The data is not escaped. + + + This function is not supposed to be used in production environments; it is + merely meant for development purposes, to get a result set quickly rendered.