PHP Info
Revision as of 10:40, 16 January 2021 by Jamie (talk | contribs) (→PHP Info Page - Create a PHP Info Page to Display All PHP Settings, Modules, Etc!)
PHP Info Page - Create a PHP Info Page to Display All PHP Settings, Modules, Etc!
Here is how to create a PHP info page in only 3 short lines of code!
PHP Configuration
System wide configuration on a Linux system is contained in the /etc/php.ini file.
To turn off output buffering, add this to the /etc/php.ini file:
output_buffering = 0
To increase streaming data timeouts, increase the value of this variable, which defaults to 60, to /etc/php.ini file:
default_socket_timeout = 300