← All code files

php.ini

Common PHP settings for uploads, memory and error display in development.

; Development-friendly PHP settings
display_errors = On
error_reporting = E_ALL
memory_limit = 256M
max_execution_time = 60

; File uploads
file_uploads = On
upload_max_filesize = 32M
post_max_size = 32M

; Timezone
date.timezone = UTC

About this tool

Common PHP settings for uploads, memory and error display in development.

Ready-to-use php.ini — view the content, copy it, or download it with the correct filename. Free and 100% in your browser.