Edit

IABSD.fr/ports/www/composer/files

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2017-02-02 13:58:09
    Hash : 4bdc1302
    Message : Set memory_limit=-1 in the wrapper script for composer CLI. Requested by Leo Unglaub.

  • composer
  • #!/bin/sh
    exec ${MODPHP_BIN} \
    	-d memory_limit=-1 \
    	-d allow_url_fopen=1 \
    	-d suhosin.executor.include.whitelist=phar \
    	${TRUEPREFIX}/libexec/composer.phar "$@"