PHP Info

From TheBestLinux.com
Revision as of 00:14, 14 June 2015 by Jamie (talk | contribs)
Jump to navigation Jump to search

PHP - Miscellaneous Information

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 timeouts, increase the value of this variable, which defaults to 60, to /etc/php.ini file:

default_socket_timeout = 300