Quoting Zeev Suraski <[EMAIL PROTECTED]>:

> Why the heck do we have:
> 
>      PHP_FALIAS(_,   gettext,    NULL)
> 
> in ext/gettext/gettext.c

It's a standard alias in the c library as well:
http://www.gnu.org/manual/gettext/html_mono/gettext.html#SEC15

It makes code look a lot less convoluted, when you just wrap strings in _() 
instead of having gettext() all over the place.

-chuck

--
Charles Hagenbuch, <[EMAIL PROTECTED]>
Some fallen angels have their good reasons.

-- 
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