[PHP-DEV] CVS update: php3/doc/functions From: ssb (php-dev <email protected>)
Date: 11/26/98

Date: Thursday November 26, 1998 @ 7:25
Author: ssb

Update of /repository/php3/doc/functions
In directory asf:/u2/tmp/cvs-serv17346

Modified Files:
        oracle.sgml
Log Message:
document Ora_Error{,Code}() change

Index: php3/doc/functions/oracle.sgml
diff -c php3/doc/functions/oracle.sgml:1.10 php3/doc/functions/oracle.sgml:1.11
*** php3/doc/functions/oracle.sgml:1.10 Fri Nov 13 08:43:59 1998
--- php3/doc/functions/oracle.sgml Thu Nov 26 07:25:00 1998
***************
*** 222,227 ****
--- 222,230 ----
       from and <replaceable>NNNNN</replaceable> identifies the error
       message.
      <para>
+ The <parameter>cursor</parameter> parameter can as of PHP 3. 0.6
+ also be a connection id.
+ <para>
       On UNIX versions of Oracle, you can find details about an error
       message like this:
       <computeroutput>
***************
*** 252,257 ****
--- 255,263 ----
       Returns the numeric error code of the last executed statement on
       the specified cursor.
       <comment>FIXME: should possible values be listed?</comment>
+ <para>
+ The <parameter>cursor</parameter> parameter can as of PHP 3. 0.6
+ also be a connection id.
  
     </refsect1>
    </refentry>

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>