summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-8/+10
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Get rid of useless function callsRasmus Lerdorf2006-06-071-2/+0
|
* - MFHMarcus Boerger2006-05-111-5/+8
| | | | | | | | . Fix iterator based access . Add new attribute ATTR_DEFAULT_FETCH_MODE: $bdh->setAttribute() . Add new fetch mode: FETCH_PROPS_LATE, this fills object member variables after calling the constructor (fixes #36428).
* bump year and license versionfoobar2006-01-011-3/+3
|
* - MFH PDOException baseMarcus Boerger2005-10-021-0/+4
|
* Allow compilation with PHP 5.0.xWez Furlong2005-10-011-8/+5
| | | | | Closes PECL #5514
* MFH: Allow overloading of PDO constructor.Ilia Alshanetsky2005-09-201-0/+7
|
* MFH: Make PDO use class constantsIlia Alshanetsky2005-09-201-0/+12
|
* SimplifyEdin Kadribasic2005-02-131-1/+1
|
* Allow pdo to be statically compiled in, while modules remain dynamicEdin Kadribasic2005-02-131-1/+1
|
* API support for scrollable cursorsWez Furlong2005-01-121-1/+1
|
* fix buildMarcus Boerger2004-09-261-0/+2
|
* Tweaks for win32Wez Furlong2004-05-181-1/+0
|
* handle binding/quoting of queries for drivers with emulated preparesGeorge Schlossnagle2004-05-181-0/+1
|
* Hello PDO.Wez Furlong2004-05-171-0/+69
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.