This function exists since 4.2.0+ and yet my version of 4.3.6 says:
Fatal error: Call to undefined function: ini_get_all()
Using:
print_r(ini_get_all());
I'm simply trying to figure out which GD version I'm running, that's all.
sigh
Phil
The answer should be in phpinfo().
the answer to what? It's 4.3.6 and gd_info() bombs, ini_get_all() bombs and there is no way I can use phpinfo() in a practical sense to determine by GD library version type!