Notes |
|
(0004608)
|
Chris Graham
|
05-23-10 06:10
|
|
The PHP manual is (at least now) quite specific about when full data won't be returned:
1) EOF (end of file) is reached
2) a packet becomes available (for network streams)
3) 8192 bytes have been read (after opening userspace stream)
None of these are your pedestrian scenarios of fread use, so I believe we have a bug in Quercus and not people's code. I think that's reasonable too, people shouldn't have to worry about issues like this for such a basic function.
I think it is the same as issues 0003894 and 0003765. I examined the Wordpress code referenced here and it was indeed loading large amounts of data, presumably over that 8kb bug-inducing threshold.
The good news is people worried about this bug only need to think of scenarios where they are reading more than 8kb. |
|
|
(0004677)
|
dunand
|
07-20-10 10:47
|
|
This Behavior make Wordpress 3.0 in French unusable because Wordpress is unable to load the translation file fr_FR.mo. The fread funtion read only 8164 bytes but the file is much larger. |
|
|
(0007220)
|
reebsmith32
|
07-27-23 04:47
|
|
|
|
(0007227)
|
sorrowfullover
|
08-15-23 21:17
|
|
. I'm running resin with resin:resin user account and it's home directory was set to an obsolete Resin installation that no longer existed. https://blobopera.io/ [^] |
|
|
(0007261)
|
Bueno45
|
09-22-23 08:22
|
|
|
|
(0007268)
|
orlandoolivia106
|
09-28-23 04:03
|
|
|