From 3e51e405ef0f50a8a0ed85cfa519e08bd10f1221 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Tue, 18 Dec 2001 21:12:53 +0000 Subject: [PATCH] ociparse: add note about pl/sql being valid git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65635 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/oci8.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/oci8.xml b/functions/oci8.xml index 0dfbc9b7ab..b4576990b4 100644 --- a/functions/oci8.xml +++ b/functions/oci8.xml @@ -1,5 +1,5 @@ - + Oracle 8 functions OCI8 @@ -1573,8 +1573,8 @@ OCILogoff($conn); OCIParse parses the query using conn. It returns the statement identity if the query is valid, &false; if - not. The query can be any valid SQL - statement. + not. The query can be any valid SQL + statement or PL/SQL block.