mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
ksh is a pita
This commit is contained in:
parent
6e48ec45dd
commit
4b2c457288
@ -69,7 +69,7 @@ install-headers:
|
||||
|
||||
install-su: install-pear
|
||||
|
||||
PHP_TEST_SHARED_EXTENSIONS=`(if test ! -z "$(PHP_MODULES)"; then for i in $(PHP_MODULES); do . $$i ; echo -n "-d extension=$$dlname "; done; fi;)`
|
||||
PHP_TEST_SHARED_EXTENSIONS=`(if test ! -z "$(PHP_MODULES)"; then for i in "$(PHP_MODULES)"; do . $$i ; echo -n '-d extension=$$dlname '; done; fi;)`
|
||||
PHP_TEST_SETTINGS=-d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1'
|
||||
|
||||
test: all
|
||||
|
Loading…
Reference in New Issue
Block a user