From 22382aacebc3a4092e79853202c6b5532637baf1 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Sat, 10 May 2003 05:48:09 +0000 Subject: [PATCH] Update per feature added by Daniel Ceregatti 3/18/2002 r-1.170 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126444 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oci8/functions/ocierror.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/reference/oci8/functions/ocierror.xml b/reference/oci8/functions/ocierror.xml index 4e51b4943f..d0ef34422d 100644 --- a/reference/oci8/functions/ocierror.xml +++ b/reference/oci8/functions/ocierror.xml @@ -1,5 +1,5 @@ - + @@ -22,6 +22,14 @@ consists the oracle error code and message the oracle errorstring. + + As of PHP 4.3 + + offset and sqltext will + also be included in the return array to indicate the location + of the error and the original SQL text which caused it. + +