PHP 8.5.0 Alpha 4 available for testing

Voting

: max(two, one)?
(Example: nine)

The Note You're Voting On

http://matts.org/
15 years ago
A big gotcha exists for Oracle users.

You have to save CLOB objects using PDO::PARAM_STR, not PDO::PARAM_LOB.

But you MUST send the 4th argument, usually strlen($subject) or you get a LONG error.

<< Back to user notes page

To Top