diff options
| author | Nuno Lopes <nlopess@php.net> | 2007-01-03 20:33:09 +0000 |
|---|---|---|
| committer | Nuno Lopes <nlopess@php.net> | 2007-01-03 20:33:09 +0000 |
| commit | 5861f56deabd5af3ae0580994d2d45faa94f2d57 (patch) | |
| tree | 13cb496782fb67f1fceb06e11329be46b308da34 | |
| parent | 84f62f113335bc5d56973e06e902f77bf3531407 (diff) | |
| download | php-git-5861f56deabd5af3ae0580994d2d45faa94f2d57.tar.gz | |
fix PDO_DRIVER_API
| -rwxr-xr-x | ext/pdo/php_pdo_driver.h | 2 |
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, |
