Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:126 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17902 invoked from network); 21 Mar 2003 07:39:22 -0000 Received: from unknown (HELO silverorange.com) (198.167.161.36) by pb1.pair.com with SMTP; 21 Mar 2003 07:39:22 -0000 Received: from pandor [24.226.106.28] by silverorange.com with ESMTP (SMTPD32-6.06) id A1B312E0166; Fri, 21 Mar 2003 03:39:31 -0400 To: "php.internals" Date: Fri, 21 Mar 2003 02:38:33 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0056_01C2EF52.F78C9EE0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Subject: [PATCH] ext/gettext/gettext.dsp From: nathan@silverorange.com ("Nathan Fredrickson") ------=_NextPart_000_0056_01C2EF52.F78C9EE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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 ------=_NextPart_000_0056_01C2EF52.F78C9EE0--