Egon wrote:
<snip>
> Some years ago there have been disscusions and there have recently beens
> some discussions to make the function names more user friendly. I have
> made the suggestion to make function names with underscores and not with
> capitalized letters.  I mean the function name ImageCopyResized should be
> aliased to image_copy_resized.
>
> This discussion arise every now and then. I hope the QA team can make some
> improvements.

    I gave it my best shot - IMHO, there is just too much dissention to
    correct the problems with the function names. :(

    The issue is not the difficulty of the task - adding aliases is
    a fairly simple matter - a simple line like the following:

    PHP_FALIAS(mysql,    mysql_db_query,  NULL)

> I have for myself not the time to change the source code.
> I'm only looking for the function prototypes within comments.


    --zak

Reply via email to