From 5861f56deabd5af3ae0580994d2d45faa94f2d57 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 3 Jan 2007 20:33:09 +0000 Subject: [PATCH] fix PDO_DRIVER_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 155ae98b9c..4685b0b403 100755 --- a/ext/pdo/php_pdo_driver.h +++ b/ext/pdo/php_pdo_driver.h @@ -45,7 +45,7 @@ PDO_API char *php_pdo_int64_to_str(pdo_int64_t i64 TSRMLS_DC); # define FALSE 0 #endif -#define PDO_DRIVER_API 20071209 +#define PDO_DRIVER_API 20061209 enum pdo_param_type { PDO_PARAM_NULL, -- 2.50.1