[PHP-DEV] CVS Account Request: nrf

2006-06-01 Thread Nathan Fredrickson
To assist Lukas Smith maintaining the PEAR MDB2 package. In particular, Lukas has asked me to maintain the MDB2_pgsql and MDB2_mssql drivers. Thank you. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] issues with gettext on multithreaded servers

2003-03-21 Thread Nathan Fredrickson
Hi all, I have found some problems (and possible solutions) concerning use of the gettext extension on multithreaded servers. Usually gettext determines the locale to use for translations from one of the following environment variables: LC_MESSAGES, LANG, LANGUAGE, LC_ALL. These environment varia

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 atta

[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