search
HomeBackend DevelopmentPHP ProblemHow to change the timeout in php
How to change the timeout in phpApr 03, 2023 pm 03:14 PM

As our business develops and the number of website visits increases, we often need to execute PHP scripts that take a long time. However, PHP's default timeout is only 30 seconds, which is far from meeting business needs. In order to solve this problem, we need to modify the timeout period of PHP.

Here are some ways to change the PHP timeout:

Modify php.ini

This is the most common way, by modifying the max_execution_time parameter in the php.ini file , you can change PHP's timeout. Find the following content in the php.ini file:

; Maximum execution time of each script, in seconds
; http://php.net/max-execution-time
; Note: This directive is hardcoded to 0 for the CLI SAPI
max_execution_time = 30

Change the max_execution_time parameter to a value greater than 30 seconds.

It is worth mentioning that if modifying the php.ini file does not work, you need to check which php.ini file is currently used by PHP. This can be viewed in PHP code using the phpinfo() function.

Use set_time_limit() in code

The set_time_limit() function is a built-in function in PHP that can be used to change the maximum time for script execution. For example, add the following code at the beginning of the code:

set_time_limit(600);

The maximum execution time of the PHP script will be set to 600 seconds, which is 10 minutes.

It is worth mentioning that if the parameter is passed in 0, it means that the execution time limit is cancelled, and the script can continue to execute.

Set in Apache

If PHP runs as an Apache module, you can change the PHP timeout by modifying php_value in the .htaccess file.

Add the following code in the .htaccess file:

php_value max_execution_time 600

At this time, the maximum execution time of PHP will be set to 600 seconds, which is 10 minutes.

Set in Nginx or FastCGI

If you are using Nginx or FastCGI, you can add the following code in the configuration file:

fastcgi_read_timeout 600;

At this time, the maximum execution of PHP The time will be set to 600 seconds, which is 10 minutes.

Set in PHP-FPM

If you are using PHP-FPM, you can set the PHP timeout by modifying the php-fpm.conf or www.conf file. Take the php-fpm.conf file as an example here:

Find the following content:

; Process timeouts in seconds. Negative values disable timeouts.
; Default Value:
;     process.timeout = 0s
process.timeout = 30s

Change the process.timeout parameter to a value greater than 30 seconds.

Summary

The above is the method to change the PHP timeout. According to different environments and uses, choose different methods to modify the PHP timeout. In addition, we also need to pay attention to adjusting parameters such as PHP memory limit (memory_limit) and Apache or Nginx server request response time to improve the performance and stability of the website.

The above is the detailed content of How to change the timeout in php. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
How to Implement message queues (RabbitMQ, Redis) in PHP?How to Implement message queues (RabbitMQ, Redis) in PHP?Mar 10, 2025 pm 06:15 PM

This article details implementing message queues in PHP using RabbitMQ and Redis. It compares their architectures (AMQP vs. in-memory), features, and reliability mechanisms (confirmations, transactions, persistence). Best practices for design, error

What Are the Latest PHP Coding Standards and Best Practices?What Are the Latest PHP Coding Standards and Best Practices?Mar 10, 2025 pm 06:16 PM

This article examines current PHP coding standards and best practices, focusing on PSR recommendations (PSR-1, PSR-2, PSR-4, PSR-12). It emphasizes improving code readability and maintainability through consistent styling, meaningful naming, and eff

How Do I Work with PHP Extensions and PECL?How Do I Work with PHP Extensions and PECL?Mar 10, 2025 pm 06:12 PM

This article details installing and troubleshooting PHP extensions, focusing on PECL. It covers installation steps (finding, downloading/compiling, enabling, restarting the server), troubleshooting techniques (checking logs, verifying installation,

How to Use Reflection to Analyze and Manipulate PHP Code?How to Use Reflection to Analyze and Manipulate PHP Code?Mar 10, 2025 pm 06:12 PM

This article explains PHP's Reflection API, enabling runtime inspection and manipulation of classes, methods, and properties. It details common use cases (documentation generation, ORMs, dependency injection) and cautions against performance overhea

PHP 8 JIT (Just-In-Time) Compilation: How it improves performance.PHP 8 JIT (Just-In-Time) Compilation: How it improves performance.Mar 25, 2025 am 10:37 AM

PHP 8's JIT compilation enhances performance by compiling frequently executed code into machine code, benefiting applications with heavy computations and reducing execution times.

How Do I Stay Up-to-Date with the PHP Ecosystem and Community?How Do I Stay Up-to-Date with the PHP Ecosystem and Community?Mar 10, 2025 pm 06:16 PM

This article explores strategies for staying current in the PHP ecosystem. It emphasizes utilizing official channels, community forums, conferences, and open-source contributions. The author highlights best resources for learning new features and a

How to Use Asynchronous Tasks in PHP for Non-Blocking Operations?How to Use Asynchronous Tasks in PHP for Non-Blocking Operations?Mar 10, 2025 pm 04:21 PM

This article explores asynchronous task execution in PHP to enhance web application responsiveness. It details methods like message queues, asynchronous frameworks (ReactPHP, Swoole), and background processes, emphasizing best practices for efficien

How to Use Memory Optimization Techniques in PHP?How to Use Memory Optimization Techniques in PHP?Mar 10, 2025 pm 04:23 PM

This article addresses PHP memory optimization. It details techniques like using appropriate data structures, avoiding unnecessary object creation, and employing efficient algorithms. Common memory leak sources (e.g., unclosed connections, global v

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use