summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #66127 (Segmentation fault with ArrayObject unset)php-5.4.30RC1Stanislav Malyshev2014-06-104-1/+29
* 5.4.30 rc1Stanislav Malyshev2014-06-103-4/+4
* NEWSRemi Collet2014-06-101-1/+3
* Fixed Bug #67413 fileinfo: cdf_read_property_info insufficient boundary checRemi Collet2014-06-101-1/+5
* NEWSRemi Collet2014-06-101-2/+4
* Bug #67412 fileinfo: cdf_count_chain insufficient boundary checkRemi Collet2014-06-101-3/+4
* NEWSRemi Collet2014-06-101-0/+2
* Fixed Bug #67411 fileinfo: cdf_check_stream_offset insufficient boundary checkRemi Collet2014-06-101-2/+4
* NEWSRemi Collet2014-06-101-0/+2
* Fixed Bug #67410 fileinfo: mconvert incorrect handling of truncated pascal st...Remi Collet2014-06-101-3/+11
* NEWSRemi Collet2014-06-101-0/+3
* Fixed bug #67406 built-in web-server segfaults on startupRemi Collet2014-06-101-3/+3
* Fixed bug #67399 (putenv with empty variable may lead to crash)Stanislav Malyshev2014-06-083-56/+65
* Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191Matteo Beccati2014-06-093-0/+6
* add newsStanislav Malyshev2014-06-082-0/+5
* Bug 49898Boro Sitnikovski2014-06-082-0/+37
* fix orderStanislav Malyshev2014-06-081-2/+2
* Fix bug 666222Levi Morrison2014-06-085-5/+56
* Fixed identation on fileJefersson Nathan2014-06-080-0/+0
* Fix align indentationJefersson Nathan2014-06-081-16/+16
* Added support for parsing ssl certificates using GeneralizedTime format.Paul Oehler2014-06-085-7/+73
* Remove superfluous echos.Jeff Welch2014-06-088-12/+12
* NEWSRemi Collet2014-06-061-0/+2
* Fix bug #67390 insecure temporary file use in the configure scriptRemi Collet2014-06-061-1/+1
* drop exec perm on doc filesRemi Collet2014-06-052-0/+0
* fix test for 5.4/5.5Remi Collet2014-06-051-2/+2
* add test for previous fixRemi Collet2014-06-051-0/+35
* NEWSRemi Collet2014-06-051-0/+2
* Fix regression introduce in fix for bug #67118Remi Collet2014-06-052-12/+12
* update NEWSStanislav Malyshev2014-06-041-1/+4
* Fixed regression introduced by patch for bug #67072Anatol Belski2014-06-033-38/+44
* (re)add cve number in NEWS, from 5.4.29Remi Collet2014-06-031-1/+2
* NEWSRemi Collet2014-06-031-0/+3
* Fix bug #67326 fileinfo: cdf_read_short_sector insufficient boundary checkRemi Collet2014-06-031-2/+2
* Fixed bug #67359 (Segfault in recursiveDirectoryIterator)Xinchen Hui2014-06-014-0/+33
* Check for zero-length keys in spl_array_skip_protected and don't skip them.Adam Harvey2014-05-293-1/+45
* updated libmagic.patch for 5.4+Anatol Belski2014-05-271-66/+138
* update NEWSStanislav Malyshev2014-05-271-0/+2
* Fix bug #67249: printf out-of-bounds readStanislav Malyshev2014-05-272-2/+12
* Escape non-printable characters in the junit XML outputMatteo Beccati2014-05-271-0/+3
* Fixed broken XML junit output due to escaping of CDATA sectionsMatteo Beccati2014-05-271-7/+8
* backport this piece from 5.6, related to the #66307 fixAnatol Belski2014-05-261-1/+2
* Fixed bug #66307 Fileinfo crashes with powerpoint filesAnatol Belski2014-05-263-2/+7
* Fix bug #67328 (fileinfo: numerous file_printf calls resulting in performance...Stanislav Malyshev2014-05-262-13/+6
* Fix bug #67327: fileinfo: CDF infinite loop in nelements DoSStanislav Malyshev2014-05-262-1/+11
* Fix broken Junit output with --disable-cgiMatteo Beccati2014-05-251-0/+1
* Fix broken test caused by fdb2709.Adam Harvey2014-05-231-10/+10
* Fix run-tests.php with Valgrind >= 3.10.0.Adam Harvey2014-05-221-3/+3
* Add microseconds to the serialised form of DateTime objects.Adam Harvey2014-05-2148-383/+415
* Improved test for bug #62479Matteo Beccati2014-05-211-8/+27