Run this function:
phpinfo ([int what])
Check the manual for further details.
Regards,
Sumarlidi Einar Dadason
SED - Graphic Design
------------------------------------------
Phone: (+354) 4615501
Mobile: (+354) 8960376
Fax: (+354) 4615503
E-mail: [EMAIL PROTECTED]
Homepage: www.sed.is
------------------------------------------
-----Original Message-----
From: Seb Frost [mailto:[EMAIL PROTECTED]]
Sent: 7. september 2001 15:55
To: PHP (E-mail)
Subject: [PHP] How do I find out what version of GD I'm running?
with phpinfo it just says GD 1.6 or above. This is on a webhoster. How
do I find out what version they're actually running? I tried asking but
they're useless...
- seb
-----Original Message-----
From: Sebastian Wenleder [mailto:[EMAIL PROTECTED]]
Sent: 07 September 2001 16:36
To: Joseph Bannon; PHP (E-mail)
Subject: Re: [PHP] GD
At 10:06 Uhr -0500 07.09.2001, Joseph Bannon wrote:
>I just installed PHP 4.0.6.
>
>1) Do I have to down load GD (graphics library) and install it
>sperately or is it in 4.0.6 already?
>2) Do I have to run anything special during configuration?
>3) Do I have to completely re-install PHP and Apache?
>
>Thanks,
>
>Joseph
Hi Joseph,
You have to download GD from http://www.boutell.com/gd/
make sure you have zlib, libjpeg, libpng, and (if you need it) freetype
if not compile and install them all... then configure php with
#./configure <your options> \ --with-gd=<your dir> \ --with-zlib=<your
dir> \ --with-jpeg-dir=<your dir> \ --with-png-dir=<your dir> \
--with-tiff-dir=<your dir> \ --with-freetype-dir=<your dir> #make #make
install
then you will have to restart apache
Best regards, Sebastian Wenleder
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED] To
contact the list administrators, e-mail: [EMAIL PROTECTED]
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.274 / Virus Database: 144 - Release Date: 23/08/2001
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.274 / Virus Database: 144 - Release Date: 23/08/2001
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED] To
contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]