ID: 46053 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: SPL related PHP Version: 5.3CVS-2008-09-11 (CVS) New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2008-09-11 14:11:38] [EMAIL PROTECTED] Description: ------------ The endless loop occurs when passing a number greater than the number of line in file. Reproduce code: --------------- <?php $x = new splfileobject(__FILE__); $x->getPathName(); $x->seek(10); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46053&edit=1
