ID: 38421
Updated by: [EMAIL PROTECTED]
Reported By: mmarek at suse dot cz
-Status: Open
+Status: Assigned
Bug Type: IMAP related
PHP Version: 5CVS-2006-08-11 (CVS)
-Assigned To:
+Assigned To: iliaa
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