summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_0_2_1'.RELEASE_0_2_1SVN Migration2005-02-103830-880071/+0
* prep for releaseWez Furlong2005-02-102-2/+2
* prep for releaseWez Furlong2005-02-102-2/+2
* only do this magic on non-win32 platformsWez Furlong2005-02-101-4/+7
* ChangeLog update2005-02-101-0/+43
* rename ancient methodWez Furlong2005-02-091-7/+7
* change return value from false to true, when a statement was executed with wa...Frank M. Kromann2005-02-091-1/+1
* Check for warnings and return the warning textsFrank M. Kromann2005-02-091-1/+18
* Touch file.Ilia Alshanetsky2005-02-091-1/+1
* Fixed compile warnings.Ilia Alshanetsky2005-02-092-20/+12
* Fix for bug #31901Rasmus Lerdorf2005-02-091-2/+2
* kill unused varIlia Alshanetsky2005-02-092-2/+1
* remove unused vars.Ilia Alshanetsky2005-02-091-5/+0
* cosmetic changesWez Furlong2005-02-092-1/+3
* proper fix for PECL Bug #3412Wez Furlong2005-02-091-4/+9
* Fixed bug #31878 (Segmentation fault using clone keyword on nodes)Rob Richards2005-02-091-1/+1
* update with changesWez Furlong2005-02-091-5/+9
* Add PDO_ATTR_TIMEOUT support.Wez Furlong2005-02-092-5/+26
* keep a log here for nowWez Furlong2005-02-091-2/+4
* Expose the quoter method of the driver as PDO::quote().Wez Furlong2005-02-091-0/+31
* typo fixWez Furlong2005-02-091-1/+1
* hope it works!Wez Furlong2005-02-091-1/+3
* disable depWez Furlong2005-02-092-2/+2
* disable dep for pecl releaseWez Furlong2005-02-091-1/+1
* prep for releaseWez Furlong2005-02-098-26/+25
* prep for possible releaseWez Furlong2005-02-092-7/+7
* update ready for release.Wez Furlong2005-02-093-13/+12
* be realistic...Wez Furlong2005-02-091-1/+1
* update ready for releaseWez Furlong2005-02-096-20/+73
* ChangeLog update2005-02-091-0/+33
* - Complement for Jani's fix. Likely fix the iconv issue.Moriyoshi Koizumi2005-02-091-2/+5
* fix typoWez Furlong2005-02-091-1/+1
* - Initial Observer implementationMarcus Boerger2005-02-087-5/+298
* - Update to 2005Marcus Boerger2005-02-0834-34/+34
* - Fix year and spelingMarcus Boerger2005-02-081-3/+3
* - Actually these are privateMarcus Boerger2005-02-085-13/+13
* Removed pointless operations/declarations.Ilia Alshanetsky2005-02-082-12/+1
* Added optional maxlen parameter to file_get_contents().Ilia Alshanetsky2005-02-082-4/+6
* move ext/cpdf to PECLAntony Dovgal2005-02-088-2641/+1
* Don't need MSHUTDOWN either hereRasmus Lerdorf2005-02-082-8/+1
* ChangeLog update2005-02-082-0/+109
* Get rid of more useless RINIT/RSHUTDOWN callsRasmus Lerdorf2005-02-0710-97/+11
* Fixed bug #31527 (crash in msg_send() when non-string is stored withoutIlia Alshanetsky2005-02-071-4/+27
* No reason to call empty RINIT, RSHUTDOWN and MSHUTDOWN functions hereRasmus Lerdorf2005-02-071-25/+3
* Fixed bug introduced with foreach() optimization patchDmitry Stogov2005-02-071-1/+1
* Fixed FE_RESET/FE_FETCH bug.Dmitry Stogov2005-02-071-0/+1
* - Add missing '?>'Marcus Boerger2005-02-071-1/+1
* foreash($a as $key => $val) optimizationDmitry Stogov2005-02-075-124/+66
* - Remove part of the cleanup which causes a problem with unnormal codeMarcus Boerger2005-02-073-36/+26
* - Add new testMarcus Boerger2005-02-071-0/+15