adambaratz

adambaratz

Contributor Directory

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.

Debugging PDO Prepared Statement Emulation

Author
Target
7.2
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

Yes
No
Yes
9 Votes (56%)
No
7 Votes (44%)

Debugging PDO Prepared Statement Emulation v2

Author
Target
7.2
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

Yes
No
Yes
7 Votes (88%)
No
1 Votes (13%)

Extended String Types For PDO

Author
Target
7.2
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

Yes
No
Yes
8 Votes (89%)
No
1 Votes (11%)

PDO Float Type

Author
The PDO extension does not have a type to represent floating point values.

Deprecate PDO::PARAM_NULL

Author
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.