Extensions are not loading (IIS, PHP4 and 5)
Posted: Sun Jul 01, 2007 9:38 pm
Hello, I hope someone can help me here because I'm running out of ideas. I'm just getting started with learning how to configure a PHP install on a virtual private server. The actual install seems to have gone fine (i.e. php code appears to be running okay via a browser), but I can't seem to get my GD2 extensions running.
I've uncommented the proper area in php.ini, made sure the extension_dir variable was properly set, set the permissions so "everyone" can read and execute "php_gd2.dll", but the app I need it for is still not telling me it's loaded (a program called SimpleViewer, which has an "emergency" mode that can tell you which extensions are running).
At this point I'm convinced it's simply not finding the extension folder, but I don't know what else to do. I've tried copying the file to C:\windows, the root php install folder, and C:\windows\system (each time setting the permissions), but still no dice. I'm not getting error messages when I try to actually use whatever GD function SimpleViewer needs, it simply says that "Images of type/jpeg are not supported."
I'm quite confused at this point. Can anyone help? Thanks!
I've uncommented the proper area in php.ini, made sure the extension_dir variable was properly set, set the permissions so "everyone" can read and execute "php_gd2.dll", but the app I need it for is still not telling me it's loaded (a program called SimpleViewer, which has an "emergency" mode that can tell you which extensions are running).
At this point I'm convinced it's simply not finding the extension folder, but I don't know what else to do. I've tried copying the file to C:\windows, the root php install folder, and C:\windows\system (each time setting the permissions), but still no dice. I'm not getting error messages when I try to actually use whatever GD function SimpleViewer needs, it simply says that "Images of type/jpeg are not supported."
I'm quite confused at this point. Can anyone help? Thanks!