Cache 2008 ODBC issue with PHP 5.6
Hi All,
We are accessing the InterSystems`s cache database via UNIX ODBC and displaying the data in PHP website . Recently we have upgraded the PHP version to 5.6. We are getting the nondisplayable characters (�) for only strings. But the numbers and date fields are displaying correctly.
While querying the database via ISQL everything working fine (No Special characters).
I have looked around the internet and found the PHP 5.6 changed the default character to UTF-8.
For this issue anything, we can do from cache side.
Thanks in advance.
Discussion (2)0
Comments
Hi, Sansa!
What is the Caché installation type? 8-bit, or Unicode? You can find out it via $zv.
we installed both 8-bit and unicode .