[PHP-WIN] Loading extensions...

2002-06-02 Thread Chris Knipe
Hi, I got some problems loading php extensions (php_gettext.dll)... When IIS starts, PHP complains that it cannot load the dll... >From my \winnt\php.ini: ; Directory in which the loadable extensions (modules) reside. extension_dir = d:\php\extensions\ extension=php_gettext.dll The system its

Re: [PHP-WIN] Re: Loading extensions...

2002-06-02 Thread Chris Knipe
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 02, 2002 10:14 PM Subject: [PHP-WIN] Re: Loading extensions... > Try extension_dir = d:\php\extensions > > or extension_dir = d:/php/extensions/ > etc > > > "Chris Knipe" <[EMAIL PROTECTE

Re: [PHP-WIN] Re: Loading extensions...

2002-06-02 Thread Chris Knipe
K.. Just so you all know, I upgraded to PHP 4.2.1 with all the extensions that came with 4.2.1, and it's working now... So yeah.. Just comes to proof the gettext dll that ships with 4.2.0 aren't working properly... -- me - Original Message ----- From: "Chris Knipe" &l

[PHP-WIN] PHP Network functions

2002-07-15 Thread Chris Knipe
Lo all, What extensions needs to be enabled to be able to use PHP's network functions in Windows? I'm specifically after the DNS related functions (getmxrr, gethostbyname & fsockopen)... Thank you kindly. -- me

[PHP-WIN] mysql_query() & mail() - something weird is going on !

2002-09-12 Thread Chris Knipe
Lo all, I get a timeout on line 523 of my code (posted and marked below). However, I fail to see where the timeout is occurring, and even debugging (mysql_error()) doesn't report anything wrong! I'm baffled as to what exactly is causing this timeout The code is currently on Apache (Win32)