From 4781f3425d19d899af9dcdd9bf83f6f246b026d0 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Fri, 13 Nov 2009 23:48:34 +0000 Subject: [PATCH] spell check fail git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290725 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oci8/constants.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/oci8/constants.xml b/reference/oci8/constants.xml index e331b5163b..0a021d93b5 100644 --- a/reference/oci8/constants.xml +++ b/reference/oci8/constants.xml @@ -41,7 +41,7 @@ OCI_CRED_EXT Used with oci_connect for using - Oracles' External or OS authentication. Introducted in PHP + Oracles' External or OS authentication. Introduced in PHP 5.3 and PECL OCI8 1.3.4. @@ -71,9 +71,9 @@ Obsolete. Statement fetch mode. Used when the application knows in advance exactly how many rows it will be fetching. This mode turns prefetching off for Oracle release 8 or - later mode. Cursor is cancelled after the desired rows are - fetched and may result in reduced server-side resource - usage. + later mode. The cursor is canceled after the desired rows + are fetched which may result in reduced server-side + resource usage. @@ -102,7 +102,7 @@ for oci_execute. The statement is not committed automatically when using this mode. For readability in new code, use this value instead of the - obsoete OCI_DEFAULT constant. + obsolete OCI_DEFAULT constant. Introduced in PHP 5.3.2 (PECL OCI8 1.4).