summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #38536 (SOAP returns an array of values instead of an object)Dmitry Stogov2006-11-083-6/+116
* Fixed testsIlia Alshanetsky2006-11-072-24/+24
* Fixed bug #39398 (Booleans are not automatically translated to integers).Ilia Alshanetsky2006-11-072-0/+39
* - MFH: No C++ comments (fix #39414)Johannes Schlüter2006-11-071-1/+1
* MFH: arginfo fixesHannes Magnusson2006-11-062-12/+18
* Fixed bug #39350 (crash with implode("\n", array(false))).Ilia Alshanetsky2006-11-062-1/+19
* param parsing fixIlia Alshanetsky2006-11-061-1/+1
* Fixed bug #39121 (Incorrect return array handling in non-wsdl soap client)Dmitry Stogov2006-11-062-1/+86
* MFH: throw exception on invalid parametersHannes Magnusson2006-11-061-2/+2
* MFH: fix segfault & improve testHannes Magnusson2006-11-062-0/+14
* Windows doesn't have chown(). Remove unused function and reference to undecla...Dmitry Stogov2006-11-061-0/+2
* MFH: Fixed decoding list of arrays (related to bug #39121)Dmitry Stogov2006-11-061-25/+34
* data: and php:stdin/input allow_url_include checksRasmus Lerdorf2006-11-051-1/+13
* Fixed bug #39362 (Added an option to imap_open/imap_reopen to control theIlia Alshanetsky2006-11-051-9/+21
* - Merge from gd-cvs, initialize the signature not the infile ctxPierre Joye2006-11-051-1/+1
* - MFH: Make parameter parsing api check happyMarcus Boerger2006-11-041-1/+1
* - MFH Store length of autoload file extsMarcus Boerger2006-11-042-8/+13
* Fix win32 buildFrank M. Kromann2006-11-041-2/+2
* - WSPierre Joye2006-11-041-1/+1
* - MFH: optimize horizontal and vertical linesPierre Joye2006-11-041-0/+26
* - MFH #39366, imagerotate does not use alpha with angles>45Pierre Joye2006-11-042-0/+33
* - #39273, imagecopyresized and alpha channelPierre Joye2006-11-042-1/+33
* Fixed bug #39358 (INSTALL_HEADERS contains incorrect reference toIlia Alshanetsky2006-11-031-1/+1
* Fixed bug #39361 (Removed warning on empty haystack inside mb_strstr()).Ilia Alshanetsky2006-11-031-4/+0
* - MFH: Fixed bug #38698Marcus Boerger2006-11-031-1/+2
* - MFH: SynchMarcus Boerger2006-11-035-6/+41
* - MFH: Include new headers only if presentMarcus Boerger2006-11-032-2/+9
* - MFH:Pierre Joye2006-11-0325-78/+681
* MFH: fix parameter parsing in getrusage()Hannes Magnusson2006-11-031-1/+5
* Generated fileHannes Magnusson2006-11-031-0/+0
* MFH: Fix double "wrong param count" messagesHannes Magnusson2006-11-032-3/+5
* MFH: Add "wrong param" warning to strtotime()Hannes Magnusson2006-11-031-1/+1
* Fixed bug #39354 (Allow building of curl extension against libcurl 7.16.0)Ilia Alshanetsky2006-11-031-1/+6
* MFH: Fix testHannes Magnusson2006-11-031-0/+1
* MFH: Fix double "wron param count" messagesHannes Magnusson2006-11-038-17/+15
* MFH: oneliners..Hannes Magnusson2006-11-031-1/+20
* MFH: use PHP_ME_MAPPING rather than ZEND_NAMED_FE/ZEND_FNHannes Magnusson2006-11-031-15/+15
* MFH: Remove SKIPIFHannes Magnusson2006-11-031-6/+0
* MFH: fix crash on invalid regexHannes Magnusson2006-11-031-1/+6
* MFH: missing includesHannes Magnusson2006-11-031-0/+2
* MFH: Fixed a possible crash when callback function returns a non-modifiedIlia Alshanetsky2006-11-031-3/+4
* Fixed bug #39215 (Inappropriate close of stdin/stdout/stderr).Ilia Alshanetsky2006-11-031-3/+33
* MFH: Fixed bug #39265 (Fixed path handling inside mod_files.sh).Ilia Alshanetsky2006-11-031-1/+1
* Fixed bug #38680 (Added missing handling of basic types in json_decode).Ilia Alshanetsky2006-11-033-10/+37
* fixed illegal encoding detection when mbstring.encoding_translation is enable...Rui Hirokawa2006-11-032-3/+14
* added japanese legacy encoding support (made by moriyama@miraclelinux.com)Rui Hirokawa2006-11-0312-17/+575
* Added missing boundary checks.Ilia Alshanetsky2006-11-011-2/+8
* Revert patch because we are at last RC stage.Dmitry Stogov2006-10-241-34/+25
* Fixed decoding of list of arrays in non-WSDL mode. (releated to bug #39121)Dmitry Stogov2006-10-231-25/+34
* fix ZTS build without SPL enabledAntony Dovgal2006-10-201-1/+1