History log of /PHP-7.4/ext/gd/gd.c (Results 451 – 475 of 626)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 32e9ea6c 01-Feb-2002 Derick Rethans

- Fix for bug 14899 (patch by Sander Roobol <sander@php.net>)


# 8e6a1698 02-Jan-2002 jim winstead

jpeg2wbmp,png2wbmp: fix prototypes; _php_image_convert: simplify argument count checking


Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0
# 552ee2a2 06-Dec-2001 Hartmut Holzgraefe

proto fixes


# 250aded2 06-Dec-2001 Hartmut Holzgraefe

proto fixes


Revision tags: php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3
# e68a9c6b 16-Nov-2001 Rasmus Lerdorf

Use the macro here and add an E_NOTICE


# a9fe559f 13-Nov-2001 Rasmus Lerdorf

Be explicit here and cast it


Revision tags: php-4.1.0RC2
# e202deae 10-Nov-2001 Rasmus Lerdorf

# More low-oxygen plane hacking
Fix ImageColorsForIndex() and ImageColorAt() to work for TrueColor images.
@- Fix ImageColorsForIndex() and ImageColorAt() to work for TrueColor
@ images.

# More low-oxygen plane hacking
Fix ImageColorsForIndex() and ImageColorAt() to work for TrueColor images.
@- Fix ImageColorsForIndex() and ImageColorAt() to work for TrueColor
@ images. (Rasmus)

show more ...


Revision tags: POST_PARAMETER_PARSING_API
# 35ace375 24-Oct-2001 foobar

Fixed logic bug introduced by me. Bug: #13796


Revision tags: PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# eea39183 13-Oct-2001 foobar

ws fix.


# 68925208 11-Oct-2001 Stig Bakken

* zend_module_entry change: apino, debug and zts are moved first,
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)


# 116671a8 08-Oct-2001 Egon Schmid

Fixed some protos.


Revision tags: php4, php-4.0.7RC3
# 94d789e5 30-Sep-2001 Rasmus Lerdorf

I could have sworn I test compiled this when I committed it a couple of
days ago. Must have been hallucinating.


# c8280238 27-Sep-2001 Rasmus Lerdorf

Fix segfault and check for truecolor image in ImageColorAt
@- Fix segfault and check for truecolor image in ImageColorAt (Rasmus)


Revision tags: POST_SUBST_Z_MACROS
# 6cfba2a3 25-Sep-2001 Jeroen van Wolffelaar

2nd phase in back-substitution those macro's

I've got pretty much everything now...


# c0332885 25-Sep-2001 Jeroen van Wolffelaar

Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.


Revision tags: PRE_SUBST_Z_MACROS
# 03f74067 21-Sep-2001 Hartmut Holzgraefe

proto fixes "double" -> "float"


# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.


Revision tags: php-4.0.7RC2
# 3c64473b 06-Sep-2001 foobar

Fixed bug: #13172


# 70c581b8 26-Aug-2001 Rasmus Lerdorf

Test your changes please Jani


# f03a871d 24-Aug-2001 foobar

Fixed bug: #12948, #12945


# 5296d29b 22-Aug-2001 foobar

Killed a compile warning.


Revision tags: php-4.0.7RC1
# 4d11d908 13-Aug-2001 Rasmus Lerdorf

Track down a few more functions that don't check for 0 args and use
faster mechanism


# 8c497f05 13-Aug-2001 Rasmus Lerdorf

We don't consistently check for args passed to functions that don't
take any args. In some cases we probably want to skip the check for
performance reasons, but in other cases where performa

We don't consistently check for args passed to functions that don't
take any args. In some cases we probably want to skip the check for
performance reasons, but in other cases where performance is unlikely
to be a factor, not throwing a warning on the wrong number of args passed
to a function is at best inconsistent, and at worst it could hide a bug.
So, add a few such checks. There are still lots of cases out there.

show more ...


Revision tags: BEFORE_EXP_MERGE
# f6f6c4d7 11-Aug-2001 Zeev Suraski

Whitespace


1...<<11121314151617181920>>...26