| Commit message (Expand) | Author | Age | Files | Lines |
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -173/+173 |
* | opcache, intl, gmp, exif, com, bcmath to use static tsrmls | Anatol Belski | 2014-10-17 | 1 | -1/+7 |
* | Fix bug #68113 (Heap corruption in exif_thumbnail()) | Stanislav Malyshev | 2014-10-14 | 1 | -2/+2 |
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | Refactored INI subsystem to use zend_string* instead of char* | Dmitry Stogov | 2014-09-01 | 1 | -7/+7 |
* | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 1 | -1/+2 |
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -2/+2 |
* | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -15/+15 |
* | fixed exif | Anatol Belski | 2014-08-19 | 1 | -3/+3 |
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -12/+12 |
* | fix exif, thnx laruence | krakjoe | 2014-05-07 | 1 | -2/+2 |
* | phpng updates for exif | krakjoe | 2014-05-07 | 1 | -39/+39 |
* | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -8/+8 |
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2013-12-16 | 1 | -1/+6 |
|\ |
|
| * | Fix bug #65873 - Integer overflow in exif_read_data() | Stanislav Malyshev | 2013-12-16 | 1 | -1/+6 |
* | | Merge branch 'PHP-5.5' | Michael Wallner | 2013-10-21 | 1 | -5/+7 |
|\ \
| |/ |
|
| * | Merged PR #293 (Exif crash on unknown encoding was fixed) | Michael Wallner | 2013-10-21 | 1 | -5/+7 |
| * | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| * | Merge commit 'e59b6dc0ae803d49c3f620818285f98dfb61fd57' into PHP-5.4 | Felipe Pena | 2012-06-03 | 1 | -1/+5 |
| |\ |
|
| * | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | | Fix bug #60150 (Integer overflow during the parsing of invalid exif header) | Stanislav Malyshev | 2011-11-19 | 1 | -2/+2 |
| * | | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| * | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| * | | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2011-07-22 | 1 | -26/+6 |
| * | | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 1 | -2/+2 |
* | | | unify stdint type usage | Michael Wallner | 2013-08-06 | 1 | -10/+0 |
* | | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
* | | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | | Merge commit 'e59b6dc0ae803d49c3f620818285f98dfb61fd57' | Felipe Pena | 2012-06-03 | 1 | -1/+5 |
|\ \ \
| | |/
| |/| |
|
| * | | - Fixed information leak in ext exif (discovered by Martin Noga, Matthew "j00... | Felipe Pena | 2012-06-03 | 1 | -1/+5 |
| * | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | | fix bug #60150 for 5.3 too | Stanislav Malyshev | 2011-11-19 | 1 | -2/+2 |
| * | | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| * | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| * | | Fixed bug #54121 (error message format string typo). | Ilia Alshanetsky | 2011-04-12 | 1 | -1/+1 |
| * | | - fix the fix (Dmitry) and ensure that it builds everywhere, can someone test... | Pierre Joye | 2011-02-15 | 1 | -2/+8 |
| * | | -Bug #54002, fix windows build, use the relevant values in the warnings | Pierre Joye | 2011-02-14 | 1 | -3/+3 |
| * | | - fix bug #54002, exif_read_data crashes on crafted tags | Pierre Joye | 2011-02-14 | 1 | -2/+15 |
| * | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | | Fix bug #60150 (Integer overflow during the parsing of invalid exif header) | Stanislav Malyshev | 2011-11-19 | 1 | -2/+2 |
* | | | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
* | | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | | | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2011-07-22 | 1 | -26/+6 |
* | | | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 1 | -2/+2 |
| |/
|/| |
|
* | | Fixed bug #54121 (error message format string typo). | Ilia Alshanetsky | 2011-04-12 | 1 | -1/+1 |
* | | Fixed multibyte related issues | Dmitry Stogov | 2011-03-14 | 1 | -15/+15 |