| Commit message (Expand) | Author | Age | Files | Lines |
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 2 | -3/+3 |
* | Adding testcases to validate imageloadfont input parameter validation, tests ... | Rafael Machado Dohms | 2011-05-31 | 2 | -0/+30 |
* | Check headers first and let the CHECK_LIBRARY macro | Rasmus Lerdorf | 2011-05-12 | 1 | -10/+6 |
* | - malloc may fail | Pierre Joye | 2011-01-19 | 1 | -0/+3 |
* | - 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 |
* | - kill c++ comment | Pierre Joye | 2011-01-03 | 1 | -1/+0 |
* | - stream output support for image outputs functions | Pierre Joye | 2011-01-03 | 3 | -53/+65 |
* | - Year++ | Felipe Pena | 2011-01-01 | 3 | -3/+3 |
* | - WS | Pierre Joye | 2010-12-28 | 1 | -1/+1 |
* | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate... | Pierre Joye | 2010-12-11 | 1 | -0/+2 |
* | * Fixed parameter check introduced with the recent fix for bug #53492. | Martin Jansen | 2010-12-11 | 1 | -2/+2 |
* | - Fix #53492, fix crash if aa steps are invalid | Pierre Joye | 2010-12-08 | 1 | -0/+5 |
* | - don't build if no libvpx available | Pierre Joye | 2010-10-06 | 1 | -1/+3 |
* | Removed debug code | Ilia Alshanetsky | 2010-10-05 | 1 | -1/+0 |
* | - Fix build | Felipe Pena | 2010-10-04 | 1 | -1/+1 |
* | - missing file for webp | Pierre Joye | 2010-10-04 | 1 | -0/+202 |
* | - initial webp support, rely on libpx, final version will be either w/o dep o... | Pierre Joye | 2010-10-04 | 2 | -0/+1079 |
* | - initial webp support, rely on libpx, final version will be either w/o dep o... | Pierre Joye | 2010-10-04 | 6 | -11/+132 |
* | - zend_list_insert TSRMLS fix (thx tony for the headup) | Pierre Joye | 2010-09-16 | 1 | -3/+3 |
* | - WS | Pierre Joye | 2010-06-30 | 1 | -2/+2 |
* | - typo for iconv DLL .lib | Pierre Joye | 2010-06-28 | 1 | -1/+1 |
* | - #52043,GD doesn't recognize latest libJPEG version | Pierre Joye | 2010-06-14 | 1 | -0/+9 |
* | Check for -1 as well here | Rasmus Lerdorf | 2010-05-24 | 1 | -2/+2 |
* | Let's have a sane error message here instead of some cryptic zlib error | Rasmus Lerdorf | 2010-05-24 | 1 | -0/+4 |
* | - #51793, Add alpha argument to imagecolorset | Pierre Joye | 2010-05-18 | 1 | -3/+5 |
* | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 1 | -0/+600 |
* | - - Fixed #51128, imagefill() doesn't work with large images | Pierre Joye | 2010-04-28 | 1 | -2/+2 |
* | - Fix #51671, imagefill does not work correctly for small images | Pierre Joye | 2010-04-28 | 2 | -1/+25 |
* | - WS | Pierre Joye | 2010-04-28 | 1 | -2/+2 |
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 2 | -8/+6 |
* | Remove old dsp/dsw/makefile files, these arent used by the build system anymo... | Kalle Sommer Nielsen | 2010-04-21 | 1 | -600/+0 |
* | Fixed bug #51263 (imagettftext and rotated text uses wrong baseline) | Takeshi Abe | 2010-03-24 | 2 | -1/+33 |
* | Properly skip tests that require the bundled gd lib when the external is used | Raphael Geissert | 2010-03-11 | 7 | -4/+7 |
* | fix libgd FS100 (spurious horizontal line drawn by gdImageFilledPolygon) | Takeshi Abe | 2010-01-20 | 2 | -5/+124 |
* | fix wrong type and useless assignments | Takeshi Abe | 2010-01-15 | 1 | -9/+5 |
* | imagepolygon() and imagefilledpolygon() does not allow negative number of poi... | Takeshi Abe | 2010-01-14 | 4 | -3/+36 |
* | removed an unused variable | Takeshi Abe | 2010-01-13 | 1 | -2/+1 |
* | - use png_sig_cmp to support libpng 1.4, old is deprecated already in older v... | Pierre Joye | 2010-01-10 | 1 | -1/+1 |
* | Bug #49600 (imageTTFText text shifted right) | Takeshi Abe | 2010-01-08 | 2 | -1/+33 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 4 | -4/+4 |
* | - Fixed bug #50469 (Fixed typo in imagepsencodefont error string). | Pierrick Charron | 2009-12-14 | 1 | -1/+1 |
* | Fixed a possible memory leak in case that FT_Glyph_To_Bitmap() fails | Takeshi Abe | 2009-11-01 | 1 | -0/+1 |
* | - check max colors while loading gd2 palette image (patch by Tomas Hoger) | Pierre Joye | 2009-10-12 | 3 | -0/+19 |
* | - Fixed tests | Felipe Pena | 2009-09-26 | 4 | -6/+5 |
* | Fix SKIPIF sections | andy wharmby | 2009-09-15 | 2 | -2/+2 |
* | - Fix sanity check for the color index in imagecolortransparent | Pierre Joye | 2009-09-03 | 1 | -1/+1 |
* | More tests from 2009 testfest | Zoe Slattery | 2009-08-28 | 9 | -0/+180 |