Top "Phpinfo" questions

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

How to install and run phpize

I have been meaning to install ffmpeg as an extension to my PHP setup. So before I can install it, …

php ffmpeg phpinfo
phpinfo() - is there an easy way for seeing it?

Each time I want to see the phpinfo(); I have to: Create a info.php file; Write phpinfo(); in it. …

php phpinfo
phpinfo() is not working on my CentOS server

I have PHP installed on my CentOS server. However, when running a phpinfo() inside my script to test it, I …

php centos phpinfo
How do I display PHP information using phpinfo()?

I have phpinfo() text which I want to post and display on another PHP page. My code: ###File index.php &…

php phpinfo
How to check mod_headers and mod_expires modules enabled in apache

I want to check whether mod_headers and mod_expires modules enabled or not in my server Is there a …

apache apache-config mod-expires phpinfo mod-headers
How to determine if PHP OPcache is enabled or not?

I am trying to enable opCache on my server (ubuntu 12.04 LTS, running apache 2.4.7 with PHP Version 5.5.10-1+deb.sury.org~…

php opcache phpinfo
What is the difference between local value and master value

When I display phpinfo(); i see two columns: local value and master value. When the web-server will choose local value …

php php-ini phpinfo
What is 22527 in error_reporting 22527 of phpinfo

In my local dev env, I use PHP Version 5.3.3-1ubuntu9.2. Now when I see error_reporting, the value is 22527. …

php phpinfo
phpinfo() is not working it shows blank page but other php working

I am completely lost as to why this is happening. I am on a server x10hosting. I have a …

php phpinfo
Fatal error: Call to undefined function mysqli_init()

I have a really strange error. My httpd server have been working fine until last Wednesday, when I uninstalled the …

php mysql apache mysqli phpinfo