You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you encounter issues with char fields containing characters outside the invariant character set (for example: "ü") please see : https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014094907
53
+
For PHP applications using the UTF8 locale the workaround to prevent the extra garbage data is to set the following connection string keyword:
54
+
DEBUG = 65536
55
+
52
56
#### Option 1: Configure DB2 using ``app/config/database.php`` file
53
57
54
58
Simply add this code at the end of your ``app/config/database.php`` file:
0 commit comments