History log of /PHP-5.5/ext/gd/gd_ctx.c (Results 51 – 57 of 57)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2
# fd3eb254 18-May-2001 Sterling Hughes

should be using the function here.


# 48123882 18-May-2001 Sterling Hughes

Remove the remnants of old global macro's


Revision tags: php-4.0.6RC1, php-4.0.5
# 4c823e8a 30-Apr-2001 Andi Gutmans

- Change macros from V_ to VCWD_ because of AIX name clash


Revision tags: php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5
# 78390894 01-Apr-2001 foobar

According to GD documentation the macros should be used instead..


# f663f1ed 01-Apr-2001 foobar

Fixed bug #8137 and killed some compile warnings.


Revision tags: php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# 8499b430 15-Feb-2001 Thies C. Arntzen

@- Fixed some modules to allow using output-buffering. (Thies)

i nuked all unneded calls to php_header() - i'm not too sure how we do
handle HEAD Requests as they were only detected via

@- Fixed some modules to allow using output-buffering. (Thies)

i nuked all unneded calls to php_header() - i'm not too sure how we do
handle HEAD Requests as they were only detected via php_header(). but calling
php_header from a module makes output-buffering unusable.

NOTICE: there is some EBSDIC stuff in gd.c - i think it's obsolete.

show more ...


# bb6d3e60 01-Feb-2001 Stanislav Malyshev

Allow usage of GD contexts and not tempfiles in output functions


123