History log of /PHP-5.5/ext/pdo/pdo_stmt.c (Results 251 – 275 of 282)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 04ccc013 20-May-2004 Wez Furlong

Add methods for error handling


# e7c72f84 20-May-2004 Wez Furlong

First cut at a "unified" error handling API. The main thing that is missing
currently is a switch in the dbh to indicate what to do with the errors.


# c98a99c2 19-May-2004 Ilia Alshanetsky

Added fetchAll and fetchSingle methods for data retrieval.


# 741e31bd 19-May-2004 Ilia Alshanetsky

Removed unused vars.


# 681ded13 19-May-2004 Sebastian Bergmann

ZTS fix.


# aecad9e3 18-May-2004 Ilia Alshanetsky

Fixed build.


# cb1239a3 18-May-2004 Ilia Alshanetsky

Allow static builds.


# f02fb4ad 18-May-2004 George Schlossnagle

should be a strcmp, not a strncmp, thanks, wez


# 8233053d 18-May-2004 George Schlossnagle

was leaking query_string's


# 5f4cfcb0 18-May-2004 George Schlossnagle

support the read-only property 'queryString'


# 2a9fa244 18-May-2004 Wez Furlong

Tweaks for win32


# a97e1a66 18-May-2004 George Schlossnagle

handle binding/quoting of queries for drivers with emulated prepares


1...<<1112