diff options
| author | Marcus Boerger <helly@php.net> | 2005-10-02 20:36:02 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-10-02 20:36:02 +0000 |
| commit | b18ffb406e66a76c8f1710262cab8ad7771462e2 (patch) | |
| tree | f95c073e94c5a0397679453f5745628f7842956d /ext/pdo/php_pdo.h | |
| parent | 3e0c56aac26872198bd7098dda7ee7abbffae366 (diff) | |
| download | php-git-b18ffb406e66a76c8f1710262cab8ad7771462e2.tar.gz | |
- Simplify SPL checks for PDOException base
Diffstat (limited to 'ext/pdo/php_pdo.h')
| -rwxr-xr-x | ext/pdo/php_pdo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/php_pdo.h b/ext/pdo/php_pdo.h index 7f9b85ceb2..63499575c6 100755 --- a/ext/pdo/php_pdo.h +++ b/ext/pdo/php_pdo.h @@ -24,7 +24,7 @@ #include "zend.h" #if PHP_MAJOR_VERSION > 5 || (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 1) -#define can_handle_soft_dependency_on_SPL +#define can_handle_soft_dependency_on_SPL 1 #endif extern zend_module_entry pdo_module_entry; |
