php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19984 Problems with imap_setflag_full
Submitted: 2002-10-18 19:38 UTC Modified: 2002-10-19 10:45 UTC
From: ruclamo at cidlisuis dot org Assigned:
Status: Not a bug Package: IMAP related
PHP Version: 4.2.2 OS: Linux Red Hat 8
Private report: No CVE-ID: None
 [2002-10-18 19:38 UTC] ruclamo at cidlisuis dot org
I have problems when I attempt to execute this instruction (using Red Hat 8.0, with php 4.4.4-8.0.5).

imap_setflag_full($msg,$elmensaje,"\\ANSWERED",ST_UID);

$msg and $elmensaje are valid arguments, they are OK, but  I obtain the next warning:

Warning: imap_setflag_full(): supplied argument is not a valid imap resource in ... 

Instruction above works OK on RedHat 7.2 and 7.3. Is it a bug???

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-18 20:41 UTC] yohgaki@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip
 [2002-10-19 10:45 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC