summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Better fix for #71952Stanislav Malyshev2016-04-281-3/+7
* Fix bug #71952: Corruption inside imageaffinematrixgetStanislav Malyshev2016-04-282-1/+18
* 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
* Fix bug #72061 - Out-of-bounds reads in zif_grapheme_stripos with negative of...Stanislav Malyshev2016-04-272-5/+22
* Fix for bug #71912 (libgd: signedness vulnerability)Stanislav Malyshev2016-04-273-0/+19
* Fix old comment cut-n-paste errorChristopher Jones2016-04-141-3/+3
* Fixed bug #71422 (Fix ORA-01438: value larger than specified precision allowe...Christopher Jones2016-04-144-7/+90
* opcache config.m4: Use = for comparisonLior Kaplan2016-04-081-1/+1
* 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-043-125/+185
* Fixed a few PDO tests to conform to PDO Common standardsMatteo Beccati2016-04-044-4/+4
* Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2016-03-311-1/+1
|\
| * fix borked mainstream patchAnatol Belski2016-03-311-1/+1
* | fix test to not to cause false positivesAnatol Belski2016-03-311-2/+5
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2016-03-291-2/+2
|\ \ | |/
| * 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
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2016-03-293-1/+21
|\ \ | |/
| * Fixed bug #71527 Buffer over-write in finfo_open with malformed magic fileAnatol Belski2016-03-293-1/+21
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-03-281-1/+1
|\ \ | |/
| * Fixed bug #71704 php_snmp_error() Format String VulnerabilityAnatol Belski2016-03-281-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-03-2811-60/+64
|\ \ | |/
| * Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcutStanislav Malyshev2016-03-281-17/+17
| * Fix bug #71798 - Integer Overflow in php_raw_url_encodeStanislav Malyshev2016-03-271-1/+1
| * Fix bug #71860: Require valid paths for phar filenamesStanislav Malyshev2016-03-209-37/+41
* | Fixed bug #67512Nikita Popov2016-03-251-7/+12
* | Updated to version 2016.3 (2016c)Derick Rethans2016-03-241-647/+799
* | Reworked Fix bug #52098Julien Pauli2016-03-211-13/+4
* | Fix bug #52098Daniel Persson2016-03-213-91/+144
* | Merge branch 'PHP-5.6' of https://github.com/msierks/php-src into PHP-5.6Xinchen Hui2016-03-211-1/+1
|\ \
| * | FIX #71831: CURLOPT_NOPROXY applied as long instead of stringMichael Sierks2016-03-181-1/+1
* | | Fixed bug #67582Nikita Popov2016-03-202-5/+29
* | | Backport patch for bug #71820Anatol Belski2016-03-174-2/+225
* | | Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6Xinchen Hui2016-03-171-7/+14
|\ \ \
| * | | Fix Bug #63171 Script hangs after max_execution_timeRemi Collet2016-03-171-7/+14
* | | | Fixed bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER)Xinchen Hui2016-03-172-1/+25
|/ / /
* | | Fixed test scriptXinchen Hui2016-03-171-1/+1
* | | Fixed test scriptXinchen Hui2016-03-171-1/+1
* | | Fixed bug #71840 (Unserialize accepts wrongly data)Xinchen Hui2016-03-173-22/+52
* | | fix #ifdef usageRemi Collet2016-03-161-1/+1
|/ /
* | Updated to version 2016.2 (2016b)Derick Rethans2016-03-151-1449/+1594
* | fix testAnatol Belski2016-03-141-1/+2
* | Fix DatePeriod::getEndDate() segfaultThomas Punt2016-03-112-0/+15
* | fix error condition, part of bug #71753Anatol Belski2016-03-101-1/+1
* | Fixed typo (partially fix for #71753)Xinchen Hui2016-03-101-1/+1