Re: [PHP] Is GD available

2005-07-15 Thread Jasper Bryant-Greene
Todd Cary wrote: Damn! I should have checked the error_log first! PHP Warning: Unknown(): Invalid library (maybe not a PHP library) 'libgd.so.2' in Unknown on line 0 And this is the library from the rpm specified in ww.php.net: http://www.boutell.com/gd/. However, the site says that gd sho

Re: [PHP] Is GD available

2005-07-15 Thread André Medeiros
On Fri, 2005-07-15 at 07:41 -0700, Todd Cary wrote: > Damn! I should have checked the error_log first! > > PHP Warning: Unknown(): Invalid library (maybe not a PHP library) > 'libgd.so.2' in Unknown on line 0 > > And this is the library from the rpm specified in ww.php.net: > http://www.boutel

Re: [PHP] Is GD available

2005-07-15 Thread Todd Cary
Damn! I should have checked the error_log first! PHP Warning: Unknown(): Invalid library (maybe not a PHP library) 'libgd.so.2' in Unknown on line 0 And this is the library from the rpm specified in ww.php.net: http://www.boutell.com/gd/. However, the site says that gd should be supported

Re: [PHP] Is GD available

2005-07-15 Thread André Medeiros
On Fri, 2005-07-15 at 07:25 -0700, Todd Cary wrote: > In php 4.3.11, ini files are placed in /etc/php.d that have > "extension=". I have one (i.e. gd.ini) with > "extension=libgd.so.2" and libgd.so.2 is in /usr/lib/php4. > > Todd > > André Medeiros wrote: > > On Fri, 2005-07-15 at 07:06 -0

Re: [PHP] Is GD available

2005-07-15 Thread Todd Cary
In php 4.3.11, ini files are placed in /etc/php.d that have "extension=". I have one (i.e. gd.ini) with "extension=libgd.so.2" and libgd.so.2 is in /usr/lib/php4. Todd André Medeiros wrote: On Fri, 2005-07-15 at 07:06 -0700, Todd Cary wrote: I have php 4.3.11 available, and when I

RE: [PHP] Is GD available

2005-07-15 Thread Jay Blanchard
[snip] I have php 4.3.11 available, and when I do a phpinfo() http://209.204.172.137:81/testphp.php I see it in the configuration, but it is not listed elsewhere. How can I test to see if it is available? gd_info() is not in 4.3.11 and extension_loaded('gd') gives a false. [/snip] You may

Re: [PHP] Is GD available

2005-07-15 Thread André Medeiros
On Fri, 2005-07-15 at 07:06 -0700, Todd Cary wrote: > I have php 4.3.11 available, and when I do a phpinfo() > > http://209.204.172.137:81/testphp.php > > I see it in the configuration, but it is not listed elsewhere. How can > I test to see if it is available? > > gd_info() is not in 4.3.

[PHP] Is GD available

2005-07-15 Thread Todd Cary
I have php 4.3.11 available, and when I do a phpinfo() http://209.204.172.137:81/testphp.php I see it in the configuration, but it is not listed elsewhere. How can I test to see if it is available? gd_info() is not in 4.3.11 and extension_loaded('gd') gives a false. Todd -- PHP General