summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* alphabetical order for NEWS blocksphp-5.6.21PHP-5.6.21Ferenc Kovacs2016-04-281-4/+4
|
* add missing NEWS entryFerenc Kovacs2016-04-281-0/+1
|
* Better fix for #71952Stanislav Malyshev2016-04-281-3/+7
|
* Fix bug #71952: Corruption inside imageaffinematrixgetStanislav Malyshev2016-04-282-1/+18
|
* 5.6.21Ferenc Kovacs2016-04-283-4/+4
|
* update NEWSAnatol Belski2016-04-271-0/+17
|
* fix/improve testsAnatol Belski2016-04-274-29/+52
|
* Fix memory leakStanislav Malyshev2016-04-271-0/+3
|
* Fix bug #72099: xml_parse_into_struct segmentation faultStanislav Malyshev2016-04-272-53/+70
|
* Fix bug #72094 - Out of bounds heap read access in exif header processingStanislav Malyshev2016-04-276-2/+76
|
* Fix bug #72093: bcpowmod accepts negative scale and corrupts _one_ definitionStanislav Malyshev2016-04-272-19/+54
| | | | | | | | We can not modify result since it can be copy of _zero_ or _one_, etc. and "copy" in bcmath is just bumping the refcount. Conflicts: main/php_version.h
* Fix bug #72061 - Out-of-bounds reads in zif_grapheme_stripos with negative ↵Stanislav Malyshev2016-04-272-5/+22
| | | | offset
* Fix for bug #71912 (libgd: signedness vulnerability)Stanislav Malyshev2016-04-273-0/+19
|
* mark frequent intermittent fpm test with XFAILphp-5.6.21RC1Ferenc Kovacs2016-04-181-0/+6
|
* prepare for 5.6.21RC1Ferenc Kovacs2016-04-183-4/+4
|
* Align NEWS entry formatLior Kaplan2016-04-151-10/+7
|
* Fix old comment cut-n-paste errorChristopher Jones2016-04-141-3/+3
|
* Fixed bug #71422 (Fix ORA-01438: value larger than specified precision ↵Christopher Jones2016-04-145-7/+94
| | | | allowed for this column)
* opcache config.m4: Use = for comparisonLior Kaplan2016-04-081-1/+1
|
* update NEWSAnatol Belski2016-04-051-0/+4
|
* Use STR_EMPTY_ALLOC macro insteadThomas Punt2016-04-051-2/+2
|
* Fix DateInterval::format segfaultThomas Punt2016-04-052-0/+15
|
* Fixed bug #71447 (Quotes inside comments not properly handled)Matteo Beccati2016-04-044-125/+187
|
* Fixed a few PDO tests to conform to PDO Common standardsMatteo Beccati2016-04-044-4/+4
|
* news entry #69537Joe Watkins2016-04-041-0/+2
|
* Fix #69537: __debugInfo with empty string for key gives errorJoe Watkins2016-04-032-1/+20
|
* Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2016-03-311-1/+1
|\ | | | | | | | | | | * PHP-5.5: fix borked mainstream patch 5.5.35 now
| * fix borked mainstream patchAnatol Belski2016-03-311-1/+1
| |
| * 5.5.35 nowJulien Pauli2016-03-293-5/+25
| |
* | fix test to not to cause false positivesAnatol Belski2016-03-311-2/+5
| |
* | Align NEWS entry formatLior Kaplan2016-03-311-3/+3
| |
* | update NEWSFerenc Kovacs2016-03-301-0/+18
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2016-03-291-2/+2
|\ \ | |/ | | | | | | * PHP-5.5: fix dir separator in test
| * fix dir separator in testAnatol Belski2016-03-291-2/+2
| |
* | Fixed bug #71527 Buffer over-write in finfo_open with malformed magic fileAnatol Belski2016-03-291-6/+3
| | | | | | | | | | The actual fix is applying the upstream patch from https://github.com/file/file/commit/6713ca45e7757297381f4b4cdb9cf5e624a9ad36
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2016-03-293-1/+21
|\ \ | |/ | | | | | | * PHP-5.5: Fixed bug #71527 Buffer over-write in finfo_open with malformed magic file
| * Fixed bug #71527 Buffer over-write in finfo_open with malformed magic fileAnatol Belski2016-03-293-1/+21
| | | | | | | | | | The actual fix is applying the upstream patch from https://github.com/file/file/commit/6713ca45e7757297381f4b4cdb9cf5e624a9ad36
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-03-281-1/+1
|\ \ | |/ | | | | | | * PHP-5.5: Fixed bug #71704 php_snmp_error() Format String Vulnerability
| * Fixed bug #71704 php_snmp_error() Format String VulnerabilityAnatol Belski2016-03-281-1/+1
| | | | | | | | | | Conflicts: ext/snmp/snmp.c
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-03-280-0/+0
|\ \ | |/ | | | | | | * PHP-5.5: Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcut
| * Merge branch 'PHP-5.5.34' into PHP-5.5Stanislav Malyshev2016-03-280-0/+0
| |\ | | | | | | | | | | | | * PHP-5.5.34: Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcut
| | * Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcutStanislav Malyshev2016-03-281-17/+17
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-03-2811-60/+64
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcut Fix bug #71798 - Integer Overflow in php_raw_url_encode Fix bug #71860: Require valid paths for phar filenames Going for 5.5.34 Conflicts: configure.in ext/phar/tests/create_path_error.phpt main/php_version.h
| * | Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcutStanislav Malyshev2016-03-282-20/+20
| |/
| * Fix bug #71798 - Integer Overflow in php_raw_url_encodeStanislav Malyshev2016-03-272-4/+4
| |
| * Fix bug #71860: Require valid paths for phar filenamesStanislav Malyshev2016-03-209-37/+41
| |
| * Going for 5.5.34Julien Pauli2016-03-023-4/+8
| |
* | Fixed bug #67512Nikita Popov2016-03-252-7/+14
| |
* | Updated to version 2016.3 (2016c)Derick Rethans2016-03-241-647/+799
| |
* | Updated NEWSJulien Pauli2016-03-211-0/+4
| |