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
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
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
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
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)