summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add CVEsPHP-5.4.29Stanislav Malyshev2014-05-271-2/+3
* 5.4.29Stanislav Malyshev2014-05-272-3/+3
* update NEWSStanislav Malyshev2014-05-271-1/+8
* Fix bug #67327: fileinfo: CDF infinite loop in nelements DoSStanislav Malyshev2014-05-271-1/+7
* Fix bug #67328 (fileinfo: numerous file_printf calls resulting in performance...Stanislav Malyshev2014-05-271-12/+4
* backport this piece from 5.6, related to the #66307 fixAnatol Belski2014-05-271-1/+2
* Fixed bug #66307 Fileinfo crashes with powerpoint filesAnatol Belski2014-05-273-2/+7
* Fix bug #67249: printf out-of-bounds readStanislav Malyshev2014-05-272-2/+12
* 5.4.29 rc1php-5.4.29RC1Stanislav Malyshev2014-05-133-4/+4
* update NEWSStanislav Malyshev2014-05-131-0/+3
* Merge branch 'bug67251' into PHP-5.4Stanislav Malyshev2014-05-133-1/+47
|\
| * Fix bug #67251 - date_parse_from_format out-of-bounds readStanislav Malyshev2014-05-114-1/+48
* | Merge branch 'bug67252' into PHP-5.4Stanislav Malyshev2014-05-135-100/+166
|\ \
| * | fix bug #67253: timelib_meridian_with_check out-of-bounds readStanislav Malyshev2014-05-114-100/+151
| * | Fix bug #67252: convert_uudecode out-of-bounds readStanislav Malyshev2014-05-113-0/+17
| |/
* | Merge branch 'bug67250' into PHP-5.4Stanislav Malyshev2014-05-133-0/+12
|\ \
| * | Fix bug #67250 (iptcparse out-of-bounds read)Stanislav Malyshev2014-05-113-0/+12
| |/
* | - Updated to version 2014.3 (2014c)Derick Rethans2014-05-131-582/+618
* | fix test - output can be chunkedStanislav Malyshev2014-05-121-3/+5
|/
* Fix bug #67247 spl_fixedarray_resize integer overflowStanislav Malyshev2014-05-113-1/+15
* fix newsStanislav Malyshev2014-05-111-2/+1
* Updated NEWSBob Weinand2014-05-111-0/+3
* Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245)Bob Weinand2014-05-111-1/+1
* - Fixed off-by-one in phar_build (patch by crrodriguez at opensuse dot org)Felipe Pena2014-05-111-1/+1
* - Move checkingFelipe Pena2014-05-101-3/+3
* - Fixed missing NULL check in SimpleXMLElement::xpath()Felipe Pena2014-05-102-0/+11
* - Fixed missing NULL checkFelipe Pena2014-05-102-3/+15
* oops, 5.4 and 5.5 use malloc in TSRMStanislav Malyshev2014-05-081-2/+2
* Fix memory leak in TSRMStanislav Malyshev2014-05-081-0/+6
* Fixed test (it requires ext/hash)Dmitry Stogov2014-05-071-0/+1
* Fixed tests (they might fail from time to time because of session GC)Dmitry Stogov2014-05-072-0/+2
* Fix author name on the #63228 patch.Adam Harvey2014-05-021-1/+2
* Use the right path for the suggested PHP invocation in ext_skel.Adam Harvey2014-05-011-1/+1
* add missing NEWS entry to the correct release where it was addedFerenc Kovacs2014-05-011-0/+1
* Fix bug #67060: use default mode of 660Stanislav Malyshev2014-04-293-4/+6
* Fixed bug #66431 Special Character via COM Interface (CP_UTF8)Anatol Belski2014-04-295-1/+116
* Merge branch 'PHP-5.3' into PHP-5.4Popa Adrian Marius2014-04-282-10/+2
|\
| * Cleanup ZEND_MODULE_API_NO => 20050922Popa Adrian Marius2014-04-282-11/+3
* | fixed testAnatol Belski2014-04-251-1/+1
* | Fixed bug #67118 DateTime constructor crash with invalid dataAnatol Belski2014-04-253-1/+33
* | add a test case previously broken by a bad fixStanislav Malyshev2014-04-2410-0/+16
* | Revert "Fixed bug #64604"Stanislav Malyshev2014-04-243-46/+4
* | fix dll exportAnatol Belski2014-04-242-2/+2
* | Fix accepting ill-formed UTF-8 charactersJakub Zelenka2014-04-223-127/+188
* | Allow valid multi-byte utf-8 characters to be allowed as file names in phar a...Danack2014-04-205-62/+165
* | Fix a compiler warning in php_rand.hRouven Weßling2014-04-202-1/+1
* | Fix #66908: php-fpm reload leaks epoll_create() file descriptorJulio Pintos2014-04-202-1/+9
* | Fix bug #65701: Do not use cache for file file copyBoro Sitnikovski2014-04-205-27/+63
* | UPGRADING note about bug #67072Anatol Belski2014-04-182-0/+18
* | Improved the fix for bug #67072, thanks NikitaAnatol Belski2014-04-184-44/+50