RFCs
Language and policy proposals from this contributor
RFCs are part of the process by which decisions are made about PHP. For more information about the RFC
process as well as viewing a full list of RFCs please visit the
RFC section.
PDO is built on the concept of prepared statements. It expects individual database drivers to manage statement execution, but also allows prepared statements to...
Debugging PDO Prepared Statement Emulation
I previously submitted an RFC which was accepted and implemented. I had second thoughts about the implementation and would like to replace it with the approach ...
Debugging PDO Prepared Statement Emulation v2
The national character type was introduced in SQL-92 (section 4.2.1). It's an open-ended type. The spec indicates that its meaning is defined by the implementat...
extended-string-types-for-pdo
The PDO extension does not have a type to represent floating point values.
PDO defines a NULL type, but this concept is not part of the SQL standard. Types are nullable, but there is no type that can only have that value.