[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

[PHP-DEV] php_gettext.dll

2003-03-10 Thread Nathan Fredrickson
Hi, Is the CVS source out of date for gettext extension? The distributed php_gettext.dll dynamically loads libintl-1.dll. The php_gettext.dll I built from the CVS source is linked to gnu_gettext.lib. How can I build a php_gettext.dll that works like the one in the win32 binary distribution?

Re: [PHP-DEV] php_gettext.dll

2003-03-11 Thread Nathan Fredrickson
Edin Kadribasic [EMAIL PROTECTED] wrote: On Tuesday, Mar 11, 2003, at 03:35 Europe/Copenhagen, Nathan Fredrickson wrote: Hi, Is the CVS source out of date for gettext extension? The distributed php_gettext.dll dynamically loads libintl-1.dll. The php_gettext.dll I built from the CVS