Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2101 | minor | always | 10-20-07 21:39 | 10-22-07 14:55 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.3 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.4 | ||
|
|||||
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: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|