diff options
author | Xinchen Hui <laruence@php.net> | 2014-05-05 18:09:15 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2014-05-05 18:09:15 +0800 |
commit | c73c6526ef4d61881f53f5914398f58a35d1c62f (patch) | |
tree | e7b53a75b3319d0fe68749796fec249f693fd7c2 /ext/pdo/php_pdo.h | |
parent | 39c521c05693f3fdac5402e05750f33c98e74e9a (diff) | |
download | php-git-c73c6526ef4d61881f53f5914398f58a35d1c62f.tar.gz |
clean up
Diffstat (limited to 'ext/pdo/php_pdo.h')
-rw-r--r-- | ext/pdo/php_pdo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/pdo/php_pdo.h b/ext/pdo/php_pdo.h index 0b8bf6dfa9..0de6743ad4 100644 --- a/ext/pdo/php_pdo.h +++ b/ext/pdo/php_pdo.h @@ -23,10 +23,6 @@ #include "zend.h" -#if PHP_MAJOR_VERSION > 5 || (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 1) -#define can_handle_soft_dependency_on_SPL 1 -#endif - extern zend_module_entry pdo_module_entry; #define phpext_pdo_ptr &pdo_module_entry |