summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-1/+12
* If the macro exists, use it, otherwise use the Makefile.fragfoobar2005-06-141-5/+6
* and the lesson is, test everything before you commit at 2amWez Furlong2005-06-111-3/+1
* couple of conceptual errors hereWez Furlong2005-06-111-3/+2
* "Fix" PECL #4411Wez Furlong2005-06-101-1/+1
* Fix a dumb bug that would effecively ignore persistent connections and create aWez Furlong2005-06-102-27/+53
* initialize type of functionWez Furlong2005-06-101-1/+1
* Fixed zval_ptr_dtor(&return_value) on uninicialized zvalDmitry Stogov2005-06-081-0/+2
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* - Need to make PDO::__construct() final to prevent SEGV it isn't called 1stMarcus Boerger2005-05-263-12/+1
* - Add test for deriving PDOMarcus Boerger2005-05-241-0/+75
* - Add new tests for PDO_FETCH_INTOMarcus Boerger2005-05-241-0/+51
* - fetchSingle() was renamed to fetchColumn()Marcus Boerger2005-05-216-8/+8
* Various compiler warning fixes.Ilia Alshanetsky2005-05-181-5/+5
* As per PDO meeting on PHP|Tropics fetchSingle is being renamed toIlia Alshanetsky2005-05-172-22/+37
* Allow it build with PHP 5.0.x and up again.Wez Furlong2005-05-142-1/+32
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-072-33/+1
* Only test stuff if PDO is enabledfoobar2005-05-061-13/+18
* Allocation checks around persistent allocs that can fail.Ilia Alshanetsky2005-04-281-2/+6
* removed debug code.Ilia Alshanetsky2005-04-271-1/+0
* fix bug #32795Wez Furlong2005-04-221-2/+2
* missing header (re2c 0.9.4 built .c file)Ilia Alshanetsky2005-04-141-14/+15
* Added missing header.Ilia Alshanetsky2005-04-141-0/+1
* fix segfault & buffer overrun when there is no PDO drivers plugged inAntony Dovgal2005-03-291-3/+5
* - Fix null handling found by thiesMarcus Boerger2005-03-241-1/+1
* - Add new testMarcus Boerger2005-03-241-0/+21
* - Add function pdo_drivers()Marcus Boerger2005-03-221-0/+18
* - the driver's key name is not zero terminated, hence we need to eitherMarcus Boerger2005-03-221-7/+11
* - Add new testsMarcus Boerger2005-03-212-0/+78
* - Simplify code (only implement handlers that are necessary)Marcus Boerger2005-03-214-220/+72
* - Interface name was changedMarcus Boerger2005-03-191-1/+1
* - Fix warnings by doing it the Zend wayMarcus Boerger2005-03-192-11/+7
* show list of PDO drivers in phpinfo.Wez Furlong2005-03-122-1/+14
* build pdo statically on win32, so sqlite2 driver will build.Wez Furlong2005-03-121-1/+1
* - Update testsMarcus Boerger2005-03-101-0/+2
* Add NOT NULL to create so the tests work with Firebird too.Magnus M��tt�2005-03-1018-21/+21
* prep for releaseWez Furlong2005-03-091-1/+1
* "thou shalt not throw exceptions except in really exceptional circumstances."Wez Furlong2005-03-092-45/+72
* prep package file for release.Wez Furlong2005-03-095-16/+26
* Add test for PDOStatement::getColumnMeta().Dan Scott2005-03-091-0/+41
* Add simple tests for insert through PDO::prepare/PDOStatement::execute.Dan Scott2005-03-081-0/+42
* Add a test for PDOStatement::columnCount().Dan Scott2005-03-081-0/+28
* - Add new testsMarcus Boerger2005-03-071-0/+36
* - Add new testsMarcus Boerger2005-03-071-0/+147
* - Update signatureMarcus Boerger2005-03-071-1/+1
* Test PDO::beginTransaction and PDO::rollBack.Dan Scott2005-03-051-0/+32
* - Add testsMarcus Boerger2005-03-041-0/+82
* - Reserve some bits for flagsMarcus Boerger2005-02-281-3/+4
* - Need to drop ce until engine gets fixedMarcus Boerger2005-02-281-1/+1
* - Fix warningMarcus Boerger2005-02-281-1/+1