|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-02-29 09:20 UTC] hholzgra at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 12 22:00:02 2025 UTC |
$mbox = imap_open("{100.100.100.100}143","INBOX"); //NB msg 5 exist imap_delete($mbox,5); //php quits with a Wrong Parameter count for imap_delete I looked at the sources (imap.c) and the parameter check for the imap_delete is not equal to that in 3.0.14 . Is there any problem copying the old parameter check routine?