Skip to content

Commit 735c579

Browse files
committed
SPL is always there
1 parent f2dd28a commit 735c579

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ext/php_driver.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,8 @@ typedef int pid_t;
4646
# error PHP 5.6.0 or later is required in order to build the driver
4747
#endif
4848

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
49+
#include <ext/spl/spl_iterators.h>
50+
#include <ext/spl/spl_exceptions.h>
5551

5652
#include "version.h"
5753

0 commit comments

Comments
 (0)