PHP with GD
Posted: Thu Oct 02, 2003 8:49 am
Hi, I'm running a PHP-4.2.2 version with Apache-2.0.40 on a RH Linux 9 OS.
This PHP version has bundled GD-1.8.XX support, but I need gd-2.0.12 support. I've installed gd-2.0.12 but still not working
The pie chart cannot be drawed because of the gd 2.0 library with the error...
I know that if I update PHP to a newer PHP version (that has gd2 support bundled) it work (actually works i've tried too), but I don't want to update packages cause the web host where I publish doesn't have it... Some one sugested me that adding a php_gd2.so support on php.ini will work, but don't know where to get this module...
Some ideas?
This PHP version has bundled GD-1.8.XX support, but I need gd-2.0.12 support. I've installed gd-2.0.12 but still not working
The pie chart cannot be drawed because of the gd 2.0 library with the error...
Code: Select all
imagefilledarc(): requires GD 2.0 or later in ..............I know that if I update PHP to a newer PHP version (that has gd2 support bundled) it work (actually works i've tried too), but I don't want to update packages cause the web host where I publish doesn't have it... Some one sugested me that adding a php_gd2.so support on php.ini will work, but don't know where to get this module...
Some ideas?