I'm studying SQLITE3 and PHP and checking an example of the PHP Manual appeared the following error:
Fatal error: Call to undefined function transliterator_transliterate()
Example: link
I installed PEAR in Wamp but the error continues to appear.
Intl and sqlit3 extensions are enabled in php.ini
Thank you.