php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33457 imap_open(...) error when pass the last argument like OP_PROTOTYPE
Submitted: 2005-06-24 01:54 UTC Modified: 2005-06-24 10:15 UTC
From: unnevermind at gmail dot com Assigned:
Status: Not a bug Package: IMAP related
PHP Version: 5.0.4 OS: Windows XP SP2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: unnevermind at gmail dot com
New email:
PHP Version: OS:

 

 [2005-06-24 01:54 UTC] unnevermind at gmail dot com
Description:
------------
I tried this code...

$imap=imap_open("{localhost:143/imap}INBOX","user@domain.com","password",OP_PROTOTYPE);
$info=imap_mailboxmsginfo($imap);
imap_close($imap);exit;

I got...

PHP has encountered an Access Violation at 010158CC

Sorry if I miss understand...I install Zend Optimizer-2.5.7 but lazy to uninstall before report a bug.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-24 10:15 UTC] tony2001@php.net
Do not file bugs when you have Zend extensions (zend_extension=)
loaded. Examples are Zend Optimizer, Zend Debugger, Turck MM Cache,
APC, Xdebug and ionCube loader.  These extensions often modify engine
behavior which is not related to PHP itself.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 03:01:29 2024 UTC