summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo_driver.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-02-20 15:07:29 +0000
committerMarcus Boerger <helly@php.net>2005-02-20 15:07:29 +0000
commitdcf89ff1978f1cac3aad192777c8481e7f8792bc (patch)
treecd23ddccdf7644f74000886e7c1d14ff563f5aa9 /ext/pdo/php_pdo_driver.h
parent5a2620349ee8ef934c6edbd57c08d45cfbc33800 (diff)
downloadphp-git-dcf89ff1978f1cac3aad192777c8481e7f8792bc.tar.gz
- Bump API
Diffstat (limited to 'ext/pdo/php_pdo_driver.h')
-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 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,