Developer tool
PHP Configuration Inspector
Paste php --ini output or selected directive lines to identify loaded ini files and key limits.
How it works
How to use
Paste php --ini output or specific lines such as memory_limit, upload_max_filesize, and post_max_size. The inspector extracts recognized fields and flags common misconfigurations.
Safety warning
Do not paste a complete production phpinfo() dump. Full phpinfo output can reveal paths, modules, and environment details. Prefer the smallest snippet that answers your question.
Run in browser
AJAX processing only. No remote PHP execution sandbox. Results are not indexed.
Safety notes
- Submitted tool contents are not written to analytics or search logs.
- This site never evaluates arbitrary PHP from the browser.
- Generated configs are starting points—validate on a staging host before production.