mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/14565] Workaround for php 5.3.3
PHPBB3-14565
This commit is contained in:
parent
9a5f420ce8
commit
00dcbb3992
1 changed files with 5 additions and 0 deletions
|
@ -37,5 +37,10 @@ then
|
|||
fi
|
||||
|
||||
cd phpBB
|
||||
if [ `php -r "echo (int) version_compare(PHP_VERSION, '5.3.4', '<');"` == "1" ]
|
||||
then
|
||||
php ../composer.phar config disable-tls true
|
||||
fi
|
||||
php ../composer.phar install --dev --no-interaction
|
||||
|
||||
cd ..
|
||||
|
|
Loading…
Add table
Reference in a new issue