Re: [PHP-DEV] [PATCH] ext/gettext/gettext.dsp

2003-03-24 Thread Edin Kadribasic
rch 21, 2003 8:43 AM > Subject: RE: [PHP-DEV] [PATCH] ext/gettext/gettext.dsp > > > > Here's the patch. (Attachment extension had to be .txt) > > > > > -Original Message- > > > From: Nathan Fredrickson [mailto:[EMAIL PROTECTED] > > >

RE: [PHP-DEV] [PATCH] ext/gettext/gettext.dsp

2003-03-20 Thread Nathan Fredrickson
Here's the patch. (Attachment extension had to be .txt) > -Original Message- > From: Nathan Fredrickson [mailto:[EMAIL PROTECTED] > Sent: Friday, March 21, 2003 2:39 AM > To: php.internals > Subject: [PHP-DEV] [PATCH] ext/gettext/gettext.dsp > > > The attach

[PHP-DEV] [PATCH] ext/gettext/gettext.dsp

2003-03-20 Thread Nathan Fredrickson
The attached patch contains a couple of changes to win32 project file for the gettext extension. Add defines necessary to enable plural gettext functions on win32. These functions exist in the current libintl-1.dll, but are currently unaccessible from php. /D HAVE_NGETTEXT=1 /D HAVE_DNGETTEXT=1

RE: [PHP-DEV] [PATCH] ext/gettext/gettext.dsp

2003-03-15 Thread Nathan Fredrickson
Here's the patch again, as a .txt file. > > It seems the attachment was eliminated by the list manager. > Try suffixing it with ".txt" or inlining it. > > Moriyoshi > > "Nathan Fredrickson" <[EMAIL PROTECTED]> wrote: > > > The attached patch contains a couple of changes to win32 > > project

Re: [PHP-DEV] [PATCH] ext/gettext/gettext.dsp

2003-03-15 Thread Moriyoshi Koizumi
Hi, It seems the attachment was eliminated by the list manager. Try suffixing it with ".txt" or inlining it. Moriyoshi "Nathan Fredrickson" <[EMAIL PROTECTED]> wrote: > The attached patch contains a couple of changes to win32 project file for > the > gettext extension. > > Added defines to ena

[PHP-DEV] [PATCH] ext/gettext/gettext.dsp

2003-03-15 Thread Nathan Fredrickson
The attached patch contains a couple of changes to win32 project file for the gettext extension. Added defines to enable plural gettext functions on win32. These functions exist in the current libintl-1.dll. /D HAVE_NGETTEXT=1 /D HAVE_DNGETTEXT=1 Changed import lib that is linked to libintl.lib