0
/usr/local/bin/php54-cli -d memory_limit=-1 && disable_functions=""  composer.phar create-project kunstmaan/bundles-standard-edition admin

I'm trying to run composer with multiple parameters:

-d memory_limit=-1 && disable_functions= 

This is not correct way because I get running script in background

1
  • Not a really challenging question, but why downvote? Commented Aug 26, 2015 at 13:48

1 Answer 1

2

Use define multiple times:

-bash-4.1$ /usr/local/bin/php54-cli -d memory_limit=-1 -d disable_functions=""  composer.phar create-project kunstmaan/bundles-standard-edition admin
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.