History log of /PHP-5.5/ext/gd/gd.c (Results 201 – 225 of 497)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# 69a52532 27-Jul-2004 Ilia Alshanetsky

Fixed bug #29349 (imagecreatefromstring() crashes with external GD library)

Original Patch By: adconrad at debian dot org


# 67c42a4a 23-Jul-2004 Edin Kadribasic

Updated version number


Revision tags: RELEASE_0_1
# 56f8195f 19-Jul-2004 Andi Gutmans

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have to check for it and it slows down
the general case. In addition, it seems that empty_string has been abused
quite a lot, and was used not only for setting zval's but generally in
PHP code instead of "", which wasn't the intention. Last but not least,
nuking empty_string should improve stability as I doubt every place
correctly checked if they are not mistakenly erealloc()'ing it or
calling efree() on it.
NOTE: Some code is probably broken. Each extension maintainer should
check and see that my changes are OK. Also, I haven't had time to touch
PECL yet. Will try and do it tomorrow.

show more ...


Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# 9cccfa57 20-May-2004 Ilia Alshanetsky

Fixed stream leak on error.


# d3fda74a 09-May-2004 Ilia Alshanetsky

Fixed bug #28267 (php_image_filter_contrast calls gdImageBrightness).


# 6e9c4b31 09-May-2004 Ilia Alshanetsky

Upgrade bundled GD library to 2.0.23.
Fixed bug #28175 (build problem for people using FreeType 2.1.0-2.1.2).


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3
# 31de856a 07-Apr-2004 Edin Kadribasic

Allow compilation with gdlib 1.8


Revision tags: php-4.3.6RC2
# 3b27b0f1 04-Apr-2004 Ilia Alshanetsky

Fixed a bug that prevented building of gd extension against external GD
lib 1.X.


Revision tags: php-4.3.6RC1
# 8b079070 29-Mar-2004 Ilia Alshanetsky

Synchronized bundled GD library with GD 2.0.22.


Revision tags: php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 52b962ca 22-Feb-2004 Ilia Alshanetsky

wbmp conversion warning fix.


# cc2dc6c8 21-Feb-2004 Ilia Alshanetsky

Set correct default threshold for image2wbmp().


# cb5c9156 17-Feb-2004 Ilia Alshanetsky

Fixed bug #27293 (two crashes inside image2wbmp()).


Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2
# 472a3a24 28-Jan-2004 Ilia Alshanetsky

Fixed bug #27056 (ints used instead of longs inside some GD functions).


Revision tags: RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


# 8ec2fd0c 28-Dec-2003 Ilia Alshanetsky

Last bit of 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
# 749cf47e 18-Dec-2003 Rasmus Lerdorf

Fix remaining gd build issue


Revision tags: php-5.0.0b3RC1
# 44e180b2 19-Nov-2003 Ilia Alshanetsky

Fixed bug #26309 (Fixed argument parsing for imageftbbox()).


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
# 676755da 15-Sep-2003 Moriyoshi Koizumi

FREETYPE_PATCH is not always defined.
# will likely fix Sebastian's build :)


# 36e89f6d 09-Sep-2003 Moriyoshi Koizumi

Add an phpinfo entry showing which version of freetype is linked to gd.


# b2eb4541 28-Aug-2003 Andrey Hristov

format string fixes


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

emalloc -> safe_emalloc


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1
# aeadf9bd 19-Jun-2003 Ilia Alshanetsky

Fixed a crash inside php_imagettftext_common();


Revision tags: php-4.3.3RC1
# 8fd5e11f 15-Jun-2003 Marcus Boerger

Add ImageXBM


# eb33adf1 15-Jun-2003 Andrey Hristov

proto fixes


12345678910>>...20