summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/php_pdo_mysql.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-07-03 02:20:08 +0000
committerWez Furlong <wez@php.net>2005-07-03 02:20:08 +0000
commitd7e5dfb2def27dd3e9ec03b31bac1f6b705c365a (patch)
tree8f1acaa6df7e599ee56934ce04518ae1d6ca3b53 /ext/pdo_mysql/php_pdo_mysql.h
parent6649a16c3dc31c5cb0d7edbdc3ca48a5d541fc60 (diff)
downloadphp-git-d7e5dfb2def27dd3e9ec03b31bac1f6b705c365a.tar.gz
Enable native mysql 4.1.x prepared statement support
# the hardest part was installing 4.1.x on a gentoo box over a 56k modem
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql.h')
-rwxr-xr-xext/pdo_mysql/php_pdo_mysql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/php_pdo_mysql.h b/ext/pdo_mysql/php_pdo_mysql.h
index 1fed28bd5e..0c71d47500 100755
--- a/ext/pdo_mysql/php_pdo_mysql.h
+++ b/ext/pdo_mysql/php_pdo_mysql.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 |