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 e11d3b1 commit 75b01c7Copy full SHA for 75b01c7
build/Makefile.global
@@ -146,9 +146,11 @@ prof-use:
146
%_arginfo.h: %.stub.php
147
@if test -e "$(top_srcdir)/build/gen_stub.php"; then \
148
if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \
149
+ echo Parse $< to generate $@;\
150
$(PHP_EXECUTABLE) $(top_srcdir)/build/gen_stub.php $<; \
151
elif type php >/dev/null 2>/dev/null; then \
152
if test `php -v | head -n1 | cut -d" " -f 2 | sed "s/$$/\n7.0.99/" | sort -rV | head -n1` != "7.0.99"; then \
153
154
php $(top_srcdir)/build/gen_stub.php $<; \
155
fi; \
156
0 commit comments