#
41b639ff |
| 09-Jul-2004 |
Ilia Alshanetsky |
Fixed function proto. |
#
2ba792cd |
| 05-Jul-2004 |
Ilia Alshanetsky |
Don't use alloca() where it can reached by the users. |
#
f9139589 |
| 15-Jun-2004 |
Ard Biesheuvel |
Un-revert param index fix |
#
e48d1272 |
| 15-Jun-2004 |
Ard Biesheuvel |
Revert (at Wez's request) |
#
1d7a4ed4 |
| 13-Jun-2004 |
Ard Biesheuvel |
Report param binding error |
#
50ac5db2 |
| 12-Jun-2004 |
Ard Biesheuvel |
Added double param type Added param struct initialiser Reversed param parsing order (long <=> string) |
Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1 |
|
#
d2a8d5a8 |
| 25-May-2004 |
Wez Furlong |
get/set attributes for statements |
#
7a87af33 |
| 25-May-2004 |
Wez Furlong |
Some definitions for cursors. Define a mechanism for driver-specific attributes. Use a refcount for the stmt structure. |
#
cf75eb8a |
| 25-May-2004 |
Ilia Alshanetsky |
Cleanup. |
#
402de24f |
| 25-May-2004 |
Ilia Alshanetsky |
One more leak down. |
#
b7ecaca1 |
| 25-May-2004 |
Ilia Alshanetsky |
More leak fixes. |
#
0c762dff |
| 25-May-2004 |
Ilia Alshanetsky |
More possible leak fixes (Thanks Tony). |
#
9280b88a |
| 25-May-2004 |
Ilia Alshanetsky |
One more memory leak. |
#
d782abf4 |
| 25-May-2004 |
Ilia Alshanetsky |
More leak fixes. |
Revision tags: php-4.3.7RC1, RELEASE_0_1_1 |
|
#
4d01a5c2 |
| 21-May-2004 |
George Schlossnagle |
ok, apprently we _don't_ want to count the nulls. |
#
1ee89e1b |
| 21-May-2004 |
George Schlossnagle |
remove debugging |
#
518cf77f |
| 21-May-2004 |
George Schlossnagle |
fix fubar'd emulated bindings |
#
d8d7dd7e |
| 21-May-2004 |
Wez Furlong |
Allow lazy fetch to work with numeric offsets. Fix named parameters... |
#
8f5b2126 |
| 21-May-2004 |
Wez Furlong |
store the name length in the same manner as it is stored in zvals |
#
ed83c5be |
| 21-May-2004 |
Wez Furlong |
Tidy up placeholder flags |
#
bf48daa8 |
| 21-May-2004 |
Wez Furlong |
Version 1 of PDO_FETCH_LAZY |
#
f0a001a9 |
| 20-May-2004 |
Wez Furlong |
Implement case folding of column names as a portability option. |
#
e0ac3f66 |
| 20-May-2004 |
Wez Furlong |
Implement PDO_FETCH_OBJ # todo (after initial release) - specify a particular class, reuse existing # objects etc. |
#
e155ad20 |
| 20-May-2004 |
George Schlossnagle |
sigh... need to include the null byte in hash keys |
#
d16625b8 |
| 20-May-2004 |
George Schlossnagle |
Support ? as a bind in emulated prepares Throw informative error when pdo_parse_param fails |