﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
14207,"streams.php, POMO_FileReader $length parameter of fread",bueltge,nbachiyski,"the fread function run with an error, when you have the length-paramter ist 0. This is possible on use WP in local engines and intranet.
Small changes on the function: read in class POMO_FileReader

	function read($bytes) {
		if ( isset($bytes) && ( 0 > $bytes ) )
			return fread($this->_f, $bytes);
		else
			return;
	}",defect (bug),assigned,normal,Future Release,I18N,3.0,major,,has-patch reporter-feedback,
