summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_0_2_3'.RELEASE_0_2_3SVN Migration2005-02-133935-980599/+0
* prep for releaseWez Furlong2005-02-132-3/+7
* Fixed domain socket / named pipe handlingHartmut Holzgraefe2005-02-131-7/+6
* Fix variable declarationWez Furlong2005-02-131-1/+1
* ztsWez Furlong2005-02-131-2/+2
* autocommit flag gets set always by PDO before invoking this method;Wez Furlong2005-02-131-2/+2
* commit generated version of the .reWez Furlong2005-02-131-15/+30
* implement mapping of :name to ? parameters for drivers that only support ?Wez Furlong2005-02-133-6/+63
* typo-fix error messageWez Furlong2005-02-131-2/+1
* Correct the pdo header search orderWez Furlong2005-02-131-3/+3
* it's only an error in emulation mode; rewrite happens in prepare, whichWez Furlong2005-02-131-1/+1
* Do not shout :)Edin Kadribasic2005-02-131-3/+3
* Fixes the crash part of PECL Bug #3434.Wez Furlong2005-02-131-0/+1
* same fix hereWez Furlong2005-02-131-1/+1
* correct backwards logicWez Furlong2005-02-131-1/+1
* Probably fix pecl vs bundled-shared buildWez Furlong2005-02-131-2/+1
* try to handle OSX issues more gracefullyWez Furlong2005-02-131-1/+22
* ChangeLog update2005-02-132-0/+36
* possible fix for snaps boxWez Furlong2005-02-131-2/+6
* Unix line endingsEdin Kadribasic2005-02-130-0/+0
* set username && password only if they were specifiedAntony Dovgal2005-02-131-12/+16
* autocommit setting done rightHartmut Holzgraefe2005-02-131-1/+5
* added MySQL transaction supportHartmut Holzgraefe2005-02-131-4/+50
* DOS -> Unix line endingsHartmut Holzgraefe2005-02-130-0/+0
* Fixed compiler warnings.Ilia Alshanetsky2005-02-122-3/+1
* Simplify code and fix compiler warning.Ilia Alshanetsky2005-02-121-5/+2
* Updated version without compiler warnings.Ilia Alshanetsky2005-02-121-12/+11
* - Add new testMarcus Boerger2005-02-121-0/+27
* Missed one place..foobar2005-02-121-1/+1
* This was not good idea.foobar2005-02-121-1/+1
* Remove unused set_h_errnofoobar2005-02-122-2/+0
* - Bugfix #30682 (autoconversion from false/true to 0/1 missing in case ofMarcus Boerger2005-02-121-0/+1
* prep for releaseWez Furlong2005-02-122-3/+4
* Fix bundled sqlite build (doh!)Wez Furlong2005-02-121-1/+1
* ChangeLog update2005-02-122-0/+42
* - Cleanup foreach handlingMarcus Boerger2005-02-113-19/+35
* typoWez Furlong2005-02-111-1/+1
* Revert previous patchfoobar2005-02-111-11/+1
* ChangeLog update2005-02-112-0/+81
* update in anticipation of a release later tonightWez Furlong2005-02-112-3/+4
* Fix PDO::query() for drivers that emulate bound parameters.Wez Furlong2005-02-111-0/+3
* fix segfault when retval_ptr is empty - such as when exception thrownRob Richards2005-02-101-1/+3
* test case for Bug #30266Hartmut Holzgraefe2005-02-101-0/+48
* - Fixed bug #31920 (zend_strtod.c error: conflicting types for 'int8_t')foobar2005-02-102-5/+0
* hm..Antony Dovgal2005-02-101-1/+4
* fix bug #28324 (HTTP_SESSION_VARS appear when register_long_arrays is Off)Antony Dovgal2005-02-101-2/+4
* initial cut of new error handlingRob Richards2005-02-102-12/+234
* - fix #30745 and #31853 (php-bugs at demark dot org, pierre)Pierre Joye2005-02-101-1/+1
* Removed unused vars.Ilia Alshanetsky2005-02-102-3/+2
* Fixed bug #30407 (Strange behaviour of default arguments)Dmitry Stogov2005-02-104-6/+28