From dcf89ff1978f1cac3aad192777c8481e7f8792bc Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 20 Feb 2005 15:07:29 +0000 Subject: [PATCH] - Bump API --- ext/pdo/php_pdo_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h index 6d3c4274b4..c46bff5f90 100755 --- a/ext/pdo/php_pdo_driver.h +++ b/ext/pdo/php_pdo_driver.h @@ -35,7 +35,7 @@ struct pdo_bound_param_data; # define FALSE 0 #endif -#define PDO_DRIVER_API 20050214 +#define PDO_DRIVER_API 20050220 enum pdo_param_type { PDO_PARAM_NULL, -- 2.50.1