Re: [PHP-DEV] php gettext bindtextdomain behavior

2010-11-22 Thread Gerry Reno
bindtextdomain is badly broken in PHP. It is not implemented the same as the standard GNU implementation or any of the other language implementations such as python for example. And it has crippled the ability to do nested access to different gettext translation stores because you cannot quer

Re: [PHP-DEV] php gettext bindtextdomain behavior

2010-11-18 Thread Gerry Reno
I put my comments and some clarifications about the patch into the bug. -Gerry On 11/18/2010 04:24 PM, "Jean-Sébastien H." wrote: Hi, Any feedback on this patch ? http://bugs.php.net/bug.php?id=53251 Regards, Le 07/11/2010 15:57, Gerry Reno a écrit : On 11/07/2010 08:57 AM, Gerry Reno

Re: [PHP-DEV] php gettext bindtextdomain behavior

2010-11-18 Thread Jean-Sébastien H.
Hi, Any feedback on this patch ? http://bugs.php.net/bug.php?id=53251 Regards, Le 07/11/2010 15:57, Gerry Reno a écrit : > On 11/07/2010 08:57 AM, Gerry Reno wrote: >> On 11/07/2010 06:14 AM, "Jean-Sébastien H." wrote: >>> Le 05/11/2010 21:06, Gerry Reno a écrit : In PHP 5.2.4 (my version)

Re: [PHP-DEV] php gettext bindtextdomain behavior

2010-11-07 Thread Gerry Reno
On 11/07/2010 08:57 AM, Gerry Reno wrote: On 11/07/2010 06:14 AM, "Jean-Sébastien H." wrote: Le 05/11/2010 21:06, Gerry Reno a écrit : In PHP 5.2.4 (my version) the gettext bindtextdomain function is not returning the existing directory settings when the directory argument is NULL. That is the

Re: [PHP-DEV] php gettext bindtextdomain behavior

2010-11-07 Thread Gerry Reno
On 11/07/2010 06:14 AM, "Jean-Sébastien H." wrote: Le 05/11/2010 21:06, Gerry Reno a écrit : In PHP 5.2.4 (my version) the gettext bindtextdomain function is not returning the existing directory settings when the directory argument is NULL. That is the expected behavior for bindtextdomain wi

Re: [PHP-DEV] php gettext bindtextdomain behavior

2010-11-07 Thread Jean-Sébastien H.
Le 05/11/2010 21:06, Gerry Reno a écrit : > In PHP 5.2.4 (my version) the gettext bindtextdomain function is not > returning the existing directory settings when the directory argument > is NULL. > That is the expected behavior for bindtextdomain with GNU and it works > this way elsewhere such as i

Re: [PHP-DEV] php gettext bindtextdomain behavior

2010-11-06 Thread Gerry Reno
On 11/06/2010 04:49 PM, Antony Dovgal wrote: On 11/05/2010 11:06 PM, Gerry Reno wrote: In PHP 5.2.4 (my version) the gettext bindtextdomain function is not returning the existing directory settings when the directory argument is NULL. That is the expected behavior for bindtextdomain with GNU

Re: [PHP-DEV] php gettext bindtextdomain behavior

2010-11-06 Thread Antony Dovgal
On 11/05/2010 11:06 PM, Gerry Reno wrote: > In PHP 5.2.4 (my version) the gettext bindtextdomain function is not > returning the existing directory settings when the directory argument is > NULL. > That is the expected behavior for bindtextdomain with GNU and it works > this way elsewhere such a

[PHP-DEV] php gettext bindtextdomain behavior

2010-11-05 Thread Gerry Reno
In PHP 5.2.4 (my version) the gettext bindtextdomain function is not returning the existing directory settings when the directory argument is NULL. That is the expected behavior for bindtextdomain with GNU and it works this way elsewhere such as in python. PYTHON EXAMPLE: bindtextdomain("messa