summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.5' into PHP-7.0.7Stanislav Malyshev2016-05-244-4/+34
|\
| * Fix memory leak in imagescale()Stanislav Malyshev2016-05-241-3/+3
| * Better fix for bug #72135Stanislav Malyshev2016-05-241-4/+5
| * Fixed bug #72227: imagescale out-of-bounds readStanislav Malyshev2016-05-232-8/+23
| * 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
| * Fix bug #72114 - int/size_t confusion in freadStanislav Malyshev2016-05-092-0/+18
| * Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream()Stanislav Malyshev2016-04-284-2/+18
* | Fixed bug #72174Nikita Popov2016-05-103-2/+44
* | Revert "Fixed bug #71820 pg_fetch_object bind parameters before call construc...Anatol Belski2016-05-094-239/+7
* | Revert "Fixed bug #72170 (JsonSerializable may inc apply count without dec it)"Xinchen Hui2016-05-062-77/+38
* | Fixed bug #72170 (JsonSerializable may inc apply count without dec it)Xinchen Hui2016-05-062-38/+77
* | Re-fix #72165Anatol Belski2016-05-062-0/+22
* | Revert "Fixed bug #72165 Null pointer dereference - openssl_csr_new"Anatol Belski2016-05-062-26/+3
* | Fixed bug #72165 Null pointer dereference - openssl_csr_newAnatol Belski2016-05-062-3/+26
* | Fixed bug #72164 (Null Pointer Dereference - mb_ereg_replace)Xinchen Hui2016-05-052-6/+26
* | Fixed bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite)Xinchen Hui2016-05-052-10/+32
* | Fixed bug #72157 (use-after-free caused by dba_open)Xinchen Hui2016-05-052-5/+23
* | Fix JMPZ, JMPZNZ_EX chain optimizationNikita Popov2016-05-051-2/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-05-033-0/+53
|\ \
| * | add test fo rbug 71805Anatol Belski2016-05-033-0/+53
* | | Implement socket_export_stream()Chris Wright2016-05-027-3/+465
* | | fix test if unlink fails occasionallyAnatol Belski2016-05-011-1/+1
* | | Fix posix buildNikita Popov2016-05-011-1/+1
* | | Fixed bug #72133 (php_posix_group_to_array crashes if gr_passwd is NULL)Xinchen Hui2016-05-011-2/+6
* | | Create temporary sqlite db in test dir rather than cwd (and clean it up)Sara Golemon2016-04-301-1/+4
* | | fix testAnatol Belski2016-04-291-0/+3
* | | Expose some of the new curl constants to PHP userspacePierrick Charron2016-04-292-19/+198
* | | fix size_t signed comparisonJoe Watkins2016-04-291-1/+2
* | | Fixed buildXinchen Hui2016-04-291-1/+1
* | | Merge branch 'PHP-7.0' of https://github.com/php/php-src into PHP-7.0Joe Watkins2016-04-282-0/+19
|\ \ \
| * | | Fixed bug #72116 (7.0.6 array_fill optimization breaks implementation)Bob Weinand2016-04-282-0/+19
* | | | variable used out of scopeJoe Watkins2016-04-281-1/+1
|/ / /
* | | Use zend_string_safe_allocXinchen Hui2016-04-271-1/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-04-274-29/+52
|\ \ \ | |/ /
| * | fix/improve testsAnatol Belski2016-04-274-29/+52
* | | fix mergeAnatol Belski2016-04-271-2/+3
* | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-04-2715-35/+199
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-04-2615-79/+244
| |\ \ | | |/
| | * Fix memory leakStanislav Malyshev2016-04-261-0/+3
| | * Fix bug #72099: xml_parse_into_struct segmentation faultStanislav Malyshev2016-04-262-53/+70
| | * 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-242-19/+54
| | * Fix bug #72061 - Out-of-bounds reads in zif_grapheme_stripos with negative of...Stanislav Malyshev2016-04-242-5/+22
| | * Fix for bug #71912 (libgd: signedness vulnerability)Stanislav Malyshev2016-04-183-0/+19
* | | fix buildStanislav Malyshev2016-04-261-1/+1
* | | Fix bug #71923 - integer overflow in ZipArchive::getFrom*Stanislav Malyshev2016-04-261-2/+2
* | | Use zend_string_safe_allocXinchen Hui2016-04-274-6/+5
* | | Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-04-262-1/+33
|\ \ \ | |/ /
| * | Fixed test on 32-bit platforms (split into 32-bit and 64-bit versions)Dmitry Stogov2016-04-262-1/+33