2
I am 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: http://php.net/manual/en/class.sqlite3.php
I installed PEAR on Wamp but the error keeps appearing.
Intl and sqlit3 extensions are enabled in php.ini
Thank you.
This mistake does not nothing with sqllite.
– rray
Have you checked if those DLL’s are in the ext folder?
– rray
I looked and are in the ext folder the Dlls came to replace by other versions of PHP but did not work, because PHP gave error.
– Arthur