Top "Phpinfo" questions

The `phpinfo()` function outputs information about PHP's configuration.

phpinfo() mod_rewrite

I'm attempting to perform some url rewriting, and after looking at the phpinfo file, I can't see any mention of …

mod-rewrite phpinfo
Best PHP.ini settings to improve security

What core php.ini file settings we need to pay much attention in terms of improving security?

php security phpinfo
PHP configuration to enable sessions

On our development server, sessions handling works fine. On our production server, it doesnt. phpinfo on the development server shows: …

php session phpinfo
phpinfo() outputs nothing

I've tried phpinfo() but it output nothing. It is interesting that php-r "phpinfo();" works correctly while using phpinfo() in web …

apache php phpinfo
How to print similar information as phpinfo() but for ASP.NET?

I've looped over the Request.ServerVariables collection in ASP.NET, but it's not as comprehensive as phpinfo(). How can I …

asp.net configuration webserver phpinfo
MAMP changes to Apache 'document root' are ineffective

I seek help finding why MAMP fails to effect changes to the Apache 'document root', and fixing this problem. This …

apache mamp document-root phpinfo
PHP - ZipArchive is enabled but not found

When I look at phpinfo I see that Zip is enabled: extension_loaded('zip') // <- returns true. function_exists(…

php linux ziparchive phpinfo
How to get phpinfo() variables from php programmatically?

I am attempting to get a list of dependable(consistent across requests) list of "hidden" constants in PHP(as in, …

php configuration phpinfo
$_SERVER['REQUEST_METHOD'] does not exist

I've just installed WAMP and I can access localhost and get the phpinfo() output. However, although I can see _SERVER[…

php phpinfo
How was my running php compiled?

I'm trying to compile a new instance of PHP (5.4.0) from the source code and want to keep compatibility with the …

php compilation configure phpinfo