Update per feature added by Daniel Ceregatti <vi@sh.nu> 3/18/2002 r-1.170

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126444 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sara Golemon 2003-05-10 05:48:09 +00:00
parent 742af6c746
commit 22382aaceb

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocierror">
<refnamediv>
@ -22,6 +22,14 @@
consists the oracle error code and <literal>message</literal>
the oracle errorstring.
</simpara>
<note>
<title>As of PHP 4.3</title>
<simpara>
<literal>offset</literal> and <literal>sqltext</literal> will
also be included in the return array to indicate the location
of the error and the original SQL text which caused it.
</simpara>
</note>
</refsect1>
</refentry>