scrutinizer-ci / scrutinizer

Legacy repository - archives past feature requests/bug reports
https://scrutinizer-ci.com/docs
140 stars 36 forks source link

IntlCalendar and IntlTimeZone are unknown #379

Open SenseException opened 8 years ago

SenseException commented 8 years ago

Even when Scrutinizer knows some of the PHP Intl-extension classes, it misses IntlCalendar and IntlTimeZone:

"The class IntlTimeZone does not exist. Is this class maybe located in a folder that is not analyzed, or in a newer version of your dependencies than listed in your composer.lock/composer.json?"

"The class IntlCalendar does not exist. Is this class maybe located in a folder that is not analyzed, or in a newer version of your dependencies than listed in your composer.lock/composer.json?"

Both classes came with the Intl version shipped with PHP 5.5, which is the fallback PHP version in Scrutinizer.

SenseException commented 6 years ago

Still an issue.