Anonymous | Login | Signup for a new account | 12-17-2024 10:54 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ 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 | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.1.4 | Product Version | 3.1.3 | ||||
Product Build | |||||||||
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. |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |