From d7e5dfb2def27dd3e9ec03b31bac1f6b705c365a Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 3 Jul 2005 02:20:08 +0000 Subject: 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 --- ext/pdo_mysql/php_pdo_mysql.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pdo_mysql/php_pdo_mysql.h') 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 | -- cgit v1.2.1