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 c118423 commit 55d57a3Copy full SHA for 55d57a3
config.m4
@@ -168,6 +168,8 @@ if test "$PHP_MEMCACHED" != "no"; then
168
igbinary_inc_path="$abs_srcdir"
169
elif test -f "$phpincludedir/ext/session/igbinary.h"; then
170
igbinary_inc_path="$phpincludedir"
171
+ elif test -f "$phpincludedir/ext/igbinary/igbinary.h"; then
172
+ igbinary_inc_path="$phpincludedir"
173
else
174
for i in php php4 php5 php6; do
175
if test -f "$prefix/include/$i/ext/igbinary/igbinary.h"; then
0 commit comments