Skip to content

Commit de343f2

Browse files
committed
Don't load arginfo for pre-8.5 for now
1 parent 9b038cb commit de343f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pdo_ibm.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
#include "php_pdo_ibm.h"
3131
#include "php_pdo_ibm_int.h"
3232

33-
#if PHP_MAJOR_VERSION >= 8
33+
/* The class constants are only useful on 8,4/8.5+ */
34+
#if PHP_VERSION_ID >= 80500
3435
#include "pdo_ibm_arginfo.h"
3536
#endif
3637

0 commit comments

Comments
 (0)