summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/pdo_mysql.c
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/pdo_mysql.c
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/pdo_mysql.c')
-rwxr-xr-xext/pdo_mysql/pdo_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/pdo_mysql.c b/ext/pdo_mysql/pdo_mysql.c
index d42c13f72d..136b2dbe35 100755
--- a/ext/pdo_mysql/pdo_mysql.c
+++ b/ext/pdo_mysql/pdo_mysql.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 |