From: Nuno Lopes Date: Wed, 3 Jan 2007 20:33:09 +0000 (+0000) Subject: fix PDO_DRIVER_API X-Git-Tag: RELEASE_1_0_0RC1~413 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5861f56deabd5af3ae0580994d2d45faa94f2d57;p=php fix PDO_DRIVER_API --- 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,