stable
Clone or download
Read-only
request #9202: have a development environment with PHP 5.6
This should be mostly transparent. If you want to run a php 5.6 environment, you should run: $> make start-php56 The current configuration is far from perfect but should allow to identify parts that are not well covered by the nginx/php 5.6/fpm environment before prime time. Change-Id: Id1b99f0f542a5657e25dc09e8d534ffe2ccfcf10
Modified Files
Name | ||||
---|---|---|---|---|
M | Makefile | +4 | −0 | Go to diff View file |
A | docker-compose-php56.yml | +2 | −0 | Go to diff View file |
M | src/etc/fpm.conf.dist | +9 | −0 | Go to diff View file |
A | src/etc/nginx18/plugin.conf.tmpl | +12 | −0 | Go to diff View file |
A | src/etc/nginx18/tuleap.conf | +58 | −0 | Go to diff View file |
A | tools/utils/php56/README.mkd | +16 | −0 | Go to diff View file |
A | tools/utils/php56/run.sh | +25 | −0 | Go to diff View file |