summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_0_2'.RELEASE_0_2SVN Migration2005-02-093763-870928/+42
* 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
* fix leaks on shutdownAntony Dovgal2005-02-072-1/+45
* - Fixed bug #31858 (--disable-cli does not force --without-pear)foobar2005-02-071-8/+10
* a working implementation of LOB input parameters for ODBC.Wez Furlong2005-02-071-17/+16
* This might allow piecewise sending of LOB data for input parameters.Wez Furlong2005-02-072-9/+126
* ChangeLog update2005-02-072-0/+48
* updateWez Furlong2005-02-072-2/+2
* update for input/output parameters changeWez Furlong2005-02-071-1/+1
* Implement input/output parametersWez Furlong2005-02-071-2/+5
* add input/output parameter type flagWez Furlong2005-02-073-3/+10
* and the generated fileWez Furlong2005-02-071-13/+39
* handle input LOBs (which are passed as streams) in bound parameter emulation.Wez Furlong2005-02-071-12/+38
* fix pointer indirection (and thus leak)Wez Furlong2005-02-071-1/+1
* centralize this defineWez Furlong2005-02-072-9/+9
* hmmmWez Furlong2005-02-061-1/+6
* Correct fix for #28804Zeev Suraski2005-02-061-1/+1
* even less noiseWez Furlong2005-02-062-4/+4
* update for api changesWez Furlong2005-02-062-2/+2
* Avoid bug where stream_copy_to_stream() call for precisely 2000000 bytes wouldWez Furlong2005-02-061-4/+2
* support sucking data from streams in file_put_contents()Wez Furlong2005-02-061-0/+9
* Fixed possible un-initialized var on error.Ilia Alshanetsky2005-02-061-2/+4