diff options
author | Wez Furlong <wez@php.net> | 2005-01-12 04:49:12 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-01-12 04:49:12 +0000 |
commit | dd842e4bf4914cd8524ef99a8500ee22f2c0636d (patch) | |
tree | 332f842086857d04c8d1dba968ee504f4be46ca5 /ext/pdo/pdo_sql_parser.c | |
parent | 076bc75c01dd436814ae30960251c23caaa8136f (diff) | |
download | php-git-dd842e4bf4914cd8524ef99a8500ee22f2c0636d.tar.gz |
API support for scrollable cursors
Diffstat (limited to 'ext/pdo/pdo_sql_parser.c')
-rw-r--r-- | ext/pdo/pdo_sql_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/pdo_sql_parser.c b/ext/pdo/pdo_sql_parser.c index 5c4ee0ac06..26bdf21a2c 100644 --- a/ext/pdo/pdo_sql_parser.c +++ b/ext/pdo/pdo_sql_parser.c @@ -4,7 +4,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 | |