Skip to content

Commit 9f04123

Browse files
authored
Update README.md
1 parent 0b60681 commit 9f04123

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Please check appropriate specific DSN parameters for your connection.
4949
For instance here are the ODBC keywords for IBMi
5050
https://www.ibm.com/support/knowledgecenter/fr/ssw_ibm_i_73/rzaik/connectkeywords.htm
5151

52+
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+
5256
#### Option 1: Configure DB2 using ``app/config/database.php`` file
5357

5458
Simply add this code at the end of your ``app/config/database.php`` file:

0 commit comments

Comments
 (0)