PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm working on with GD library. I started wondering that is PHP 5.1.2 >= always bundled with GD2+? Are there cases where GD version is below 2 with PHP 5.1.2 >= ?
Also, is it common to disable any of these on web servers?
kaisellgren wrote:Hmm do you know that is GD version >= 2.0.28 in PHP 5?
Can't recall off the top of my head.
I had to do a rebuild of PHP 5.2.5 in work last week to enable JPG in GD, but I won't be back in the office again till the new year.
On my servers at home I currently have GD 2.0.34 with PHP 5.2.6
Hmm. So the JPG/PNG/GIF/Freetype supports can not be assumed at all.. But I'm wondering if the GD 2 is always the version that PHP 5 uses... if anyone could confirm this?