We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2dd28a commit 735c579Copy full SHA for 735c579
ext/php_driver.h
@@ -46,12 +46,8 @@ typedef int pid_t;
46
# error PHP 5.6.0 or later is required in order to build the driver
47
#endif
48
49
-#if HAVE_SPL
50
-# include <ext/spl/spl_iterators.h>
51
-# include <ext/spl/spl_exceptions.h>
52
-#else
53
-# error SPL must be enabled in order to build the driver
54
-#endif
+#include <ext/spl/spl_iterators.h>
+#include <ext/spl/spl_exceptions.h>
55
56
#include "version.h"
57
0 commit comments