ID: 15288
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Feature/Change Request
Operating System: All
PHP Version: 4.1.1
New Comment:

This is excactly the point i'm trying to make. To me it seems like the
most logical thing would be to not implement the function at all, since
this would make function_exists() work as expected. Implementing the
function (to give an error message) - even though its not available
seems kinda useless, since this also makes it harder to make a general
solution.


Previous Comments:
------------------------------------------------------------------------

[2002-01-30 08:13:23] [EMAIL PROTECTED]

This one seems really a mess to me (declaring function which output
"not implemented") when we have 'function_exists()'.

Reopening for discussion.

------------------------------------------------------------------------

[2002-01-30 07:39:49] [EMAIL PROTECTED]

.. this does however not cover the TTF*-functions.

------------------------------------------------------------------------

[2002-01-29 23:06:03] [EMAIL PROTECTED]

There is already a clean way to check which image formats are
supported:

http://www.php.net/manual/en/function.imagetypes.php

------------------------------------------------------------------------

[2002-01-29 20:53:30] [EMAIL PROTECTED]

The Image*-functions specific for different formats are available even
if they're not supported in GD. Even though this is understandable, a
better practice would probably be to disable these functions, since
they're not available.(so they can be checked for existance in runtime,
instead of relying on errors passed back from gd)

It shouldnt be much of a change, since i was able to create the desired
effect using a few #ifdef's - and i've only got spare knowledge of c.

http://software.e-mats.org/patches/gd_4.1.1.diff contains the diff for
the gd.c-file from 4.1.1. that i used for testing.

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=15288&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to