This commit is contained in:
		
							parent
							
								
									c740329c99
								
							
						
					
					
						commit
						4de583b57e
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -82,10 +82,10 @@ echo "extension=mongodb.so" >> /opt/techs/php-$VERSION/etc/conf.d/extensions.ini
 | 
			
		|||
# Not supported yet
 | 
			
		||||
# https://github.com/Imagick/imagick/issues/358
 | 
			
		||||
# We ignore PHP 8.3.2 until it's fixed
 | 
			
		||||
if [ "$VERSION" != "8.3.2" -a "$VERSION" != "8.3.6" -a "$VERSION" != "8.3.9" -a "$VERSION" != "8.3.12" ]; then
 | 
			
		||||
	echo "no" | /opt/techs/php-$VERSION/bin/pecl install imagick
 | 
			
		||||
	echo "extension=imagick.so" >> /opt/techs/php-$VERSION/etc/conf.d/extensions.ini
 | 
			
		||||
fi
 | 
			
		||||
# if [ "$VERSION" != "8.3.2" -a "$VERSION" != "8.3.6" -a "$VERSION" != "8.3.9" -a "$VERSION" != "8.3.12" ]; then
 | 
			
		||||
# 	echo "no" | /opt/techs/php-$VERSION/bin/pecl install imagick
 | 
			
		||||
# 	echo "extension=imagick.so" >> /opt/techs/php-$VERSION/etc/conf.d/extensions.ini
 | 
			
		||||
# fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
ln -s /srv/conf/php-fpm/php.ini /opt/techs/php-$VERSION/etc/conf.d/99-app.ini
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue