[Bug 114825] Re: dapper - php5 - 5.1.2 bug in fread

2007-09-13 Thread Ondřej Surý
This bug has simple workaround. Just change getFile function in IT.php to fread in 8192 byte chunks. something like: define(MAX_FREAD_SIZE, 8192); $fsize = filesize($filename); $content = ""; [...stripped...btw: that part with comparing $fsize < 1 is pretty dumb, why they open file and then cl

[Bug 114825] Re: dapper - php5 - 5.1.2 bug in fread

2007-09-13 Thread soft
I use HTML_TEMPLATE_IT in the server, i was compiled another version of php to solve the problem, but i adopt dapper because it is LTS, and with this problem i can't use the updates of php from apt repository... I have more than 200 servers installed, and adopt ubuntu last year for Long Suport

[Bug 114825] Re: dapper - php5 - 5.1.2 bug in fread

2007-08-28 Thread Soren Hansen
At this point, the bug would have to be pretty severe to warrant a StableReleaseUpdate. Could you explain how it affects your system? ** Changed in: php5 (Ubuntu) Status: New => Incomplete -- dapper - php5 - 5.1.2 bug in fread https://bugs.launchpad.net/bugs/114825 You received this bug