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 7a41156 commit 3021ce6Copy full SHA for 3021ce6
build/Makefile.global
@@ -118,6 +118,7 @@ clean:
118
rm -f libphp.la $(SAPI_CLI_PATH) $(SAPI_CGI_PATH) $(SAPI_LITESPEED_PATH) $(SAPI_FPM_PATH) $(OVERALL_TARGET) modules/* libs/*
119
rm -f ext/opcache/jit/zend_jit_x86.c
120
rm -f ext/opcache/jit/zend_jit_arm64.c
121
+ rm -f ext/opcache/minilua
122
123
distclean: clean
124
rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h main/internal_functions_cli.c main/internal_functions.c Zend/zend_dtrace_gen.h Zend/zend_dtrace_gen.h.bak Zend/zend_config.h
0 commit comments