| Anonymous | Login | Signup for a new account | 11-30-2025 09:03 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0002101 | [Quercus] | minor | always | 10-20-07 21:39 | 10-22-07 14:55 | ||||
| Reporter | koreth | View Status | public | ||||||
| Assigned To | ferg | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 3.1.3 | ||||||
| Summary | 0002101: file_get_contents() is very slow on large files | ||||||||
| Description |
Create a 64MB file from a UNIX shell prompt: dd if=/dev/zero of=/tmp/foo bs=64m count=1 Then try the test case: <?php $contents = file_get_contents("/tmp/foo"); This script finishes in under 1 second on vanilla PHP. Under Quercus, it takes about 2 minutes. |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |