XAMPP Health Check

Use this page to verify your local XAMPP/PHP setup. For full installation steps, see XAMPP Setup.

Environment

PHP Version (>= 8.0 recommended) 8.2.29 OK
Timezone (php.ini: date.timezone) UTC OK
display_errors (dev) Off FAIL
memory_limit (>= 256M for dev) 128M FAIL
upload_max_filesize (>= 20M) 32M OK
post_max_size (>= 25M) 32M OK
Document Root /home/wrz2878b430m/public_html Found
DocRoot Writable (temp file) Writable OK

Extensions

ExtensionStatus
mysqli Loaded
curl Loaded
gd Loaded
openssl Loaded
mbstring Loaded
xml Loaded
zip Loaded

mod_rewrite

Status: Enabled (apache_get_modules)

If “Unknown”, you may be running PHP via CGI/FastCGI where apache_get_modules() is unavailable. To enable, ensure in httpd.conf:

LoadModule rewrite_module modules/mod_rewrite.so
# and in your vhost directory block:
AllowOverride All

MySQL Connectivity Test (Optional)

Next: move to PHP Syntax & Comments and start coding. For setup issues, review XAMPP Setup.