PHP

From DWIKI
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Links

 

Docs

Internationalizing php scripts

HOWTO

Get phpinfo from command line

php -i

FAQ

Apache graceful or restart

Graceful is enough for

(on mpm prefork)

  • max_input_vars

List modules

php -m

 

Which ini files is php cli using?

php --ini

See also