PHP: Difference between revisions
From DWIKI
mNo edit summary |
m (→FAQ) |
||
Line 30: | Line 30: | ||
| | ||
==Which ini files is php cli using?== | |||
php --ini | |||
== See also == | == See also == |
Revision as of 13:48, 17 May 2023
Links
- PHP Homepage
- PHP Manual
- Smart, useful PHP template engine
- PHP and forms
- More PHP and forms
- PHP Pear
- phpdocumentor
Docs
Internationalizing php scripts
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