Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Merge branch 'PHP-7.1' | Joe Watkins | 2017-01-22 | 1 | -2/+2 |
|\ | |||||
| * | Fix intermittent segfault in GD library | Mitch Hagstrand | 2017-01-22 | 1 | -2/+2 |
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | Implement #69606: Support BMPs (added in GD 2.1.0) | Christoph M. Becker | 2017-01-04 | 1 | -15/+26 |
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-11-27 | 1 | -1/+17 |
|\ | |||||
| * | Fix #73549: Use after free when stream is passed to imagepng | Christoph M. Becker | 2016-11-27 | 1 | -1/+17 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-07-11 | 1 | -1/+6 |
|\ \ | |/ | |||||
| * | Fix #66339: PHP segfaults in imagexbm | Christoph M. Becker | 2015-07-11 | 1 | -1/+6 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | Cleanup resource handling APIs | Xinchen Hui | 2015-02-02 | 1 | -1/+3 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -4/+4 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -12/+7 |
* | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -2/+6 |
* | | remove fetches from gd | krakjoe | 2014-09-26 | 1 | -6/+2 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -3/+3 |
* | | ported ext/gd | Anatol Belski | 2014-08-19 | 1 | -3/+3 |
* | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-08-19 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-08-19 | 1 | -0/+5 |
| |\ | |||||
| | * | Fix bug #67730 - Null byte injection possible with imagexxx functions | Stanislav Malyshev | 2014-08-18 | 1 | -0/+5 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | * | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 1 | -1/+1 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | Refactor ext/gd (all tests passes) | Xinchen Hui | 2014-05-12 | 1 | -14/+14 |
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ / | |||||
* | | Required GD >= 2.1.0 or GD bundled, this allows us to remove most of the #ifdef | Ondřej Surý | 2013-05-04 | 1 | -4/+0 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 1 | -1/+1 |
|/ | |||||
* | - useless commented code | Pierre Joye | 2011-01-03 | 1 | -1/+0 |
* | - slightly cleaner | Pierre Joye | 2011-01-03 | 1 | -1/+1 |
* | - fix crash when argc > 1 and to_zval is NULL (thx tony for the headup) | Pierre Joye | 2011-01-03 | 1 | -1/+1 |
* | - stream output support for image outputs functions | Pierre Joye | 2011-01-03 | 1 | -28/+58 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | - WS | Pierre Joye | 2010-12-28 | 1 | -1/+1 |
* | - initial webp support, rely on libpx, final version will be either w/o dep o... | Pierre Joye | 2010-10-04 | 1 | -1/+9 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | - MFH: Added new parameter parsing API (part II) | Felipe Pena | 2008-08-04 | 1 | -24/+24 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | - #39082, image* segfaults when used with only one argument | Pierre Joye | 2006-10-08 | 1 | -2/+4 |