summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Collapse)AuthorAgeFilesLines
* - Add fontpath for win98/XP (Patch by Friedhelm Betz)Derick Rethans2004-04-121-1/+1
|
* - Fix test file outputs.foobar2004-04-083-3/+4
|
* Allow compilation with gdlib 1.8Edin Kadribasic2004-04-071-0/+2
|
* Fixed a bug that prevented building of gd extension against external GDIlia Alshanetsky2004-04-041-0/+4
| | | | | lib 1.X.
* Synchronized bundled GD library with GD 2.0.22.Ilia Alshanetsky2004-03-2920-42/+216
|
* Revert patch to imagefillborder.Ilia Alshanetsky2004-03-221-7/+55
|
* Fixed a possible crash inside libgd's gdImageFillToBorder() due to a stackIlia Alshanetsky2004-03-211-55/+7
| | | | | overflow.
* - Fix the test description and $Id$Pierre Joye2004-03-181-2/+2
|
* - Fix crash when an invalid color index is used with imagecolortransparentPierre Joye2004-03-171-1/+1
|
* - add a 2nd test for #27582Pierre Joye2004-03-141-0/+23
|
* - add tests for the bug #27582 (imagefilltoborder crashes)Pierre Joye2004-03-131-0/+92
|
* - restore too the alphablending if we do not reach the end of the functionPierre Joye2004-03-131-1/+3
| | | | | | Notice: This function still crashes (stack overflow), to reproduce it see bug27582_2.phpt
* - fix #27582 (http://bugs.php.net/bug.php?id=27582)Pierre Joye2004-03-131-2/+11
| | | | | | The problem was that the colors were changed endlessly, blending over and over. An endless loop and recursive calls filled the stack=>segfault
* Fixed bug #27437 (wrong freetype include inside GD library).Ilia Alshanetsky2004-03-061-1/+1
|
* - Fixed bug in gdImageFilledRectangle in the bundled GD library, that requiredDerick Rethans2004-03-021-0/+10
| | | | | x1 < x2 and y1 < y2 for coordinates.
* wbmp conversion warning fix.Ilia Alshanetsky2004-02-221-4/+9
|
* Set correct default threshold for image2wbmp().Ilia Alshanetsky2004-02-211-0/+1
|
* Fixed bug #27293 (two crashes inside image2wbmp()).Ilia Alshanetsky2004-02-171-0/+8
|
* Bug fix: Images would be broken on big-endian machines because the putcMartin Kraemer2004-01-281-1/+6
| | | | | | function wrote the first (instead of "the low order") byte. That resulted in unexpected zero bytes.
* Fixed bug #27056 (ints used instead of longs inside some GD functions).Ilia Alshanetsky2004-01-281-2/+2
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-4/+4
|
* (gdImageSetPixel) Tidied 'normal' blending effectTim Toohey2004-01-171-41/+1
| | | | | | # libgd-2.0.12 fixed the problem with alpha-blending on semi-transparent backgrounds so # gdFullAlphaBlend() and friends are no longer needed
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-083-6/+6
|
* win32 build:Wez Furlong2004-01-071-1/+1
| | | | | | gd should build shared by default don't use php.ini when running mkdist.php
* Make sure zlib.lib is foundFrank M. Kromann2003-12-311-1/+1
|
* Replace regular malloc with safe_emalloc in several places.Ilia Alshanetsky2003-12-312-6/+6
|
* Last bit of CS fixes.Ilia Alshanetsky2003-12-285-270/+236
|
* CS fixes.Ilia Alshanetsky2003-12-2824-620/+547
|
* Synchronized bundled GD library with GD 2.0.17Ilia Alshanetsky2003-12-2512-83/+190
| | | | | | | | | . GD is now thread-safe thanks to wrappers around freetype library . Significant optimization to png writing code. . Miscellaneous fixes. Fixed memory leak inside php_imagettftext_common() Make ext/gd compile with GD 2.0.17+ (gdFreeFontCache() is not avaliable)
* For GD, build the extension as php_gd2.dll instead of php_gd.dll.Wez Furlong2003-12-221-2/+2
| | | | | Thanks again Frank :-)
* be slightly nicer when defining R_OKWez Furlong2003-12-191-1/+3
|
* Fix remaining gd build issueRasmus Lerdorf2003-12-181-1/+2
|
* MFB compile fixRasmus Lerdorf2003-12-171-1/+2
|
* ZTS fix.Ilia Alshanetsky2003-12-161-1/+2
|
* Fix ZTS build.Sebastian Bergmann2003-12-161-1/+1
|
* Fixed bug #26635 (fixed look up for fonts in the current directory w/ZTS)Ilia Alshanetsky2003-12-151-22/+20
|
* Revert, not needed hereMarcus Boerger2003-12-071-2/+1
|
* tweak build so that it mirrors the source filesystem layout under the build ↵Wez Furlong2003-12-071-25/+29
| | | | dir. This allows GD extension to build.
* First attemt at win32 build with the new build system.Edin Kadribasic2003-12-071-0/+43
| | | | | #No workie yet, the build sys needs tweaking
* Fix enabling shared builds.Marcus Boerger2003-12-071-1/+2
|
* Fixed bug #26309 (Fixed argument parsing for imageftbbox()).Ilia Alshanetsky2003-11-191-4/+2
|
* Windows compile fix (patch by sfox@php.net).Edin Kadribasic2003-11-131-4/+0
|
* Fixed bug #26097 (gdImageColorClosestAlpha() returns incorrect results).Ilia Alshanetsky2003-11-041-1/+1
|
* Patch by Steph to sanitize ssize_t typedef on Windows.Sebastian Bergmann2003-10-261-4/+4
|
* - Always look into /usr/local before /usrfoobar2003-10-011-12/+14
| | | | | - Added breaks to make sure the preferred value is used.
* Always prefer user specified paths over the default /usr /usr/local.Ilia Alshanetsky2003-09-301-6/+6
| | | | | | This may fix compilation problems with on systems with multiple copies of the same library.
* Bundled GD has this functionfoobar2003-09-271-1/+2
|
* FREETYPE_PATCH is not always defined.Moriyoshi Koizumi2003-09-151-0/+4
| | | | | # will likely fix Sebastian's build :)
* Add an phpinfo entry showing which version of freetype is linked to gd.Moriyoshi Koizumi2003-09-091-0/+17
|