From: [EMAIL PROTECTED]
Operating system: linux-2.2.18
PHP version: 4.1.0
PHP Bug Type: IMAP related
Bug description: IMAP_POPEN() not implemented !?!
--- test.php ---
<?
IMAP_POPEN("myserver.com", "MyName", "MyPassword");
?>
--- /// ---
Fatal error: Call to undefined function: imap_popen() in
/home/kalle/public_html/imap.php on line 2
Still, there is entry in manual:
http://ee.php.net/manual/en/function.imap-popen.php
---
(3.0.12 - 3.0.18 only, PHP 4 >= 4.0.0)
imap_popen -- Open a persistant IMAP stream to a mailbox
---
so, who is fooling who ;) AND, there has NEVER been (well, in my extensive
use of PHP staring from PHP/FI ending with latest CVS versions) function
like that...
Pitty, i REALLY could use persistent connections to IMAP servers ;)
really...
--
Edit bug report at: http://bugs.php.net/?id=14969&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]