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