PHP 8.5.0 Beta 1 available for testing

Voting

: max(zero, six)?
(Example: nine)

The Note You're Voting On

michal at durys dot pl
12 years ago
If you're using FreeTDS driver and you want to use "charset" parameter then you may have to edit freetds.conf (e.g. /etc/freetds/freetds.conf) and force connection using at least version 7.0 of the protocol.

tds version = 7.0

Charset parameter accepts all encodings supported by iconv (execute iconv --list to show all encodings).

<< Back to user notes page

To Top