summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable allJani Taskinen2008-07-251-0/+3
* Fixed support for static methodsDmitry Stogov2008-07-251-1/+1
* fix typosAntony Dovgal2008-07-251-1/+1
* Fixed uninitialised dataDmitry Stogov2008-07-252-0/+3
* - MFH: force static for now, broken nowPierre Joye2008-07-241-2/+1
* MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499,Johannes Schlüter2008-07-2111-37/+69
* - Added arginfoFelipe Pena2008-06-271-1/+7
* - MFH: Add check for avoid segfault when trying instantiate PDORow manuallyFelipe Pena2008-05-142-4/+16
* Added a warning message on pdo::exec() failure in the event of an empty queryIlia Alshanetsky2008-04-221-0/+1
* fix SKIPIFsNuno Lopes2008-04-102-1/+5
* remove ze1_compat leftoversAntony Dovgal2008-03-181-13/+1
* remove duplicated sectionsNuno Lopes2008-03-171-1/+0
* MFH: New way for check void parametersFelipe Pena2008-03-102-12/+12
* Fixed bug #44166 (Parameter handling flaw in PDO::getAvailableDrivers())Ilia Alshanetsky2008-03-031-1/+5
* MFH: Fix get_parent_class() of PDORow instancesJohannes Schlüter2008-03-032-3/+29
* Better fix for bug #44189Ilia Alshanetsky2008-02-261-4/+0
* Fixed bug #44200 (A crash in PDO when no bound targets exists and yetIlia Alshanetsky2008-02-241-0/+4
* Fix testFelipe Pena2008-02-221-2/+3
* Fixed bug #44189 (PDO setAttribute() does not properly validate values forIlia Alshanetsky2008-02-211-0/+14
* Fixed bug #44171 (Invalid FETCH_COLUMN index does not raise an error)Ilia Alshanetsky2008-02-201-0/+2
* New testFelipe Pena2008-02-191-0/+32
* some BDs (e.g. firebird) dont support text, so replace it with varchar(255).Nuno Lopes2008-02-191-1/+1
* MFB: Fixed Bug #44159 (Crash: $pdo->setAttribute(PDO::STATEMENT_ATTR_CLASS, N...Felipe Pena2008-02-191-2/+2
* PDO is hardly experimentalIlia Alshanetsky2008-01-311-0/+0
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-8/+10
* move about 3K of data to the const area. also reduce memory usage (~ -266 byt...Nuno Lopes2008-01-251-4/+4
* Missing patch bit from the FETCH_GROUP fixIlia Alshanetsky2008-01-141-0/+2
* Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a column # byIlia Alshanetsky2008-01-111-4/+19
* Skip test for PostgreSQL driver since error is too dissimilar to otherIlia Alshanetsky2008-01-031-0/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-318-8/+8
* MFH: Bump copyright year, 1 of 2.Sebastian Bergmann2007-12-311-1/+1
* - Fixed bug #43663 (Extending PDO class with a __call() function doesn't work).David Soria Parra2007-12-302-2/+32
* fix testAntony Dovgal2007-11-271-0/+1
* fix testAntony Dovgal2007-11-271-2/+4
* Revert addition of - char support for bound param namesIlia Alshanetsky2007-11-262-11/+9
* MFH:- Fixed bug #43365 (Several enums have trailing commas)Jani Taskinen2007-11-261-1/+1
* Adjusted fix for bug #42978Ilia Alshanetsky2007-11-201-5/+0
* Fixed bug #42978 (mismatch between number of bound params and values causesIlia Alshanetsky2007-11-201-0/+5
* fix testAntony Dovgal2007-11-081-10/+10
* Fixed testIlia Alshanetsky2007-11-041-16/+16
* Fixed bug #43139 PDO ignores ATTR_DEFAULT_FETCH_MODE in some cases with fetch...Ilia Alshanetsky2007-10-312-0/+38
* Test not relavent for sqlite that uses built-in bound syntaxIlia Alshanetsky2007-10-301-0/+1
* Fixed bug #43130 (Bound parameters cannot have - in their name)Ilia Alshanetsky2007-10-293-117/+255
* Fixed bug #42917 (PDO::FETCH_KEY_PAIR doesn't work with setFetchMode)Ilia Alshanetsky2007-10-112-3/+46
* MFH: stmt->fetch.func.values is not a zval and should not be freed with FREE_...Yiduo (David) Wang2007-10-081-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-072-11/+11
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-275-12/+12
* fix crash if stream is empty and reader function sets buffer as nullStanislav Malyshev2007-09-121-1/+5
* Fixed bug #42643 (CLI segfaults if using ATTR_PERSISTENT).Ilia Alshanetsky2007-09-121-6/+6