mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14565] Workaround for php 5.3.3
PHPBB3-14565
This commit is contained in:
@@ -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 ..
|
||||
|
Reference in New Issue
Block a user