Hi Christian,

On Thu, Mar 5, 2015 at 4:34 PM, Christian Stoller <stol...@leonex.de> wrote:

> From: yohg...@gmail.com [mailto:yohg...@gmail.com] On Behalf Of Yasuo
> Ohgaki, Sent: Thursday, March 05, 2015 7:21 AM
>
> > For example, ctype extension has "ctype_" prefix. It replaces
> > "is" to "ctype_".
> > we may have "isalpha" alias as IEEE compliant name. There are many
> > IEEE confirmed names already. Only small adjustments are needed.
> >
>
> Changing ctype_alpha to isalpha would be inconsistent with is_numeric.
>

I'm not going to change ctype_alpha to isalpha, but add IEEE complied name
alias. So the manual page would have ctype_alpha as the main function,
isalpha as IEEE complied alias.

BTW, I'm going to get rid of aliased/deprecated function listing. So aliases
and deprecated functions will not be listed, but only searchable.

For example, http://php.net/manual/en/book.ctype.php will not be changed.
http://php.net/manual/en/book.classobj.php will not list deprecated
call_user_method_array and call_user_method (or listed separately)

Regards,

--
Yasuo Ohgaki
yohg...@ohgaki.net

Reply via email to