summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* - Fix #line pathsfoobar2005-11-081-21/+21
* - Fix memleaksMarcus Boerger2005-10-301-1/+5
* - Fix PECL Bug #5772; FETCH_FUNC broken for mixed case function namesMarcus Boerger2005-10-291-1/+7
* Fixed test (unicode support)Dmitry Stogov2005-10-281-0/+47
* forgot to commit new pdo_attr_ functionAntony Dovgal2005-10-271-0/+10
* Add test for PDO::ATTR_CASE.Dan Scott2005-10-261-0/+83
* Correct non-standard SQL. Standard SQL would define "DEFAULT NULL" -- butDan Scott2005-10-263-3/+3
* use correct enum type for the argAntony Dovgal2005-10-251-1/+1
* - SPL example was changed, so change PDO test accordinglyMarcus Boerger2005-10-131-1/+1
* - MFB Do not try to autoload the class, use internal onlyMarcus Boerger2005-10-131-1/+1
* Unicode supportDmitry Stogov2005-10-122-3/+16
* Fixed bug #34809 (FETCH_INTO in PDO crashes without a destination object).Ilia Alshanetsky2005-10-101-0/+6
* - Add new testMarcus Boerger2005-10-071-0/+63
* - MFB dynamic lookup of PDOException baseMarcus Boerger2005-10-061-10/+17
* - MFB Add optional deps for SPLMarcus Boerger2005-10-042-0/+2
* - Add missing test from baseMarcus Boerger2005-10-0333-32/+71
* Fixed memory leak.Ilia Alshanetsky2005-10-031-0/+3
* - Simplify SPL checks for PDOException baseMarcus Boerger2005-10-022-3/+3
* - Fix PDOException baseMarcus Boerger2005-10-024-4/+32
* - Allow to check for default statment classMarcus Boerger2005-10-022-1/+26
* - Add ability to change default statement class for PDO::execute()/query()Marcus Boerger2005-10-023-5/+230
* Unicode supportDmitry Stogov2005-09-262-0/+51
* MFB: Build PDO and SQLite as sharedEdin Kadribasic2005-09-241-1/+1
* MFB: Declare functions used by driver as PDO_API in php_pdo_driver.hEdin Kadribasic2005-09-242-1/+3
* - Fixed Bug #34590 User defined PDOStatement class can't implement methodsMarcus Boerger2005-09-212-1/+126
* - MFBMarcus Boerger2005-09-2131-0/+89
* Allow overloading of PDO constructor.Ilia Alshanetsky2005-09-202-3/+25
* - Provide helper function to avoid TSRM issues with exception base and rootMarcus Boerger2005-09-203-7/+18
* ZTS fixDmitry Stogov2005-09-202-3/+3
* Make PDO use class constantsIlia Alshanetsky2005-09-2028-174/+187
* - More TSRM fixesMarcus Boerger2005-09-191-2/+2
* - Fix building with 5.0Marcus Boerger2005-09-191-1/+1
* ZTS fixDmitry Stogov2005-09-121-2/+2
* touch fileWez Furlong2005-09-111-12/+12
* Merge changes from 5.1 branch.Wez Furlong2005-09-118-16/+190
* touchEdin Kadribasic2005-09-041-154/+108
* MFBEdin Kadribasic2005-09-041-1/+1
* Resolution to http://pecl.php.net/bugs/bug.php?id=5193 for all drivers.George Schlossnagle2005-09-011-0/+4
* Unicode support cleanupDmitry Stogov2005-08-231-13/+2
* zend_is_callable() and zend_make_callable() were changed to return readable f...Dmitry Stogov2005-08-221-3/+1
* And hereAndrei Zmievski2005-08-161-1/+1
* And here.Andrei Zmievski2005-08-161-1/+1
* Unicode supportDmitry Stogov2005-08-163-10/+36
* Unicode supportDmitry Stogov2005-08-152-47/+30
* Test engine is improved to support unicode modeDmitry Stogov2005-08-1522-0/+1238
* Tests are fixed according to new var_dump()/pront_r() format (to pass in non-...Dmitry Stogov2005-08-152-25/+25
* zts fixesWez Furlong2005-08-123-15/+15
* Unicode supportDmitry Stogov2005-08-123-6/+6
* Fixed memory leak.Ilia Alshanetsky2005-08-031-0/+4
* - Bumber up yearfoobar2005-08-032-2/+2