summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Optimized array functions utilizing php_splice().Ilia Alshanetsky2006-11-121-15/+5
* - MFH: Correct commentsMarcus Boerger2006-11-121-2/+2
* MFH: Fixed bug#36975 (natcasesort() causes array_pop() to misbehave)Hannes Magnusson2006-11-122-1/+63
* fix leak in oo_stream.phptNuno Lopes2006-11-121-3/+9
* fix leak in the object destrucotr when zip_close() fails (fixes oo_delete.phpt)Nuno Lopes2006-11-121-1/+3
* fix leaks within zip entries in several testsNuno Lopes2006-11-112-8/+17
* fix leak in oo_setArchiveComment.phptNuno Lopes2006-11-112-1/+4
* - fix leak in zip_close when the function's succeededPierre Joye2006-11-111-1/+1
* fix the bug I introduced previously, sorryNuno Lopes2006-11-101-29/+16
* MFHAntony Dovgal2006-11-103-4/+4
* fix possible issue with negative values in oci_set_prefetchAntony Dovgal2006-11-102-2/+2
* mark a few variables and functions as staticNuno Lopes2006-11-102-34/+34
* mark the binary search delimiters as unsigned, so that the compiler can use a...Nuno Lopes2006-11-101-1/+1
* fix segfault in ZTS mode when statements containing sub-statements are destro...Antony Dovgal2006-11-103-5/+13
* Fixed bug #39454 (Returning a SOAP array segfaults PHP)Dmitry Stogov2006-11-101-0/+8
* Intialization code is moved from request startup to module startupDmitry Stogov2006-11-102-27/+15
* Implemented registry cache that prevent registry lookup on each request. In c...Dmitry Stogov2006-11-101-1/+4
* Faster and better licensed implementationDmitry Stogov2006-11-101-139/+121
* Added missing API declarations.Ilia Alshanetsky2006-11-101-0/+3
* Fixed pecl bug #9179 (phpversion("filter") shows wrong version).Ilia Alshanetsky2006-11-101-1/+1
* Added missing PHPAPI declarationIlia Alshanetsky2006-11-091-0/+1
* fix test for non English guysNuno Lopes2006-11-091-0/+5
* fix an invalid read + invalid free()Nuno Lopes2006-11-091-3/+2
* statification of local functions and variables.Nuno Lopes2006-11-094-210/+163
* Revert patch for warnings about missing headers. These are fixed in the lates...Frank M. Kromann2006-11-092-15/+21
* Fixed testsDmitry Stogov2006-11-092-12/+12
* 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