#Set the Maximum Input time
php_value max_input_time 200
#Maximum size allowed in Post method
php_value post_max_size 20M
#Set the Maximum Execution Time for Script
php_value max_execution_time 200
#Set the Maximum Upload Filesize
php_value upload_max_filesize 15M
Code language: Bash (bash)
Java URL Encoder/Decoder Example - In this tutorial we will see how to URL encode/decode…
Show Multiple Examples in OpenAPI - OpenAPI (aka Swagger) Specifications has become a defecto standard…
Local WordPress using Docker - Running a local WordPress development environment is crucial for testing…
1. JWT Token Overview JSON Web Token (JWT) is an open standard defines a compact…
GraphQL Subscription provides a great way of building real-time API. In this tutorial we will…
1. Overview Spring Boot Webflux DynamoDB Integration tests - In this tutorial we will see…
View Comments
Nice post, I wasn't aware of htaccess method. There are other methods to change php time limit: http://www.sudo-juice.com/php-time-limit-extend-script-running-time/