php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "compile-time error"

What error message indicates that the maximum execution time has been exceeded in PHP?

When the maximum execution time has been exceeded in PHP, the error message "Maximum execution time of xx seconds exceeded" is displayed. This error o...

Is it necessary to compile your own PHP binaries to make ftp_ssl_connect function available on Windows servers?

To make the ftp_ssl_connect function available on Windows servers, it is not necessary to compile your own PHP binaries. You can enable the OpenSSL ex...

Why does using a constant to represent a class name result in a "Class not found" error?

Using a constant to represent a class name in PHP results in a "Class not found" error because constants are resolved at compile time, whereas class n...

Is it recommended to compile PHP extensions manually for specific versions?

Compiling PHP extensions manually for specific versions is generally not recommended unless absolutely necessary. It can be time-consuming, error-pron...

What is the significance of the error message "Fatal error: Maximum execution time" in PHP scripts?

The error message "Fatal error: Maximum execution time" in PHP scripts indicates that the script has exceeded the maximum amount of time allowed to ex...

Showing 16 to 20 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.