summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* one more attempt at ridding us of some of those annoying mime typesPECLGwynne Raskind2009-07-160-0/+0
* This commit was manufactured by cvs2svn to create branch 'PECL'.SVN Migration2008-11-2711359-1938732/+0
* MFH Add asprintf, use regular system malloc and free and add checks in config...Scott MacVicar2008-11-274-6/+24
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-2729-133/+148
* Fixed bug #46696 (cURL fails in upload files with specified content-type)Ilia Alshanetsky2008-11-271-2/+22
* Directory tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux ...Ant Phillips2008-11-274-0/+164
* Fixed bug #44882 (SOAP extension object decoding bug)Dmitry Stogov2008-11-273-8/+151
* Latest and greatest versions of these session tests - checked on 5.2.X snap o...Ant Phillips2008-11-274-138/+86
* Latest and greatest versions of these session tests - checked on 5.3 snap on ...Ant Phillips2008-11-273-12/+8
* Fixed bug #46427 (SoapClient() stumbles over its "stream_context" parameter)Dmitry Stogov2008-11-272-0/+21
* MFH Update libsqlite to 3.6.6.2Scott MacVicar2008-11-273-30/+17
* - MFH: New parameter parsing APIFelipe Pena2008-11-274-41/+53
* fix testAntony Dovgal2008-11-261-1/+1
* - New testFelipe Pena2008-11-262-0/+20
* File system tests: checked on PHP 5.3 (Windows, Linux and Linux 64 bit).Ant Phillips2008-11-26208-1288/+20666
* MFH: Fixed bug #46673 (stream_lock call with wrong paramater)Arnaud Le Blanc2008-11-264-6/+90
* MFH: Missed file from commit for #44181 & #44182Arnaud Le Blanc2008-11-261-1/+1
* MFH: Added ENT_IGNORE as a compatibility flag for htmlentities() andArnaud Le Blanc2008-11-264-21/+135
* MFB 5.2Arnaud Le Blanc2008-11-261-0/+4
* MFH: Fixed bug #42473 (ob_start php://output and headers)Arnaud Le Blanc2008-11-261-7/+1
* MFH: Fixed bugs #44181 & #44182 (extract() and references)Arnaud Le Blanc2008-11-263-8/+29
* cleanup from ::->\ changeStanislav Malyshev2008-11-261-2/+4
* Upgraded bundled sqlite to version 3.6.6.1Ilia Alshanetsky2008-11-253-10/+22
* cleanupStanislav Malyshev2008-11-251-5/+3
* fix tests for array/object BCStanislav Malyshev2008-11-2514-62/+24
* - Fixed bug #46665 (Triggering autoload with a variable classname causes trun...Felipe Pena2008-11-251-6/+7
* Added support for namespaces with brackets. (Greg)Dmitry Stogov2008-11-2514-23/+262
* MFH: Fixed endless loop in cli when ignore_user_abort is onArnaud Le Blanc2008-11-251-3/+2
* MFB: fix php_value application order for ApacheStanislav Malyshev2008-11-242-10/+30
* Fixed bug #46626 (mb_convert_case does not handle apostrophe correctly)Ilia Alshanetsky2008-11-241-1/+1
* MFHArnaud Le Blanc2008-11-241-0/+1
* restore BC for arraysStanislav Malyshev2008-11-242-37/+42
* add object-compatible array modesStanislav Malyshev2008-11-242-5/+15
* MFH: Revert fix for 43782, as it caused problems.David Soria Parra2008-11-242-7/+3
* Fixed testcsae inputs so that test runs fasterSanjay Mantoor2008-11-241-16/+16
* MFH: Fixed bug #46649 (Setting array element with that same array producesArnaud Le Blanc2008-11-232-0/+27
* - MFH: New parameter parsing APIFelipe Pena2008-11-234-137/+98
* - Removed the "unreleased-fix-feature" entry as per Marcus's requestDavid Coallier2008-11-221-6/+4
* MFH Patch file for sqlite3 amalgamation so things don't get missed.Scott MacVicar2008-11-221-0/+37
* MFH Better fix for va_copy since some architectures like to do a deep copy.Scott MacVicar2008-11-222-2/+7
* - Added news item for bug #46615David Coallier2008-11-221-0/+2
* - MFHDavid Coallier2008-11-223-10/+11
* - Fix windows buildPierre Joye2008-11-221-6/+2
* - make va_copy safer using () around argumentsPierre Joye2008-11-221-1/+1
* MFH Fix build on WindowsScott MacVicar2008-11-221-0/+1
* MFH Error handler isn't properly restored when using fetchObject() with SQLiteScott MacVicar2008-11-221-2/+6
* MFH Update libsqlite to 3.6.6Scott MacVicar2008-11-222-1233/+2314
* MFH Warnings from libmagic should be notices rather than sent to stderr, this...Scott MacVicar2008-11-222-10/+11
* - Missing SKIPIF :(Felipe Pena2008-11-218-0/+16
* - MFH: Fixed memory leak in readline_callback_handler_remove()Felipe Pena2008-11-211-1/+3