Re: [PHP-DEV] ngettext on win32

2002-08-12 Thread Marcus Börger
At 00:35 13.08.2002, Nathan Fredrickson wrote: >I've been using the gettext extension with php 4.2.1 on win32. I have found >that the plural gettext functions are not available (ngettext(), >dngettext(), dcngettext()). The manual says these functions should be >available above 4.2.0, and these f

Re: [PHP-DEV] ngettext on win32

2002-08-12 Thread Rasmus Lerdorf
My guess is that it is an oversight. On Mon, 12 Aug 2002, Nathan Fredrickson wrote: > I've been using the gettext extension with php 4.2.1 on win32. I have found > that the plural gettext functions are not available (ngettext(), > dngettext(), dcngettext()). The manual says these functions sho

[PHP-DEV] ngettext on win32

2002-08-12 Thread Nathan Fredrickson
I've been using the gettext extension with php 4.2.1 on win32. I have found that the plural gettext functions are not available (ngettext(), dngettext(), dcngettext()). The manual says these functions should be available above 4.2.0, and these functions do work in 4.2.1 on linux. Looking at the