[PHP-WIN] gettext on Windows...

2002-12-24 Thread Kyle Bisignani
I need to know if there is anyone who is successfully running Windows XP or 2000 with Apache (2.0.40) and PHP (4.2.3) and has the gettext extension working properly. Just need to know if that works as it should! Thank you! ~Kyle Bisignani HAPPY HOLIDAYS -- PHP Windows Mailing List (http:/

[PHP-WIN] gettext problem

2002-11-19 Thread deco
I've seen the post in this list about gettext() under windows just a few days ago, but no one seemed to answer it!! So here it goes again: I've installed Apache/PHP on WinXP, have several extensions loaded and working but if i try to load php_gettext.dll i get a "cannot load module" error when st

RE: Re: Re: [PHP-WIN] gettext

2002-11-11 Thread Gary Hayers
al Message- From: Carlos Andre Marques Moreira [mailto:camoreira@;sfiec.org.br] Sent: 11 November 2002 16:47 To: '[EMAIL PROTECTED]' Subject: RE: Re: Re: [PHP-WIN] gettext Have you checked the extension_dir directive on PHP.INI, it is located on PATH and Directory section. -

Re: Re: [PHP-WIN] gettext

2002-11-11 Thread gary
C:\PHP) On any win system from 98 to XP I always put them here > rather than the win or systems directories and never have a drama. > > - Original Message - > From: > To: > Sent: Monday, November 11, 2002 9:47 PM > Subject: [PHP-WIN] gettext > > > > Hi,

Re: [PHP-WIN] gettext

2002-11-11 Thread Cam Dunstan
PROTECTED]> Sent: Monday, November 11, 2002 9:47 PM Subject: [PHP-WIN] gettext > Hi, > > I am new to running Php on a webserver. I am trying to get the latest > installtion of Horde and Imp to run on my server (IIS 5 WindowsXP) For > my server to be able to run these packages t

Re: Re: Re: [PHP-WIN] gettext

2002-11-11 Thread gary
Has anyone managed to get Horde/Imp working on an IIS platform? if so how? any help is welcome Regards, Gary [EMAIL PROTECTED] wrote on 11.11.2002, 13:16:17: > Yeah I have Maxim, to both questions. it's got me totally baffelled > :os > > Regards > > Gary > > Maxim Maletsky wrote on 11.11

Re: Re: [PHP-WIN] gettext

2002-11-11 Thread gary
Yeah I have Maxim, to both questions. it's got me totally baffelled :os Regards Gary Maxim Maletsky <[EMAIL PROTECTED]> wrote on 11.11.2002, 13:19:42: > > have you restarted the web server after uncommenting the .dll? If yes > then also check if it is in the right directory > > > -- > Max

Re: [PHP-WIN] gettext

2002-11-11 Thread Maxim Maletsky
have you restarted the web server after uncommenting the .dll? If yes then also check if it is in the right directory -- Maxim Maletsky [EMAIL PROTECTED] [EMAIL PROTECTED] wrote... : > Hi, > > I am new to running Php on a webserver. I am trying to get the latest > installtion of Horde and

[PHP-WIN] gettext

2002-11-11 Thread gary
Hi, I am new to running Php on a webserver. I am trying to get the latest installtion of Horde and Imp to run on my server (IIS 5 WindowsXP) For my server to be able to run these packages the test.php page tells me I need to get gettext to work before continuing. However, I have uncommented the p

[PHP-WIN] gettext() problems

2002-01-08 Thread Alan McFarlane
I'm having problems accessing the gettext library with PHP 4.1.0 running on Apache 1.3.22 (Win32). After enabling the gettext extension by altering php.ini to read: ... extension=php_gettext.dll ... and restarting Apache, I get the following error message. Unable to load dynamic library 'c:\ph

[PHP-WIN] gettext with php as module on win32

2001-04-01 Thread Claude Philipona
I'm using the php distribution of www.php4win.de (php4.0.5-rc1-win32-20010316) which provides quite a lot of nice extensions like gettext. It was very easy to implement gettext. All functions are working with either php as module (apache) or cgi. With the cgi version it is fully functionning, I c