php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "file size exceeded"

How can the page size for LDAP queries be adjusted in PHP to avoid the error message "Partial search results returned: Sizelimit exceeded" when querying an MS Active Directory server?

When querying an MS Active Directory server using LDAP in PHP, the error message "Partial search results returned: Sizelimit exceeded" may occur if th...

Does the file size limit apply to each individual file or to the total upload size?

The file size limit typically applies to each individual file being uploaded, not the total upload size. To enforce a file size limit for each individ...

What are some potential solutions for handling large file downloads in PHP when the server memory limit is exceeded?

When handling large file downloads in PHP, if the server memory limit is exceeded, one potential solution is to stream the file to the client instead...

What does the error "Disk quota exceeded" indicate in PHP?

The error "Disk quota exceeded" in PHP indicates that the user has exceeded their allocated disk space limit on the server. To solve this issue, the u...

How can PHP developers handle large file uploads efficiently to avoid errors like "Maximum execution time exceeded"?

Large file uploads can be handled efficiently by increasing the maximum execution time and memory limit in PHP settings. This can prevent errors like...

Showing 1 to 5 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.