summaryrefslogtreecommitdiff
path: root/ext/pdo_oci/pdo_oci.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-01-12 05:47:03 +0000
committerWez Furlong <wez@php.net>2005-01-12 05:47:03 +0000
commit459b4f85d36f50a54f8a12232fb2fd27cb1d01a9 (patch)
tree6c6fc91b7298861d7c42694ffb71fa2c55e312e4 /ext/pdo_oci/pdo_oci.c
parentdd842e4bf4914cd8524ef99a8500ee22f2c0636d (diff)
downloadphp-git-459b4f85d36f50a54f8a12232fb2fd27cb1d01a9.tar.gz
Add support for scrollable cursors.
Enable PDO_ATTR_PREFETCH and default it to 100Kb of prefetch buffer.
Diffstat (limited to 'ext/pdo_oci/pdo_oci.c')
-rwxr-xr-xext/pdo_oci/pdo_oci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_oci/pdo_oci.c b/ext/pdo_oci/pdo_oci.c
index 5712f8634d..757877454e 100755
--- a/ext/pdo_oci/pdo_oci.c
+++ b/ext/pdo_oci/pdo_oci.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2004 The PHP Group |
+ | Copyright (c) 1997-2005 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |