tensions' directory to <8
character (DOS compliant) name like 'exten' & see if it works?
regds,
-Original Message-
From: Anthony Ritter [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 23:13
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] newbie: installing p
Try "C:\php4\extensions"
i.e. add the dbl quotation marks.
Cheers
Mike
> "Anthony Ritter"
> Rich,
> On MS Win 98 / Apache / PHP 4
>
> If somebody out there using Win can check my php.ini file and advise me
what
> I'm doing wrong.
>
> I have uncommented:
> ..
> extension=php_gd.dll
>
Rich,
On MS Win 98 / Apache / PHP 4
If somebody out there using Win can check my php.ini file and advise me what
I'm doing wrong.
I have uncommented:
..
extension=php_gd.dll
..
and have included:
..
extension_dir = C:\php4\extensions
...
Does it work if you have it like this...
extension_dir = C:/php4/extensions
Rich
> -Original Message-
> From: Anthony Ritter [mailto:[EMAIL PROTECTED]
> Sent: 26 February 2003 16:58
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] newbie: installing php_gd
>
>
In my php.ini file, this is what it looks like:
..
extension_dir = C:\php4\extensions\; directory in which the loadable
extensions (modules) reside
extension=php_gd.dll
...
Thank you,
TR
--
PHP Windows Mailing List (http://www.php.net/)
To
Tony
Is the php.ini directive extensions_dir set correctly?
Rich
> Using MS Win 98 / PHP 4 and Apache.
>
> I tried running the following script but got an undefined call to:
>
> ImageCreate()
>
> The following copy is located in my php.ini file...one of which is:
>
> ..
> ;extens