vercel-community/php

`intl` is not installed

tomy0000000 opened this issue ยท 3 comments

Bug report

Description

I am trying to deploy a fork instance of Github Readme Streak Stats on vercel. After 2 or 3 hours of debugging, I came to this exception saying Class "Locale" not found. After some googling, it appears that the runtime does not ship the intl extension as README had indicated.

Is this a bug? or should I setup something to install it manually?

f3l1x commented

Hi @tomy0000000. It's a bug, I need to investigate it. Thank you.

f3l1x commented

Hi, can you try new versions? It should be fixed.

vercel-php@0.6.0 - PHP 8.2.x (https://example-php-8-2.vercel.app/)
vercel-php@0.5.3 - PHP 8.1.x (https://example-php-8-1.vercel.app/)
vercel-php@0.4.1 - PHP 8.0.x (https://example-php-8-0.vercel.app/)
vercel-php@0.3.3 - PHP 7.4.x (https://example-php-7-4.vercel.app/)

Thanks, tested with 0.6.0 and it's working great for me ๐Ÿ‘