Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:233 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72755 invoked from network); 24 Mar 2003 21:00:44 -0000 Received: from unknown (HELO ns1.proventum.dk) (195.216.216.2) by pb1.pair.com with SMTP; 24 Mar 2003 21:00:44 -0000 Received: from uros.krug.dk (port264.ds1-amb.adsl.cybercity.dk [217.157.162.17]) by ns1.proventum.dk (Postfix) with ESMTP id 6DDA656D01; Mon, 24 Mar 2003 22:00:40 +0100 (CET) Received: from master (unknown [10.0.0.5]) by uros.krug.dk (Postfix) with SMTP id 14B8024804F; Mon, 24 Mar 2003 22:01:10 +0100 (CET) Message-ID: <021101c2f248$6b07b6f0$0500000a@master> To: "Nathan Fredrickson" , Date: Mon, 24 Mar 2003 22:00:36 +0100 Organization: Proventum Solutions ApS MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: Re: [PHP-DEV] [PATCH] ext/gettext/gettext.dsp From: edink@proventum.net ("Edin Kadribasic") Hi Nathan, It took some time, but your patch has been applied to both stable and development branches. Edin > ----- Original Message ----- > From: "Nathan Fredrickson" > To: "php.internals" > Sent: Friday, March 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:nathan@silverorange.com] > > > Sent: Friday, March 21, 2003 2:39 AM > > > To: php.internals > > > Subject: [PHP-DEV] [PATCH] ext/gettext/gettext.dsp > > > > > > > > > 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 > > > > > > Changed the import lib that is linked to libintl.lib intstead of > > > gnu_gettext.lib. As far as I know these two import libs are identical > and > > > both are available at: > > > http://ftp.proventum.net/pub/php/win32/misc/dev/php_build/lib/ > > > > > > Nathan > > > > > > > > > > > -------------------------------------------------------------------------- -- > ---- > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php >