History log of /PHP-5.5/ext/pdo/pdo.c (Results 101 – 119 of 119)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PRE_NEW_VM_GEN_PATCH
# 32a04652 26-Sep-2004 Marcus Boerger

- Fix warning


Revision tags: php-5.0.2
# 7937f0a2 23-Sep-2004 Wez Furlong

Implement persistent connections
$dbh->exec --> $dbh->query


Revision tags: php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1
# 0d002664 19-Jul-2004 Wez Furlong

Implement empty-string-to-null conversion option for oracle compat.
This can be enabled using:
$dbh->setAttribute(PDO_ATTR_ORACLE_NULLS, true);


Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8
# 905fbfd8 12-Jul-2004 Ilia Alshanetsky

Added missing constant and correct bound column retrieval. When bound
columns are specified only return status (TRUE/FALSE) indicator.


# e48d1272 15-Jun-2004 Ard Biesheuvel

Revert (at Wez's request)


# cb4612c7 13-Jun-2004 Ard Biesheuvel

Added double param type


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1
# 7a87af33 25-May-2004 Wez Furlong

Some definitions for cursors.
Define a mechanism for driver-specific attributes.
Use a refcount for the stmt structure.


Revision tags: php-4.3.7RC1, RELEASE_0_1_1
# 758b7f1a 21-May-2004 Wez Furlong

Bump the version number


# 597124e1 21-May-2004 Wez Furlong

Update package/module


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


# 5023a7c6 20-May-2004 Wez Furlong

Enable setting the different error modes via PDO::setAttribute()


# 42a2b22a 20-May-2004 Ilia Alshanetsky

Added missing user-land constants.


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


# 676dfcf5 19-May-2004 Ilia Alshanetsky

Timeout stuff.


# 12999721 19-May-2004 George Schlossnagle

exec() now returns row count


# 5a4c3234 19-May-2004 Ilia Alshanetsky

Skip spaces between connection params.


# c4ca0f33 18-May-2004 Wez Furlong

Give user a nice message when PDO isn't initialized prior to a driver.


# 684be9cf 17-May-2004 Wez Furlong

Hello PDO.

Still more to come. Give it a couple of days before starting to write drivers
for the other databases; a few things might change, so I'd like to coordinate
that, but in a

Hello PDO.

Still more to come. Give it a couple of days before starting to write drivers
for the other databases; a few things might change, so I'd like to coordinate
that, but in a couple of days.

show more ...


12345