|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-06-24 10:15 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 22:00:02 2025 UTC |
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.