summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo_driver.h
Commit message (Expand)AuthorAgeFilesLines
* MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,Johannes Schlüter2008-07-211-2/+7
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH:- Fixed bug #43365 (Several enums have trailing commas)Jani Taskinen2007-11-261-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: syncJani Taskinen2007-07-231-2/+2
* [DOC] Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result setIlia Alshanetsky2007-05-161-0/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-09-281-1/+1
* MFHAntony Dovgal2006-09-281-1/+1
* - MFHMarcus Boerger2006-05-111-3/+10
* Add "ATTR_EMULATE_PREPARES" general attribute to replace the customWez Furlong2006-04-091-1/+2
* The fix for #35332 caused #35671 (and thus PECL #6504).Wez Furlong2006-03-271-2/+3
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* API for connection dependent objects to add/del refs to dbh's.Wez Furlong2005-11-281-1/+4
* improve test portability.Wez Furlong2005-10-311-1/+5
* MFH: commit forgotten partAntony Dovgal2005-10-271-0/+10
* use correct enum type for the argAntony Dovgal2005-10-251-1/+1
* Fix Bug #34687; error information from query() not passed backWez Furlong2005-10-021-2/+8
* - Add PDO::setAttribute(PDO::ATTR_STATEMENT_CLASS)Marcus Boerger2005-10-021-0/+4
* Declare functions used by driver as PDO_API in php_pdo_driver.hEdin Kadribasic2005-09-241-0/+3
* Proper handling for databases that need to pre-calculate length of largeIlia Alshanetsky2005-07-201-0/+1
* expand oracle null handling compatability by offering the ability to convertWez Furlong2005-07-121-4/+11
* Added:Wez Furlong2005-07-091-1/+8
* Fix Bug #33111Wez Furlong2005-07-081-3/+3
* add a bit of a hack to cater for pgsql prepared statements.Wez Furlong2005-07-081-0/+4
* Add a PDO_ATTR_STRINGIFY_FETCHES attribute, which is used to convert integer orWez Furlong2005-07-081-2/+6
* add an attribute for returning the driver nameWez Furlong2005-07-071-1/+4
* Add PDO_FETCH_NAMED; closes PECL #4641 by providing a way to access columnsWez Furlong2005-07-031-19/+4
* Fix a dumb bug that would effecively ignore persistent connections and create aWez Furlong2005-06-101-2/+8
* Various compiler warning fixes.Ilia Alshanetsky2005-05-181-5/+5
* - Reserve some bits for flagsMarcus Boerger2005-02-281-3/+4
* - Add some fetch column related capailitiesMarcus Boerger2005-02-271-1/+2
* Alan: moved your fields away, but reserved you a pointer.Wez Furlong2005-02-261-7/+15
* - Revert signature of PDO:prepare()Marcus Boerger2005-02-221-0/+1
* - Allow to derive PDOStatementMarcus Boerger2005-02-221-2/+21
* - Add fetch flag PDO_FETCH_CLASSTYPEMarcus Boerger2005-02-201-0/+1
* - Bump APIMarcus Boerger2005-02-201-1/+1
* - Fix memleak and optimize PDO_FETCH_CLASSMarcus Boerger2005-02-201-0/+3
* - Add fetch mode PDO_FETCH_UNIQUEMarcus Boerger2005-02-191-0/+1
* - Add PDO_FETCH_GROUP to fetchAll()Marcus Boerger2005-02-191-0/+3
* experimental hooks for alan.Wez Furlong2005-02-141-1/+6
* implement mapping of :name to ? parameters for drivers that only support ?Wez Furlong2005-02-131-1/+3
* fix typoWez Furlong2005-02-091-1/+1
* add input/output parameter type flagWez Furlong2005-02-071-1/+7
* add a caller_frees parameter to get_col() to allow drivers that needWez Furlong2005-02-061-3/+20
* pass param type to quoter functionsWez Furlong2005-02-051-2/+2
* make this the right size...Wez Furlong2005-01-231-1/+1
* Revise query parser so that it can rewrite from one bind syntax to another.Wez Furlong2005-01-211-0/+3
* Eliminate unused parameterWez Furlong2005-01-211-2/+2