summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo_driver.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-01-27 09:22:07 -0800
committerStanislav Malyshev <stas@php.net>2015-01-27 09:22:20 -0800
commit0290571ccfb3a440599ca009e97f2879bb1d09f0 (patch)
treed19ea662cdd7c3a441efc7cdd1a0745b95016ac1 /ext/pdo/php_pdo_driver.h
parent95142d901568963b3f9d0cf0d9782021bd83f35f (diff)
downloadphp-git-0290571ccfb3a440599ca009e97f2879bb1d09f0.tar.gz
bump the API no
Diffstat (limited to 'ext/pdo/php_pdo_driver.h')
-rw-r--r--ext/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 e43bedd399..899208eb22 100644
--- a/ext/pdo/php_pdo_driver.h
+++ b/ext/pdo/php_pdo_driver.h
@@ -46,7 +46,7 @@ PDO_API char *php_pdo_int64_to_str(pdo_int64_t i64);
# define FALSE 0
#endif
-#define PDO_DRIVER_API 20080721
+#define PDO_DRIVER_API 20150127
enum pdo_param_type {
PDO_PARAM_NULL,