diff options
| author | Wez Furlong <wez@php.net> | 2006-10-11 02:10:56 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2006-10-11 02:10:56 +0000 |
| commit | 391ed04adb229c1eb87fb2928c9d56024ccab10e (patch) | |
| tree | 3910f9557ea932312e441fd242c5dbfcc88b93bc /ext/pdo_odbc/odbc_driver.c | |
| parent | ea2d32381ddc872f6cee843675fd3c49a3cb9c0d (diff) | |
| download | php-git-391ed04adb229c1eb87fb2928c9d56024ccab10e.tar.gz | |
Fix for PECL bug #8944. Could also be the same problem as pecl #7775.
Diffstat (limited to 'ext/pdo_odbc/odbc_driver.c')
| -rwxr-xr-x | ext/pdo_odbc/odbc_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_odbc/odbc_driver.c b/ext/pdo_odbc/odbc_driver.c index 5585cecf38..1f0114156e 100755 --- a/ext/pdo_odbc/odbc_driver.c +++ b/ext/pdo_odbc/odbc_driver.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2005 The PHP Group | + | Copyright (c) 1997-2006 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 | |
