# PHP Configuration for Batch Loading
# Rename this file to .htaccess or add these lines to your existing .htaccess

# Increase memory limit
php_value memory_limit 512M

# Increase execution time
php_value max_execution_time 120

# Increase post size
php_value post_max_size 64M

# Increase upload size
php_value upload_max_filesize 64M

# Enable error display (for debugging - disable in production)
# php_flag display_errors On
# php_flag display_startup_errors On
# php_value error_reporting E_ALL
