summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* fix memleakRemi Collet2015-07-271-0/+1
* Cleanup and also include the error path into testXinchen Hui2015-07-272-8/+8
* Fix testRemi Collet2015-07-271-3/+3
* Fix #70112 RFE Allow dirname to go up various timesRemi Collet2015-07-274-7/+49
* Merge branch 'master' of git.php.net:php-srcXinchen Hui2015-07-278-8/+55
|\
| * Fix RECV_VARIADIC literal compacting wrt cache slotNikita Popov2015-07-261-0/+1
| * exclude the platform diff case from the testAnatol Belski2015-07-263-6/+44
| * Merge branch 'PHP-5.6'Christoph M. Becker2015-07-262-0/+8
| |\
| | * allow to skip slow testsChristoph M. Becker2015-07-262-0/+8
| * | Fixed Bug #70092 pg_field_type() is too slowYasuo Ohgaki2015-07-261-1/+1
| * | fix libwebp namingsAnatol Belski2015-07-241-1/+1
* | | Fixed bug #70140 (str_ireplace/php_string_tolower - Arbitrary Code Execution)Xinchen Hui2015-07-271-1/+1
|/ /
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-241-0/+8
|\ \ | |/
| * added regression test for bug #55472, which has already been fixed as of PHPChristoph M. Becker2015-07-241-0/+8
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-232-0/+35
|\ \ | |/
| * Fix #53854: Missing constants for compression typeChristoph M. Becker2015-07-232-0/+35
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-234-7/+39
|\ \ | |/
| * Fix #70052: getimagesize() fails for very large and very small WBMPChristoph M. Becker2015-07-234-7/+39
| * fix config.w32Anatol Belski2015-07-231-0/+1
| * fix C99 compatAnatol Belski2015-07-231-1/+1
* | enable ext/gd to support libpng16Anatol Belski2015-07-231-1/+2
* | cleanupXinchen Hui2015-07-231-1/+2
* | Fixed bug #70111 (Segfault when a function uses both an explicit return type ...Xinchen Hui2015-07-222-0/+32
* | Reverted ad4533fdbabcc3e545277e30023b2fdce16297a0Anatol Belski2015-07-2113-70/+41
* | fix commentAnatol Belski2015-07-211-1/+1
* | libwebp support for linuxAnatol Belski2015-07-211-20/+28
* | Replaced libvpx by libwebp (first draft; Windows only)Christoph M. Becker2015-07-214-1227/+110
* | Change E_ERROR and some E_WARNING to E_RECOVERABLE_ERROR.Yasuo Ohgaki2015-07-2113-41/+70
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-212-0/+43
|\ \ | |/
| * Add tests for json_last_error()/json_last_error_msg() failuresKubo22015-07-212-0/+43
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-212-1/+60
|\ \ | |/
| * Merge branch 'pull-request/1425' into PHP-5.6Christoph M. Becker2015-07-212-1/+60
| |\
| | * revised bug53156.phptChristoph M. Becker2015-07-201-19/+17
| | * Fix #53156: imagerectangle problem with point orderingChristoph M. Becker2015-07-202-1/+62
* | | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-202-0/+19
|\ \ \ | |/ /
| * | Fix #66387: Stack overflow with imagefilltoborderChristoph M. Becker2015-07-202-0/+19
| |/
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-192-0/+99
|\ \ | |/
| * Added basic test for imagewebp() and imagecreatefromwebp()Christoph M. Becker2015-07-192-0/+99
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-192-9/+39
|\ \ | |/
| * Fix #70102: imagecreatefromwebm() shifts colorsChristoph M. Becker2015-07-192-9/+39
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-192-0/+18
|\ \ | |/
| * fixed Fix #66590, which may segfaultChristoph M. Becker2015-07-192-0/+18
* | exclude a non windows testAnatol Belski2015-07-191-0/+3
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-192-0/+40
|\ \ | |/
| * Fix #66590: imagewebp() doesn't pad to even lengthChristoph M. Becker2015-07-192-0/+40
* | wddx_add_vars() returns a boolRasmus Lerdorf2015-07-191-1/+1
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-182-0/+32
|\ \ | |/
| * Fix #70096: Repeated iptcembed() adds superfluous FF bytesChristoph M. Becker2015-07-182-0/+32
* | Check mbfl_filt_put_invalid_char return valueNikita Popov2015-07-183-15/+16
* | Deduplicate usort codeNikita Popov2015-07-181-73/+12