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 52bae8a commit aff75ffCopy full SHA for aff75ff
config.m4
@@ -38,7 +38,7 @@ dnl Check for igbinary
38
elif test -f "$phpincludedir/ext/igbinary/igbinary.h"; then
39
igbinary_inc_path="$phpincludedir"
40
else
41
- for i in php php4 php5 php6 php7; do
+ for i in php php7; do
42
if test -f "$prefix/include/$i/ext/igbinary/igbinary.h"; then
43
igbinary_inc_path="$prefix/include/$i"
44
fi
@@ -117,7 +117,7 @@ dnl Check for msgpack
117
elif test -f "$phpincludedir/ext/msgpack/php_msgpack.h"; then
118
msgpack_inc_path="$phpincludedir"
119
120
121
if test -f "$prefix/include/$i/ext/msgpack/php_msgpack.h"; then
122
msgpack_inc_path="$prefix/include/$i"
123
0 commit comments