Fix PHP 8 build
This commit is contained in:
		
							parent
							
								
									75106f217b
								
							
						
					
					
						commit
						63d5507a91
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -73,7 +73,7 @@ RUN build_php.sh 7.4.15
 | 
			
		|||
## PHP 8
 | 
			
		||||
 | 
			
		||||
# 2021/02
 | 
			
		||||
ADD build_php8.sh /usr/local/bin/build_php.sh
 | 
			
		||||
ADD build_php8.sh /usr/local/bin/build_php8.sh
 | 
			
		||||
RUN build_php8.sh 8.0.3
 | 
			
		||||
 | 
			
		||||
## Ruby
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -67,11 +67,11 @@ curl -s https://getcomposer.org/installer | ./php -d allow_url_fopen=On
 | 
			
		|||
cd -
 | 
			
		||||
 | 
			
		||||
echo "no" | /opt/techs/php-$VERSION/bin/pecl install redis
 | 
			
		||||
echo "no" | /opt/techs/php-$VERSION/bin/pecl install imagick
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
echo "zend_extension=opcache.so" > /opt/techs/php-$VERSION/etc/conf.d/extensions.ini
 | 
			
		||||
echo "extension=redis.so" >> /opt/techs/php-$VERSION/etc/conf.d/extensions.ini
 | 
			
		||||
# Not supported yet
 | 
			
		||||
# https://github.com/Imagick/imagick/issues/358
 | 
			
		||||
# echo "no" | /opt/techs/php-$VERSION/bin/pecl install imagick
 | 
			
		||||
# echo "extension=imagick.so" >> /opt/techs/php-$VERSION/etc/conf.d/extensions.ini
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue