Skip to content

Commit 55d57a3

Browse files
committed
Fixed bug #59956 (Additional path to search for igbinary.h)
1 parent c118423 commit 55d57a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: config.m4

+2
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ if test "$PHP_MEMCACHED" != "no"; then
168168
igbinary_inc_path="$abs_srcdir"
169169
elif test -f "$phpincludedir/ext/session/igbinary.h"; then
170170
igbinary_inc_path="$phpincludedir"
171+
elif test -f "$phpincludedir/ext/igbinary/igbinary.h"; then
172+
igbinary_inc_path="$phpincludedir"
171173
else
172174
for i in php php4 php5 php6; do
173175
if test -f "$prefix/include/$i/ext/igbinary/igbinary.h"; then

0 commit comments

Comments
 (0)