History log of /PHP-8.0/ext/gd/php_gd.h (Results 126 – 138 of 138)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# ff1b4be8 25-Jun-2000 Sterling Hughes

@- Added the ImageCopyMerge, ImagePaletteCopy and ImageColorClosestHWB functions. (Sterling)

-Added the ImageCopyMerge, ImagePaletteCopy and ImageColorClosestHWB functions


# 4dfdac7f 25-Jun-2000 Jouni Ahto

- Added imagecreatefromwbmp().
- Fixed missing parenthesis when calling function get_active_function_name.
@- Added function imagecreatefromwbmp(). (Jouni)


# a9d4cf90 10-Jun-2000 Andi Gutmans

- Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows
- need to define both COMPILE_DL_MODULE and HAVE_MODULE=1


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 66eedaa0 07-Jun-2000 Jouni Ahto

- Fixed typo in _php_image_output (s/fp/tmp/) causing segfault.
- Fixed bug when calling imagejpeg() with 3 arguments, the second one empty,
introduced yesterday.
- Nuked even more code.


# 0ebcdb28 07-Jun-2000 Jouni Ahto

- Added functions imagewbmp(), imagecreatefromxbm().
- Nuked a lot of duplicate code.
@- Added function imagecreatefromxbm(). (Jouni)
@- Added function imagewbmp(). (Jouni, based on patch

- Added functions imagewbmp(), imagecreatefromxbm().
- Nuked a lot of duplicate code.
@- Added function imagecreatefromxbm(). (Jouni)
@- Added function imagewbmp(). (Jouni, based on patch from Rune Nordbøe Skillingstad)
# Note: calling imagejpeg() with 3 arguments, the second one empty,
# is currently broken. Fill fix tomorrow evening unless someone beats me.
# Must have some sleep now, brains stopped working...

show more ...


Revision tags: php-4.0.0
# 69ddfd0a 14-May-2000 Sterling Hughes

@-Port imagegammacorrect from PHP3 to PHP4. (Sterling)

#Also two little stylistic changes in gd.c


Revision tags: php-4.0RC2
# 19ea1a0b 02-May-2000 Hartmut Holzgraefe

calling a function that is not supported in the current build due to a
missing library or unsupported feature (especially GIF-Output)
will now give a slightly more usefull error message than

calling a function that is not supported in the current build due to a
missing library or unsupported feature (especially GIF-Output)
will now give a slightly more usefull error message than eg.
" Call to undefined function: imagegif()"
(this seemed to confuse a lot of users ....)

show more ...


Revision tags: PHP-4.0-RC1
# da4f3eda 13-Mar-2000 Rasmus Lerdorf

gd-jpeg support
@Add GD-JPEG Support (Rasmus)


# bafbbea0 28-Feb-2000 Jouni Ahto

- Use *_ex-API and *_RESOURCE-macros (partial).
# Yell if this breaks all the hell loose. Otherwise I'll continue with the
# wonderful experience of learning PHP4/Zend-APIS.


# ab7bbbb1 25-Feb-2000 Jouni Ahto

Ported T1lib support from PHP3.
@- Ported T1lib support from PHP3. (Jouni)
# That's almost a lie... needs still some work.


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND
# bb3ca126 17-Dec-1999 Zeev Suraski

More cleanup...


# fb1c77bd 17-Dec-1999 Zeev Suraski

- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)


Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH
# 5b983c94 04-Dec-1999 Sascha Schumann

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them ma

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.

show more ...


123456