Re: [PHP-DEV] HAVE_GD_STRINGFTEX

2002-09-02 Thread Wez Furlong
Hey, this was already discussed a while ago on php-dev. Your fix is correct, but I wonder why it never made it into the code? --Wez. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] HAVE_GD_STRINGFTEX

2002-09-02 Thread Melvyn Sopacua
On Mon, 2 Sep 2002, Melvyn Sopacua wrote: MS>>> Looking at the name of the function, I guess this is used for the __optional__ 'extra' array, so why is this extension: MS>>> 1) Claiming to support freetype MS>>> 2) and subsequently disabeling all relevant functions MS>>> 3) for an optional argum

[PHP-DEV] HAVE_GD_STRINGFTEX

2002-09-01 Thread Melvyn Sopacua
Hi, The following in ext/gd/gd.c confuses me. line 332, in function PHP_MINFO_FUNCTIONS: #ifdef ENABLE_GD_TTF php_info_print_table_row(2, "FreeType Support", "enabled"); #if HAVE_LIBFREETYPE php_info_print_table_row(2, "FreeType Linkage", "with freetype"); #elif HAVE_LIBTTF php_info_