Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -3/+5 |
* | Merge branch 'PHP-7.3' | Nikita Popov | 2018-08-21 | 1 | -15/+35 |
|\ | |||||
| * | Avoid directly adding to string literal | David Carlier | 2018-08-21 | 1 | -15/+35 |
* | | Fix some misspellings | Gabriel Caruso | 2018-08-12 | 1 | -1/+1 |
|/ | |||||
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-06-30 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-06-30 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix #71848: getimagesize with $imageinfo returns false | Christoph M. Becker | 2018-06-30 | 1 | -1/+1 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -1/+1 |
* | | | Fixed folder | Xinchen Hui | 2018-03-16 | 1 | -0/+1 |
* | | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -1/+1 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Change getimagesize() and friends to report image/bmp | Christoph M. Becker | 2017-08-03 | 1 | -1/+1 |
|/ / | |||||
* | | Avoid useless dereferences and separations during paramter passing. | Dmitry Stogov | 2017-06-19 | 1 | -2/+2 |
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | | Use new param API in standard | Sara Golemon | 2016-12-30 | 1 | -9/+13 |
|/ | |||||
* | Remove channels from getimagesize() results for WebP | Christoph M. Becker | 2016-10-08 | 1 | -10/+2 |
* | Add VP8X support to getimagesize() and friends | Christoph M. Becker | 2016-10-08 | 1 | -15/+23 |
* | Add VP8L support to getimagesize() and friends | Christoph M. Becker | 2016-10-08 | 1 | -6/+27 |
* | Implement #65038: IMAGETYPE_WEBP constant missing | Christoph M. Becker | 2016-10-08 | 1 | -0/+46 |
* | improve fix | Anatol Belski | 2016-09-02 | 1 | -4/+2 |
* | fix mem leak | Anatol Belski | 2016-09-02 | 1 | -2/+8 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-08-13 | 1 | -26/+14 |
|\ | |||||
| * | Fix #72278: getimagesize returning FALSE on valid jpg | Christoph M. Becker | 2016-08-13 | 1 | -27/+15 |
* | | 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 |
* | | fix possible NULL deref in image functions | Anatol Belski | 2015-11-05 | 1 | -1/+6 |
* | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-07-23 | 1 | -7/+18 |
|\ \ | |/ | |||||
| * | Fix #70052: getimagesize() fails for very large and very small WBMP | Christoph M. Becker | 2015-07-23 | 1 | -7/+18 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -2/+2 |
* | | More warning fixes | Nikita Popov | 2015-07-17 | 1 | -4/+4 |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -2/+2 |
* | | fix warnings | Michael Wallner | 2015-01-30 | 1 | -10/+9 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -18/+18 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -77/+77 |
* | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -2/+2 |
* | | Merge branch 'PHP-5.6' | Anatol Belski | 2014-09-19 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | fix possible array underflow | Anatol Belski | 2014-09-19 | 1 | -3/+3 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | fix conditions | Anatol Belski | 2014-09-19 | 1 | -2/+2 |
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | | fixed several long vs zend_long casts | Anatol Belski | 2014-08-26 | 1 | -3/+3 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -31/+31 |
* | | yet more fixes to zpp | Anatol Belski | 2014-08-20 | 1 | -4/+4 |