Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

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

The Note You're Voting On

knl at bitflop dot com
16 years ago
I spend a lot of time trying to get this to work, but no matter what I did PDO corrupted my data.

I finally discovered that I had been using:

$pdo->exec('SET CHARACTER SET utf8');

in the TRY part of my connection script.

This off course doesn't work when you feed binary input to PDO using the parameter lob.

<< Back to user notes page

To Top