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 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?  (dynamiclly loads libintl.dll)
>
> It could be that I compiled libintl differently. You can find all
> libraries and includes for the snapshot/release building machine at:
>
> http://ftp.proventum.net/pub/php/win32/misc/dev/php_build/(include|lib)/
>

Thanks Edin.  I downloaded libintl.lib from above and linked with it.  The
resulting php_gettext.dll now works the same as the distrubuted one. It
dynamically loads libintl-1.dll at runtime.

You may be insterested to know that libintl.lib and gnu_gettext.lib are
identical. I think gnu_gettext.lib (old lib name) can be removed if we link
to libintl.lib (newer lib name) instead.  Patch to the project file is
attached.

Nathan


begin 666 gettext-dsp-patch.txt
M+2TM(&=E='1E>'0M9&ES="YD&4-"B C($%$1"!"05-%($Q)3DLS,B!K97)N96PS,BYL:6(@=7-E
M'0N9&QL(B O;&EB<&%T:#HB+BY<+BY<4F5L96%S
M95]44R(@+VQI8G!A=&@Z(BXN7"XN7%)E;&5A&4-"B C($%$1"!"05-%($Q)3DLS,B!K97)N96PS,BYL:6(@
M=7-Ehttp://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] php_gettext.dll

2003-03-11 Thread Edin Kadribasic
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 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?  (dynamiclly loads libintl.dll)
It could be that I compiled libintl differently. You can find all 
libraries and includes for the snapshot/release building machine at:

http://ftp.proventum.net/pub/php/win32/misc/dev/php_build/(include|lib)/

Edin

--
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php


[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?  (dynamiclly loads libintl.dll)

Thanks,
Nathan



-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php