mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
- Fix issue with broken shells
# I truly hate Solaris..
This commit is contained in:
parent
b6c96790ba
commit
498fbd90f6
@ -69,8 +69,8 @@ install-headers:
|
||||
|
||||
PHP_TEST_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1'
|
||||
PHP_TEST_SHARED_EXTENSIONS = ` \
|
||||
if test "$(PHP_MODULES)"; then \
|
||||
for i in $(PHP_MODULES); do \
|
||||
if test "x$(PHP_MODULES)" != "x"; then \
|
||||
for i in $(PHP_MODULES)""; do \
|
||||
. $$i; $(top_srcdir)/build/shtool echo -n -- " -d extension=$$dlname"; \
|
||||
done; \
|
||||
fi`
|
||||
|
Loading…
Reference in New Issue
Block a user