summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2014-05-05 18:09:15 +0800
committerXinchen Hui <laruence@php.net>2014-05-05 18:09:15 +0800
commitc73c6526ef4d61881f53f5914398f58a35d1c62f (patch)
treee7b53a75b3319d0fe68749796fec249f693fd7c2 /ext/pdo/php_pdo.h
parent39c521c05693f3fdac5402e05750f33c98e74e9a (diff)
downloadphp-git-c73c6526ef4d61881f53f5914398f58a35d1c62f.tar.gz
clean up
Diffstat (limited to 'ext/pdo/php_pdo.h')
-rw-r--r--ext/pdo/php_pdo.h4
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