mirror of
https://github.com/php/php-src.git
synced 2024-12-02 06:13:40 +08:00
- Use -n only for current built PHP
This commit is contained in:
parent
350824478b
commit
e8609b5199
@ -4,10 +4,10 @@ $(srcdir)/phar_path_check.c: $(srcdir)/phar_path_check.re
|
||||
|
||||
pharcmd: $(builddir)/phar.php $(builddir)/phar.phar
|
||||
|
||||
PHP_PHARCMD_SETTINGS = -n -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0
|
||||
PHP_PHARCMD_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0
|
||||
PHP_PHARCMD_EXECUTABLE = ` \
|
||||
if test -x "$(top_builddir)/$(SAPI_CLI_PATH)"; then \
|
||||
$(top_srcdir)/build/shtool echo -n -- "$(top_builddir)/$(SAPI_CLI_PATH)"; \
|
||||
$(top_srcdir)/build/shtool echo -n -- "$(top_builddir)/$(SAPI_CLI_PATH) -n"; \
|
||||
if test "x$(PHP_MODULES)" != "x"; then \
|
||||
$(top_srcdir)/build/shtool echo -n -- " -d extension_dir=$(top_builddir)/modules"; \
|
||||
for i in bz2 zlib phar; do \
|
||||
|
Loading…
Reference in New Issue
Block a user