Skip to content

Instantly share code, notes, and snippets.

@lucasrmagalhaes
Last active March 18, 2022 00:33
Show Gist options
  • Save lucasrmagalhaes/a122ebf76a8472dd186ba4490ef646e2 to your computer and use it in GitHub Desktop.
Save lucasrmagalhaes/a122ebf76a8472dd186ba4490ef646e2 to your computer and use it in GitHub Desktop.
PHP - Códigos
<?php
# Definir tamanho dos uploads
upload_max_filesize
# Memória de Carregamento de Tabelas
memory_limit
# Desativar avisos
error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING & ~E_DEPRECATED
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment