History log of /PHP-8.3/ext/gd/gd.c (Results 651 – 675 of 718)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2987d521 15-Jun-2000 Andi Gutmans

- More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions


# 3ca7eb74 14-Jun-2000 Jouni Ahto

# Prevent Hartmut finding this until it is actually implemented...


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 ...


# 6dd32287 06-Jun-2000 Hartmut Holzgraefe

added T1LIB information to info function


# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


# 93feb306 24-May-2000 Rasmus Lerdorf

@ Fix a couple of warnings in the gd and ldap modules
num_links is a long there


# 94cca689 23-May-2000 Hartmut Holzgraefe

added a missing proto


# 4686a3b5 23-May-2000 Sascha Schumann

Use #ifdef COMPILE_DL_EXTNAME solely.


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


# 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 ...


# fe50664d 02-May-2000 Sascha Schumann

#if COMPILE_DL

becomes

#if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)


# 0d383d93 02-May-2000 Sascha Schumann

Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.


# 0628b332 01-May-2000 Rasmus Lerdorf

Never mind on the error check


# 83f567ab 01-May-2000 Rasmus Lerdorf

Dynamically allocate points for ImagePolygon (Marc Pohl)
@Dynamically allocate points for ImagePolygon (Marc Pohl)


# 4789127d 21-Apr-2000 Rasmus Lerdorf

createfrom* fixes


# 1665cba7 15-Apr-2000 Andi Gutmans

- Change PHP_ to V_ (directory & file functions)


# 34ba0394 07-Apr-2000 Colin Viebrock

recommended changes


# f133141b 05-Apr-2000 Colin Viebrock

typo


# 731404c0 05-Apr-2000 Colin Viebrock

phpinfo() prettying

I will get to the rest of the functions later tonight or tomorrow
(i.e. from hyperwave to snmp)


# 9c3d6304 30-Mar-2000 Andi Gutmans

- Hopefully got most of them. We also need a chdir_file function like
for Apache.


Revision tags: PHP-4.0-RC1
# 69c2faf5 13-Mar-2000 Egon Schmid

Fixed some protos.


# 9c192f52 13-Mar-2000 Rasmus Lerdorf

# Oops - functions with multiple optional args suck


# da4f3eda 13-Mar-2000 Rasmus Lerdorf

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


1...<<212223242526272829