Hi
I have a PHP static site builder (Jigsaw) and everything works fine.
Today I added a call to the Transliterator::transliterate() method and got the following error during my deply:
PHP Fatal error: Uncaught Error: Class 'Transliterator' not found in /opt/build/repo/listeners/GenerateIndex.php:36
How can I make Netlify pull in that core PHP class during my deploy?
My local builds run just fine.
I already have my PHP_VERSION set to 7.2 and the Transliterator class has been part of core since PHP 7.0.
Thanks
Eric