History log of /PHP-5.4/ext/gd/gd.c (Results 126 – 150 of 439)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_0_9_1
# af888a48 25-Oct-2005 Pierre Joye

- fix #34980, divisor and offset never passed correctly (s/float/double/)


Revision tags: php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1
# 71bd44ac 06-Oct-2005 Ilia Alshanetsky

MFH: Added missing safe_mode checks.


Revision tags: RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 0a830b33 06-May-2005 Antony Dovgal

fix off-by-one in _php_image_output()
and prevent such errors in php_do_open_temporary_file()


# bb898810 17-Apr-2005 Derick Rethans

- Fixed bug #32735 (Compile error in GD extension).


# 3963ba64 16-Apr-2005 Pierre Joye

- export imageconvolution to userland, making people happy to do not
use the predefined ones :)


# d9f5f1ee 10-Apr-2005 Andrey Hristov

fix memory corruption on 64bit in imagefttext(),
domdocument::load() and domdocument::loadxml()


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11
# c8ce18c1 27-Mar-2005 Pierre Joye

- allow to keep or ignore the transparent color in imagerotate (thx
Ken Coar to report this "bug")
- be sure to restore alphablending in imagefill
- use zend_parse_parameter in imagerot

- allow to keep or ignore the transparent color in imagerotate (thx
Ken Coar to report this "bug")
- be sure to restore alphablending in imagefill
- use zend_parse_parameter in imagerotate

show more ...


Revision tags: php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# e82eb93c 17-Jan-2005 foobar

- Added some sanity checks by changing to the parameter parsing API


# 0e9866bf 15-Jan-2005 foobar

ws fix


# 33074648 14-Jan-2005 foobar

- Fixed bug #31060 (imageftbbox() does not use linespacing parameter)


# 68ca0ed6 14-Jan-2005 foobar

- Fixed bug #30120 (imagettftext() and imagettfbbox() accept too many parameters)


# a2177b2e 04-Jan-2005 foobar

- Fixed bug #31396 (compile fails with gd 2.0.33 without freetype)


# 12c2113b 29-Dec-2004 Ilia Alshanetsky

Fixed compiler warnings.


# 3f79dfbb 29-Dec-2004 Ilia Alshanetsky

Don't forget to unload t1lib.


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# 8091bfb8 02-Nov-2004 Ilia Alshanetsky

MFB: Fixed bug #30658 (Ensure that temporary files created by GD are removed).


Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# 4d360ead 16-Aug-2004 Ilia Alshanetsky

Fixed bug #29594 (Use PHP's own tmpfile() implementation).


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.


12345678910>>...18