summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* regenerate date parser with re2c 0.13.5 to fix OSX issuesAnatol Belski2016-07-211-14989/+17877
* Fixed arginfoXinchen Hui2016-07-211-1/+2
* Regenerate with the -b flag, as we used to do.Derick Rethans2016-07-211-27723/+14187
* fix test portability and expectationAnatol Belski2016-07-213-5/+5
* improve fix #72558, free contribRow as wellPierre Joye2016-07-211-0/+1
* improve fix #72558, while (u>=0) with unsigned int will always be truePierre Joye2016-07-211-3/+4
* Fix memory leakStanislav Malyshev2016-07-211-0/+1
* fix #72519, possible OOB using imagegifPierre Joye2016-07-211-2/+16
* Merge branch 'PHP-5.5' into PHP-5.6Pierre Joye2016-07-213-6/+32
* Extend libxml exportsAnatol Belski2016-07-211-0/+2
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-211-2/+2
* Generate new .c file from .re file, as that was missing on my previous commitDerick Rethans2016-07-211-21149/+30240
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-2124-176/+460
* Updated to version 2016.6 (2016f)Derick Rethans2016-07-061-807/+646
* Fix bug #55701: GlobIterator throws LogicExceptionValentin VALCIU2016-07-052-1/+338
* Fix typo in commentChristoph M. Becker2016-07-041-1/+1
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-06-271-1/+1
|\
| * Fix the fix for #72403 on nl2brStanislav Malyshev2016-06-271-1/+1
| * remove the huge test file, generate it on the fly insteadAnatol Belski2016-06-212-1/+23
* | Fix #70628: Clearing bindings on an SQLite3 statement doesn't workChristoph M. Becker2016-06-272-0/+61
* | fix test cleanupAnatol Belski2016-06-221-1/+1
* | fix dir separator in testAnatol Belski2016-06-221-1/+1
* | fix testAnatol Belski2016-06-211-3/+3
* | re-fix leakAnatol Belski2016-06-211-0/+1
* | Revert "fix leak"Anatol Belski2016-06-211-4/+0
* | fix leakAnatol Belski2016-06-211-0/+4
* | remove the huge test file, generate it on the fly insteadAnatol Belski2016-06-212-1/+23
* | Merge branch 'PHP-5.6.23' into PHP-5.6Stanislav Malyshev2016-06-2124-244/+477
|\ \
| * \ Merge branch 'PHP-5.5' into PHP-5.6.23Stanislav Malyshev2016-06-2120-242/+449
| |\ \ | | |/
| | * iFixed bug #72446 - Integer Overflow in gdImagePaletteToTrueColor() resulting...Stanislav Malyshev2016-06-201-9/+13
| | * Merge branch 'PHP-5.5.37' into PHP-5.5Stanislav Malyshev2016-06-2019-245/+448
| | |\
| | | * fix testsStanislav Malyshev2016-06-201-1/+1
| | | * fix buildStanislav Malyshev2016-06-201-1/+1
| | | * Fix bug #72455: Heap Overflow due to integer overflowsStanislav Malyshev2016-06-201-42/+50
| | | * Fix bug #72434: ZipArchive class Use After Free Vulnerability in PHP's GC alg...Stanislav Malyshev2016-06-202-0/+42
| | | * Fixed ##72433: Use After Free Vulnerability in PHP's GC algorithm and unseria...Stanislav Malyshev2016-06-202-0/+43
| | | * Fix bug #72407: NULL Pointer Dereference at _gdScaleVertStanislav Malyshev2016-06-181-0/+3
| | | * Fix bug #72402: _php_mb_regex_ereg_replace_exec - double freeStanislav Malyshev2016-06-182-33/+49
| | | * Fix bug #72298 pass2_no_dither out-of-bounds accessStanislav Malyshev2016-06-182-7/+22
| | | * Fixed #72339 Integer Overflow in _gd2GetHeader() resulting in heap overflowPierre Joye2016-06-183-0/+18
| | | * Fix bug #72262 - do not overflow intStanislav Malyshev2016-06-151-107/+111
| | | * Fix bug #72400 and #72403 - prevent signed int overflows for string lengthsStanislav Malyshev2016-06-152-49/+72
| | | * Fix bug #72275: don't allow smart_str to overflow intStanislav Malyshev2016-06-141-7/+10
| | | * Fix bug #72340: Double Free Courruption in wddx_deserializeStanislav Malyshev2016-06-122-0/+28
| | * | Fix #66387: Stack overflow with imagefilltoborderChristoph M. Becker2016-06-132-0/+19
| | |/
| | * Skip test which is 64bits onlyRemi Collet2016-05-251-0/+2
| * | Fix bug #72321 - use efree() for emalloc allocationStanislav Malyshev2016-06-124-2/+28
* | | Fix #64641: imagefilledpolygon doesn't draw horizontal lineChristoph M. Becker2016-06-2010-7/+58
* | | Fix bug #72447: Type Confusion in php_bz2_filter_create()Stanislav Malyshev2016-06-182-1/+16
* | | Fix #53640: XBM images require width to be multiple of 8Christoph M. Becker2016-06-172-3/+1