Wednesday, 12 November 2003 03:31
To: 'PHP Help Desk'
Subject: FW: [PHP-WIN] HOW DO I FIND GD LIB ENABLED
Hi,
Ok I couldn't find it in my phpinfo() output. I did find the file in
"c:\php\..." and also I found extension=php_d2.dll syntax in php.ini but
there is semi
From: Frank M. Kromann [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 11, 2003 2:35 AM
> To: 'PHP Help Desk'
> Subject: Re: [PHP-WIN] HOW DO I FIND GD LIB ENABLED
>
> Hi,
>
> The GD librarry is included in a DLL on Win32. You need to load the
> library f
d help quick on this one...
faisal
-Original Message-
From: Frank M. Kromann [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 11, 2003 2:35 AM
To: 'PHP Help Desk'
Subject: Re: [PHP-WIN] HOW DO I FIND GD LIB ENABLED
Hi,
The GD librarry is included in a DLL on Win32. You need
Hi,
The GD librarry is included in a DLL on Win32. You need to load the
library from php.ini with extension=php_gd2.dll or from the script with
dl("php_gd2.dll");
You can check the output from phpinfo(); to see if the GD has been
loaded.
- Frank
> Hi,
>
> Can I find that my php version suppor
Hi,
Can I find that my php version support gd library,
My php version is 4.3.3 and server is IIS 5.0 and I want to configure it
for JPGraph.
Thnx in advanced.
Faisal