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.
2 parents 68a51e3 + c03e111 commit 05023a2Copy full SHA for 05023a2
build/Makefile.global
@@ -149,6 +149,9 @@ prof-use:
149
if test ! -z "$(PHP)"; then \
150
echo Parse $< to generate $@;\
151
$(PHP) $(top_srcdir)/build/gen_stub.php $<; \
152
+ elif test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \
153
+ echo Parse $< to generate $@;\
154
+ $(PHP_EXECUTABLE) $(top_srcdir)/build/gen_stub.php $<; \
155
fi; \
156
fi;
157
0 commit comments