Re: GD 2 on php?
From: Andy Hassall (andy_at_andyh.co.uk)
Date: 01/22/04
- Next message: Andy Hassall: "Re: problem with file()"
- Previous message: CountScubula: "Re: Can PHP read an image file?"
- In reply to: Roger: "GD 2 on php?"
- Next in thread: Dan Tripp: "Re: GD 2 on php?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 22 Jan 2004 19:12:16 +0000
On Thu, 22 Jan 2004 17:31:25 GMT, "Roger" <medionneke@hotmail.com> wrote:
>I'm looking for a php gallery management system and I would like to check
>something.
>
>The setup for the management system says I need GD version 2 to get nice
>thumbnails. I looked it up on www.php.net and I think it says that GD 2 is
>built in php 4.3.2. I'm running php 4.3.4 on Windows XP home. Does that mean
>I don't have to worry about that? Or do I still have to "activate" the GD?
Get the .zip version of the download (not the installer), it comes with many
prebuilt libraries. php_gd2.dll is one of them.
Edit php.ini, set extension_dir to the right directory, remove the ';' comment
in front of the extension=php_gd2.dll line, stop&start webserver and you'll
have GD2 enabled.
Check with the following short script:
<?php phpinfo(); ?>
This dumps lots of configuration information, including loaded extensions.
-- Andy Hassall <andy@andyh.co.uk> / Space: disk usage analysis tool <http://www.andyh.co.uk> / <http://www.andyhsoftware.co.uk/space>
- Next message: Andy Hassall: "Re: problem with file()"
- Previous message: CountScubula: "Re: Can PHP read an image file?"
- In reply to: Roger: "GD 2 on php?"
- Next in thread: Dan Tripp: "Re: GD 2 on php?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|