summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PHP 5.3.6RC2php-5.3.6RC2Johannes Schlüter2011-03-020-0/+0
* PHP 5.2.6RC2Johannes Schlüter2011-03-023-6/+6
* - Merge from trunk.Moriyoshi Koizumi2011-03-022-4/+4
* - Fixed SplObjectStorage::offsetSet arginfo, reported in bug #54118Felipe Pena2011-03-011-6/+1
* Fixed bug #54089 (token_get_all() does not stop after __halt_compiler).Ilia Alshanetsky2011-02-284-125/+137
* - Fixed bug #54092 (Segmentation fault when using HTTP proxy with the FTPGustavo André dos Santos Lopes2011-02-272-19/+32
* - Possible fix for Bug #54108 (valgrind can not be found if located outside o...Felipe Pena2011-02-271-1/+1
* use ifdef all-around in the revertAndrey Hristov2011-02-252-2/+2
* revert also the version_idAndrey Hristov2011-02-251-2/+2
* revert to previous behaviorAndrey Hristov2011-02-253-2/+12
* move from macros to functions, which can be overwritten, if neededAndrey Hristov2011-02-253-6/+54
* fix lcov buildNuno Lopes2011-02-255-25/+24
* - Fixed possible off-by-one overflow in ibase_gen_id()Felipe Pena2011-02-241-0/+5
* Fixed compiler warningIlia Alshanetsky2011-02-221-1/+1
* - Fix tests. temp dir might be something other than /tmpJohannes Schlüter2011-02-221-1/+1
* fix invalid memory read. Thank you, valgrindAndrey Hristov2011-02-211-1/+1
* - fix bug #54061, memory leak in openssl_decryptPierre Joye2011-02-211-0/+17
* - fix bug #54061, memory leak in openssl_decryptPierre Joye2011-02-212-0/+3
* - fix test 025Pierre Joye2011-02-211-2/+1
* - fix bug #54060, memory leak in openssl_encryptPierre Joye2011-02-213-0/+20
* Fix Bug #54058, invalid utf-8 doesn't set json_encode() in all casesScott MacVicar2011-02-212-1/+37
* - Fixed bug #54055 (buffer overrun with high values for precision iniGustavo André dos Santos Lopes2011-02-215-9/+611
* - Fixed memory leak in DirectoryIterator::getExtension() and SplFileInfo::get...Felipe Pena2011-02-202-10/+26
* - Fixed bug #54040 (Logical && where & probably needed in spl_iterators)Felipe Pena2011-02-201-1/+1
* - bug #54002 entryPierre Joye2011-02-181-0/+3
* - Fixed bug #43512 (same parameter name can be used multiple times in method/...Felipe Pena2011-02-173-0/+35
* Back to -devJohannes Schlüter2011-02-163-3/+5
* Remove dashJohannes Schlüter2011-02-161-1/+1
* PHP 5.3.6RC1Johannes Schlüter2011-02-163-4/+4
* - WSJohannes Schlüter2011-02-161-1/+1
* fixed a problem in mysqlnd. 0 was always as num_rows returned forAndrey Hristov2011-02-163-3/+7
* - Updated to version 2011.2 (2011b)Derick Rethans2011-02-151-412/+475
* - fix the fix (Dmitry) and ensure that it builds everywhere, can someone test...Pierre Joye2011-02-151-2/+8
* - unused varPierre Joye2011-02-151-1/+0
* - fix build with ICU < 4.2, add ICU_VERSION for m4 checksPierre Joye2011-02-151-0/+1
* bfn for #54016Hannes Magnusson2011-02-141-0/+4
* Bug#54016 (finfo_file() Cannot determine filetype in archives)Hannes Magnusson2011-02-146-16/+40
* Fixed variable re-declarationsIlia Alshanetsky2011-02-141-7/+7
* Fixed Bug #53958 (Closures can't 'use' shared variables by value and by refer...Dmitry Stogov2011-02-143-6/+76
* -Bug #54002, fix windows build, use the relevant values in the warningsPierre Joye2011-02-142-5/+5
* - fix bug #54002, exif_read_data crashes on crafted tagsPierre Joye2011-02-144-2/+35
* Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error)Dmitry Stogov2011-02-143-1/+14
* - add CVEPierre Joye2011-02-121-1/+2
* Oopsie, fix typo in UPGRADINGPeter Cowburn2011-02-111-1/+1
* MFH - Added SplFileInfo::getExtension() (FR #48767)Peter Cowburn2011-02-115-2/+149
* - Fixed bug #53991 (SimpleXMLElement::__construct shows no params via Reflect...Felipe Pena2011-02-111-14/+53
* Show XFAIL reasons (Daniel Convissor)Christopher Jones2011-02-111-0/+1
* rm trailing whitespaceChristopher Jones2011-02-111-11/+11
* Add DateInterval format() tests.Daniel Convissor2011-02-112-0/+92
* Add extensive tests for DateTime::diff(), add() and sub().Daniel Convissor2011-02-1013-0/+2052