History log of /PHP-8.3/ext/gd/libgd/gd.c (Results 126 – 150 of 200)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ac7283a6 21-Mar-2004 Ilia Alshanetsky

Fixed a possible crash inside libgd's gdImageFillToBorder() due to a stack
overflow.


Revision tags: php-4.3.5RC4, php-5.0.0RC1
# f223262b 17-Mar-2004 Pierre Joye

- Fix crash when an invalid color index is used with imagecolortransparent


Revision tags: php-5.0.0RC1RC2, php-5.0.0RC1RC1
# 197b4832 13-Mar-2004 Pierre Joye

- restore too the alphablending if we do not reach the end of the function
Notice: This function still crashes (stack overflow), to reproduce it
see bug27582_2.phpt


# 9fc9639c 13-Mar-2004 Pierre Joye

- fix #27582 (http://bugs.php.net/bug.php?id=27582)
The problem was that the colors were changed endlessly, blending over
and over. An endless loop and recursive calls filled the stack=>s

- fix #27582 (http://bugs.php.net/bug.php?id=27582)
The problem was that the colors were changed endlessly, blending over
and over. An endless loop and recursive calls filled the stack=>segfault

show more ...


Revision tags: RELEASE_0_2_0
# 596efe51 02-Mar-2004 Derick Rethans

- Fixed bug in gdImageFilledRectangle in the bundled GD library, that required
x1 < x2 and y1 < y2 for coordinates.


Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split
# b851f371 17-Jan-2004 Tim Toohey

(gdImageSetPixel) Tidied 'normal' blending effect
# libgd-2.0.12 fixed the problem with alpha-blending on semi-transparent backgrounds so
# gdFullAlphaBlend() and friends are no longer needed


Revision tags: php-4.3.5RC1
# 36db28c8 28-Dec-2003 Ilia Alshanetsky

CS fixes.


# 8d6cfb79 25-Dec-2003 Ilia Alshanetsky

Synchronized bundled GD library with GD 2.0.17
. GD is now thread-safe thanks to wrappers around freetype library
. Significant optimization to png writing code.
. Miscellaneous fixes.

Synchronized bundled GD library with GD 2.0.17
. 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)

show more ...


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# b520c9d4 04-Nov-2003 Ilia Alshanetsky

Fixed bug #26097 (gdImageColorClosestAlpha() returns incorrect results).


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 303fc609 08-Sep-2003 Moriyoshi Koizumi

Fix build in VC++7.
# The line didn't reflect the above comment, helly :)


Revision tags: php-4.3.3, php-4.3.3RC4
# 93bcd55e 12-Aug-2003 Ilia Alshanetsky

emalloc -> safe_emalloc


# a28b0fdb 10-Aug-2003 Marcus Boerger

Nuke unused vars


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# c7a45fc9 30-Jul-2003 Ilia Alshanetsky

Fixed bug #23792 (8 bit graphics don't rotate properly)
Patch by: pajoye@php.net


# dc0606f0 23-Jul-2003 Pierre Joye

- Fix leak when no fill is done (ilia)


# 74c20275 23-Jul-2003 Pierre Joye

- Fix #bug24594
Rewrite the imagefill function (non recursive, uses of connected points
algorithm)


# bf7f4560 10-Jul-2003 Pierre Joye

- wrong patch applied for #23792, fixed


# 6da86c7e 09-Jul-2003 Pierre Joye

- Fix a possible crash when invalid color index are given as background
in imagerotate, only when palette based image is used as src


# e1f163b0 09-Jul-2003 Pierre Joye

- "Fix" #23792, imagerotate returns always truecolor images now
(the destination image is a truecolor, no more limited palette problems)
- Clean the cast in gdImageCopyMerge


# 119175c9 02-Jul-2003 Pierre Joye

- tabs


# 19f3c5b5 02-Jul-2003 Pierre Joye

- Fix #23808


Revision tags: php-5.0.0b1, php-4.3.3RC1
# 490da4fb 12-Jun-2003 Ilia Alshanetsky

Fixed bug #24155 (gdImageRotate270 incorrectly use x parameter for y axis)


# a8c7c3bc 04-Jun-2003 Ilia Alshanetsky

No need to dupe macro


# b2ee5310 04-Jun-2003 foobar

MFB: fix build


# f2a9f311 04-Jun-2003 Ilia Alshanetsky

GD 2.0.15 sync


# e1b8cad2 03-Jun-2003 Ilia Alshanetsky

Syncronize bunbled GD with gd 2.0.14


12345678