summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflectIlia Alshanetsky2006-02-081-6/+2
* Move array globals declarations back to the header file.Andrei Zmievski2006-02-072-14/+14
* don't use deprecated call-time by referenceAntony Dovgal2006-02-071-2/+2
* Compression level shouldn't be greatr then 9.Dmitry Stogov2006-02-071-0/+2
* Fixed bug #36083 (SoapClient waits for responses on one-way operations)Dmitry Stogov2006-02-079-17/+44
* fix mem leak with iteratorsRob Richards2006-02-072-24/+31
* - #36306, crc32() function result differs on 32-bit and 64-bit platformsPierre Joye2006-02-072-1/+9
* MFH: fix ReflectionClass::getInterfaces()Michael Wallner2006-02-061-1/+1
* TODOAndrei Zmievski2006-02-061-0/+7
* Fixed test to work when TCP/IP access to MySQL is disabled or test serverIlia Alshanetsky2006-02-061-6/+1
* typoDmitry Stogov2006-02-061-1/+1
* MFH: initialize variables and reduce the number of warningsAntony Dovgal2006-02-066-8/+8
* MFH: initialize variable and make gcc happyAntony Dovgal2006-02-061-1/+1
* initialize variablesAntony Dovgal2006-02-061-4/+4
* initialize to_rAntony Dovgal2006-02-061-2/+2
* Fixed bug #36283 (SOAPClient Compression Broken).Dmitry Stogov2006-02-061-4/+9
* - MFH Add new testsMarcus Boerger2006-02-062-0/+104
* MFH: fix #36295 (typo in SplFileObject::flock() parameter name)Antony Dovgal2006-02-051-1/+1
* - MFH: add a weak/tolerant mode to the jpeg loaderPierre Joye2006-02-053-14/+77
* - MFH Fix bug #36287Marcus Boerger2006-02-051-0/+1
* Fixed bug #34272 (empty array onto COM object blows up)Rob Richards2006-02-043-1/+25
* fix #36010 (Segfault when re-creating and re-executing statements with bound ...Antony Dovgal2006-02-031-2/+2
* - MFH Fix ArrayIterator::seek() edge casesMarcus Boerger2006-02-021-6/+3
* nuke unused variableAntony Dovgal2006-02-021-2/+1
* - Fix oversightMarcus Boerger2006-02-021-1/+1
* Only use win32 directory separators on win32 or netware.Ilia Alshanetsky2006-02-021-2/+14
* add test for bug #36258Antony Dovgal2006-02-021-0/+19
* MFH: add missing folding tagsAntony Dovgal2006-02-021-17/+22
* fix #36258 (SplFileObject::getPath() may lead to segfault)Antony Dovgal2006-02-021-0/+2
* Bug #36226 Inconsistent handling when passing potential arraysDmitry Stogov2006-02-024-3/+180
* Fixed encoding of inhereted objectsDmitry Stogov2006-02-013-19/+147
* MFH: fix #36242 (Possible memory corruption in stream_select())Antony Dovgal2006-02-011-1/+1
* - MFH: Fixed bug #36224 (date(DATE_ATOM) gives wrong results).Derick Rethans2006-01-312-3/+21
* fix testAntony Dovgal2006-01-311-2/+2
* MFH: fix #36235 (ocicolumnname delivers empty results before a succesfull oci...Antony Dovgal2006-01-313-11/+11
* - MFH: Upgraded timezonedb to 2006a.Derick Rethans2006-01-312-521/+691
* Fixed bug #36222 (errorInfo in PDOException is always NULL).Ilia Alshanetsky2006-01-311-26/+15
* - Moved msession to PECL.Derick Rethans2006-01-318-1859/+0
* fix printf-style formatsAntony Dovgal2006-01-301-3/+3
* nuke ws pollutionfoobar2006-01-291-1/+1
* Fixed bug #36176 (PDO_PGSQL - PDO::exec() does not return number of rowsIlia Alshanetsky2006-01-291-9/+12
* - not efree but freeMichael Wallner2006-01-281-1/+1
* Export symbols that will allow building WDDX as shared objectFrank M. Kromann2006-01-288-16/+16
* Add header so WDDX builds as sharedFrank M. Kromann2006-01-281-0/+1
* - MFH: #36185 str_rot13(NULL) crashPierre Joye2006-01-281-0/+2
* - include png.h prior php.hMichael Wallner2006-01-271-0/+5
* - fix imap_fetchbody(); there is no default mailgets()Michael Wallner2006-01-271-4/+10
* MFH: add imap_savebody()Michael Wallner2006-01-272-0/+104
* - MFH: add filter option to imagepngPierre Joye2006-01-274-16/+43
* Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to theIlia Alshanetsky2006-01-262-1/+32