summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2007-01-03 20:33:09 +0000
committerNuno Lopes <nlopess@php.net>2007-01-03 20:33:09 +0000
commit5861f56deabd5af3ae0580994d2d45faa94f2d57 (patch)
tree13cb496782fb67f1fceb06e11329be46b308da34
parent84f62f113335bc5d56973e06e902f77bf3531407 (diff)
downloadphp-git-5861f56deabd5af3ae0580994d2d45faa94f2d57.tar.gz
fix PDO_DRIVER_API
-rwxr-xr-xext/pdo/php_pdo_driver.h2
1 files changed, 1 insertions, 1 deletions
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,