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/php_pdo_int.h | |
| parent | 076bc75c01dd436814ae30960251c23caaa8136f (diff) | |
| download | php-git-dd842e4bf4914cd8524ef99a8500ee22f2c0636d.tar.gz | |
API support for scrollable cursors
Diffstat (limited to 'ext/pdo/php_pdo_int.h')
| -rwxr-xr-x | ext/pdo/php_pdo_int.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/php_pdo_int.h b/ext/pdo/php_pdo_int.h index 3db761e6c6..68cb8a33a4 100755 --- a/ext/pdo/php_pdo_int.h +++ b/ext/pdo/php_pdo_int.h @@ -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        |  | 
