summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PHP 5.3.6RC1php-5.3.6RC1Johannes Schlüter2011-02-160-0/+0
* 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
* Fix Bug #53963, error code isn't always set in certain error cases.Scott MacVicar2011-02-092-0/+6
* - Changed php.ini files to match the hard-coded default for serialize_precision.Gustavo André dos Santos Lopes2011-02-092-2/+2
* - Changed default serialize_precision from 100 to 17, as discussed in internals.Gustavo André dos Santos Lopes2011-02-083-1/+52
* - Fixed bug #53959 (reflection data for fgetcsv out-of-date).Gustavo André dos Santos Lopes2011-02-082-0/+2
* fix compile warningAntony Dovgal2011-02-081-1/+1
* - Fixed bug #53893 (Wrong return value for ZipArchive::extractTo())Pierre Joye2011-02-072-15/+32
* - null deref fixPierre Joye2011-02-071-1/+11
* - disable realloc warning about not checking its return value, 100% valid but...Pierre Joye2011-02-071-0/+1
* Fixed parse_url() tests to account for port validationIlia Alshanetsky2011-02-069-16/+9
* - Changed port validation introduced in commit #308035 to considerGustavo André dos Santos Lopes2011-02-053-13/+25
* Fixed bug #53924 (FILTER_VALIDATE_URL doesn't validate port number).Ilia Alshanetsky2011-02-043-2/+20
* Change the way HAVE_GLOB is dealt with in ext/zip per IRC conversation withAdam Harvey2011-02-041-18/+9
* Update 5.3.6 NEWS to use a consistent bug ordering. I've gone with Pierre'sAdam Harvey2011-02-041-25/+26
* Fix bug #53923 (Zip functions assume HAVE_GLOB is defined).Adam Harvey2011-02-042-3/+18
* Fix bug #53914 (SPL assumes HAVE_GLOB is defined). Original patch by ChrisAdam Harvey2011-02-045-2/+47
* Fix bug #53913 (Streams functions assume HAVE_GLOB is defined). Patch by ChrisAdam Harvey2011-02-043-0/+6
* Fixed compiler warnings caused by var re-declarationIlia Alshanetsky2011-02-031-12/+9
* - Simpler fix for bug #53915.Gustavo André dos Santos Lopes2011-02-031-7/+2
* - Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error onGustavo André dos Santos Lopes2011-02-033-26/+66
* - Fixed bug #53903 (userspace stream stat callback does not separate theGustavo André dos Santos Lopes2011-02-013-0/+35
* Fix more warnings about size_tAndrey Hristov2011-02-011-2/+2
* - Fixed several comparisons that always result in true of falseGustavo André dos Santos Lopes2011-02-014-14/+19
* fix warnings. These checks are not needed becauseAndrey Hristov2011-02-011-2/+2
* - Fixed bug #49072 (feof never returns true for damaged file in zip).Gustavo André dos Santos Lopes2011-02-012-4/+8
* Fixed bug #53898 (PHAR reports invalid error message, when the directory does...Ilia Alshanetsky2011-02-014-4/+4
* - WSPierre Joye2011-02-011-15/+15