FW: HOW DO I FIND GD LIB ENABLED

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 colon (;) before it.
Even I remove (;) semi colon from it, and restart my pc, but still its
not in phpinfo() page. 
Need help quick on this one...

faisal


-----Original Message-----
From: Frank M. Kromann [mailto:frank@kromann.info] 
Sent: Tuesday, November 11, 2003 2:35 AM
To: 'PHP Help Desk'
Subject: Re:  HOW DO I FIND GD LIB ENABLED

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

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux