Hi,
attached a small fix, for OS's who do not natively support the LC_MESSAGES
locale.
When on these platforms the gettext extension is compiled in, it is still
useless,
since libintl.h is the one defining the locale.
Tested and working, no side-effects observed.
With kind regards,
Melvyn Sopacua
<?php include("not_reflecting_employers_views.txt"); ?
I think this patch should go to the PHP_4_3 branch too.
Moriyoshi
Melvyn Sopacua msopacua@php.net wrote:
Hi,
attached a small fix, for OS's who do not natively support the
LC_MESSAGES
locale.When on these platforms the gettext extension is compiled in, it is still
useless,
since libintl.h is the one defining the locale.Tested and working, no side-effects observed.
With kind regards,
Melvyn Sopacua
<?php include("not_reflecting_employers_views.txt"); ?
attached a small fix, for OS's who do not natively support the
LC_MESSAGES
locale.
What OSes might those be?
When on these platforms the gettext extension is compiled in, it is still
useless, since libintl.h is the one defining the locale.
What is useless, this patch or gettext?
Tested and working, no side-effects observed.
Feel free to commit to the 4_3 branch.
--Jani