ID: 38421 Updated by: [EMAIL PROTECTED] Reported By: mmarek at suse dot cz -Status: Assigned +Status: Closed Bug Type: IMAP related PHP Version: 5CVS-2006-08-11 (CVS) Assigned To: iliaa 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: ------------------------------------------------------------------------ [2006-08-11 09:59:54] mmarek at suse dot cz Description: ------------ I can't add a comment to bug #37265 (why??) so I've to post here: The bug is still not fixed, because imap_reopen() needs the same check too. Reproduce code: --------------- $mbox = imap_open("/path/to/allowed/file", "", ""); imap_reopen($mbox, "/path/to/arbitrary/file"); $file = imap_body($mbox, 1); echo $file; ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38421&edit=1
