summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PHP 5.6.22php-5.6.22PHP-5.6.22Ferenc Kovacs2016-05-263-4/+11
|
* Skip test which is 64bits onlyRemi Collet2016-05-261-0/+2
| | | | | | Diff from test output 001+ Warning: fread(): Length parameter must be greater than 0 in ... 001- Warning: fread(): Length parameter must be no more than 2147483647 in ...
* fix test portabilityAnatol Belski2016-05-261-1/+1
|
* Merge branch 'PHP-5.5' into PHP-5.6.22Stanislav Malyshev2016-05-248-151/+216
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fix memory leak in imagescale() Update NEWS Better fix for bug #72135 Fixed bug #72227: imagescale out-of-bounds read Fix bug #72241: get_icu_value_internal out-of-bounds read Fix bug #72135 - don't create strings with lengths outside int range Add check for string overflow to all string add operations Fix bug #72114 - int/size_t confusion in fread Updated NEWS Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream() Conflicts: Zend/zend_operators.c ext/phar/dirstream.c ext/phar/tests/bug71331.phpt
| * Fix memory leak in imagescale()Stanislav Malyshev2016-05-242-4/+4
| |
| * Update NEWSStanislav Malyshev2016-05-241-2/+12
| |
| * Better fix for bug #72135Stanislav Malyshev2016-05-241-4/+5
| |
| * Fixed bug #72227: imagescale out-of-bounds readStanislav Malyshev2016-05-232-8/+23
| | | | | | | | Ported from https://github.com/libgd/libgd/commit/4f65a3e4eedaffa1efcf9ee1eb08f0b504fbc31a
| * Fix bug #72241: get_icu_value_internal out-of-bounds readStanislav Malyshev2016-05-222-117/+132
| |
| * Fix bug #72135 - don't create strings with lengths outside int rangeStanislav Malyshev2016-05-151-23/+27
| |
| * Add check for string overflow to all string add operationsStanislav Malyshev2016-05-091-0/+7
| |
| * Fix bug #72114 - int/size_t confusion in freadStanislav Malyshev2016-05-092-0/+18
| |
| * Updated NEWSJulien Pauli2016-05-021-5/+8
| |
| * Backport of fixed for bug #71331 - Uninitialized pointer in ↵Julien Pauli2016-05-024-2/+18
| |\ | | | | | | | | | phar_make_dirstream()
| | * Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream()Stanislav Malyshev2016-04-284-2/+18
| | |
* | | prepare for 5.6.22RC1php-5.6.22RC1Ferenc Kovacs2016-05-113-6/+4
| | |
* | | add missing NEWS entryFerenc Kovacs2016-05-111-2/+7
| | |
* | | fix handle leakAnatol Belski2016-05-101-0/+1
| | |
* | | The "flock" structure has to be writable on AIX.Dmitry Stogov2016-05-101-0/+20
| | |
* | | update NEWSAnatol Belski2016-05-091-0/+3
| | |
* | | Revert "Backport patch for bug #71820"Anatol Belski2016-05-094-225/+2
| | | | | | | | | | | | | | | | | | | | | This reverts commit 1b632cfe834bfd87d182566d7d960df7d10ded72. This fixed bug #72151, and reverts the fix for bug #71820. See also bug #50636 and #49521 for the history.
* | | Fixed bug #64524 Add intl.use_exceptions to php.ini-*Anatol Belski2016-05-082-0/+2
| | |
* | | Fixed bug #72172 (zend_hex_strtod should not use strlen)Xinchen Hui2016-05-062-1/+5
| | |
* | | add test fo rbug 71805Anatol Belski2016-05-033-0/+53
| | |
* | | upate libs versionsAnatol Belski2016-05-031-1/+1
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2016-05-010-0/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-5.5: Update PHP 5.5 NEWS entries with CVE info Added CVE Updated NEWS
| * | Update PHP 5.5 NEWS entries with CVE infoLior Kaplan2016-05-011-27/+34
| | |
| * | Added CVEJulien Pauli2016-04-291-1/+1
| |/
| * Updated NEWSJulien Pauli2016-04-271-0/+3
| |
* | Add CVE to bug #69719 (PHP 5.6.10)Lior Kaplan2016-04-291-1/+2
| |
* | Add CVE IDs PHP 5.6.12Lior Kaplan2016-04-291-6/+6
| |
* | Add CVE IDs PHP 5.6.13Lior Kaplan2016-04-291-7/+9
| |
* | Add CVE IDs PHP 5.6.14Lior Kaplan2016-04-291-2/+3
| |
* | Add CVE to bug #70976 (PHP 5.6.17)Lior Kaplan2016-04-291-1/+1
| |
* | Add CVE IDs PHP 5.6.18Lior Kaplan2016-04-291-3/+7
| |
* | Add CVE IDs PHP 5.6.20Lior Kaplan2016-04-291-5/+5
| |
* | Add CVE to bug #71912 (PHP 5.6.21)Lior Kaplan2016-04-291-1/+1
| |
* | Add NEWS entry for bug #71331 (fixed in PHP 5.6.18)Lior Kaplan2016-04-281-0/+2
| |
* | small whitespace fixFerenc Kovacs2016-04-281-1/+1
| |
* | update NEWSAnatol Belski2016-04-271-0/+15
| |
* | fix/improve testsAnatol Belski2016-04-274-29/+52
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-04-2615-79/+244
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fix memory leak Fix bug #72099: xml_parse_into_struct segmentation fault 5.5.36 now Fix bug #72094 - Out of bounds heap read access in exif header processing Fix bug #72093: bcpowmod accepts negative scale and corrupts _one_ definition Fix bug #72061 - Out-of-bounds reads in zif_grapheme_stripos with negative offset Fix for bug #71912 (libgd: signedness vulnerability) Typo in NEWS Conflicts: configure.in main/php_version.h
| * Fix memory leakStanislav Malyshev2016-04-261-0/+3
| |
| * Fix bug #72099: xml_parse_into_struct segmentation faultStanislav Malyshev2016-04-262-53/+70
| |
| * 5.5.36 nowJulien Pauli2016-04-263-5/+24
| |
| * Fix bug #72094 - Out of bounds heap read access in exif header processingStanislav Malyshev2016-04-246-2/+76
| |
| * Fix bug #72093: bcpowmod accepts negative scale and corrupts _one_ definitionStanislav Malyshev2016-04-243-22/+57
| | | | | | | | | | We can not modify result since it can be copy of _zero_ or _one_, etc. and "copy" in bcmath is just bumping the refcount.
| * Fix bug #72061 - Out-of-bounds reads in zif_grapheme_stripos with negative ↵Stanislav Malyshev2016-04-242-5/+22
| | | | | | | | offset
| * Fix for bug #71912 (libgd: signedness vulnerability)Stanislav Malyshev2016-04-183-0/+19
| |
| * Typo in NEWSJulien Pauli2016-03-311-1/+1
| |