Re: [PHP] undefined GD function [SOLVED]

2007-06-05 Thread C.R.Vegelin
Vegelin" <[EMAIL PROTECTED]> Cc: "[EMAIL PROTECTED]" Sent: Tuesday, June 05, 2007 11:30 PM Subject: Re: [PHP] undefined GD function getimagesize is okay, because it's not really really a GD function, even though it's lumped in there... Did you restart Apache? (or th

Re: [PHP] undefined GD function

2007-06-05 Thread Richard Lynch
getimagesize is okay, because it's not really really a GD function, even though it's lumped in there... Did you restart Apache? (or the whole machine if you run IIS)? On Mon, June 4, 2007 5:38 am, C.R.Vegelin wrote: > Hi All, > > I am testing some GD functions, but I'm getting "undefined function

[PHP] undefined GD function

2007-06-04 Thread C.R.Vegelin
Hi All, I am testing some GD functions, but I'm getting "undefined function" errors. I checked php.ini and changed ;extension=php_gd2.dll to extension=php_gd2.dll The php.ini file contains: extension_dir = "c:/php/ext" and this directory does contain php_gd2.dll (version 5.2.0.0) I am using Windo