[PHP-DEV] Bug #12536 Updated: fread does not look to be working right

2001-08-05 Thread knightemu
ID: 12536 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Performance problem Operating System: win 98 box PHP Version: 4.0.4pl1 New Comment: $filefill = fread($fp, 1); //will take a long time on a very small file. if you

[PHP-DEV] Bug #12536 Updated: fread does not look to be working right

2001-08-05 Thread sniper
ID: 12536 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Performance problem Operating System: win 98 box PHP Version: 4.0.4pl1 New Comment: You should consider using something like the first example is on this page:

[PHP-DEV] Bug #12536 Updated: fread does not look to be working right

2001-08-02 Thread sniper
ID: 12536 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Performance problem Operating System: win 98 box PHP Version: 4.0.4pl1 New Comment: Have you tried with PHP 4.0.6? And could you also add a short example script into this bug report?