summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix test - because of big #67397 we don't allow overlong locales anymorePHP-5.4.30Stanislav Malyshev2014-06-241-3/+4
* Better fix for bug #67072 with more BC provisionsStanislav Malyshev2014-06-233-34/+120
* Fix bug #67498 - phpinfo() Type Confusion Information Leak VulnerabilityStanislav Malyshev2014-06-232-4/+19
* Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type ConfusionStanislav Malyshev2014-06-213-3/+6
* Fix bug #67397 (Buffer overflow in locale_get_display_name->uloc_getDisplayNa...Stanislav Malyshev2014-06-212-1/+30
* Fix bug #67349: Locale::parseLocale Double FreeStanislav Malyshev2014-06-212-5/+8
* Fix potential segfault in dns_get_record()Sara Golemon2014-06-151-0/+4
* Fix bug #66127 (Segmentation fault with ArrayObject unset)php-5.4.30RC1Stanislav Malyshev2014-06-103-1/+28
* Fixed Bug #67413 fileinfo: cdf_read_property_info insufficient boundary checRemi Collet2014-06-101-1/+5
* Bug #67412 fileinfo: cdf_count_chain insufficient boundary checkRemi Collet2014-06-101-3/+4
* Fixed Bug #67411 fileinfo: cdf_check_stream_offset insufficient boundary checkRemi Collet2014-06-101-2/+4
* Fixed Bug #67410 fileinfo: mconvert incorrect handling of truncated pascal st...Remi Collet2014-06-101-3/+11
* Fixed bug #67399 (putenv with empty variable may lead to crash)Stanislav Malyshev2014-06-082-56/+64
* Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191Matteo Beccati2014-06-093-0/+6
* Bug 49898Boro Sitnikovski2014-06-082-0/+37
* Added support for parsing ssl certificates using GeneralizedTime format.Paul Oehler2014-06-084-6/+65
* Remove superfluous echos.Jeff Welch2014-06-088-12/+12
* fix test for 5.4/5.5Remi Collet2014-06-051-2/+2
* add test for previous fixRemi Collet2014-06-051-0/+35
* Fix regression introduce in fix for bug #67118Remi Collet2014-06-052-12/+12
* Fixed regression introduced by patch for bug #67072Anatol Belski2014-06-033-38/+44
* 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-013-0/+32
* Check for zero-length keys in spl_array_skip_protected and don't skip them.Adam Harvey2014-05-292-1/+42
* updated libmagic.patch for 5.4+Anatol Belski2014-05-271-66/+138
* Fix bug #67249: printf out-of-bounds readStanislav Malyshev2014-05-272-2/+12
* 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-261-12/+4
* Fix bug #67327: fileinfo: CDF infinite loop in nelements DoSStanislav Malyshev2014-05-261-1/+7
* Fix broken test caused by fdb2709.Adam Harvey2014-05-231-10/+10
* Add microseconds to the serialised form of DateTime objects.Adam Harvey2014-05-2147-383/+411
* Improved test for bug #62479Matteo Beccati2014-05-211-8/+27
* 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-113-1/+47
* | 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-113-100/+150
| * | Fix bug #67252: convert_uudecode out-of-bounds readStanislav Malyshev2014-05-112-0/+16
| |/
* | Merge branch 'bug67250' into PHP-5.4Stanislav Malyshev2014-05-132-0/+11
|\ \
| * | Fix bug #67250 (iptcparse out-of-bounds read)Stanislav Malyshev2014-05-112-0/+11
| |/
* | - 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-112-1/+14
* - 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