Does anyone know if it's possible to get ANY
variable presented in phpinfo() from within a script?
Namely, I've been needing to get the values for include_path (both the local and master values) from within a script (since I've been unable to figure out how to APPEND a path(in an .htaccess file) to the include path set in httpd.conf). Also, I've needed to get at the values of gif_support_enabled and jpeg_support_enabled. Though the documentation says "or a list of all predefined variables (and lots of other useful information), please see (and use) phpinfo(). " It doesn't say whether or not EVERY value shown in phpinfo() is also a predefined variable, but they certainly give that impression, and I would think that it SHOULD be that way.
Any ideas would be greatly appreciated. Thanks!