ID: 44339 Updated by: [EMAIL PROTECTED] Reported By: plamendp at zetcom dot bg -Status: Open +Status: Closed Bug Type: IMAP related Operating System: FreeBSD 6.3-STABLE PHP Version: 5.2.5 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2008-03-05 16:26:00] plamendp at zetcom dot bg Omg, sorry mates: Actual result IS : ------------------ IMAP c-Client Version: 2004 ------------------------------------------------------------------------ [2008-03-05 16:25:05] plamendp at zetcom dot bg Actual result IS: ----------------- IMAP c-Client Version: 2006 my fault. ------------------------------------------------------------------------ [2008-03-05 16:23:12] plamendp at zetcom dot bg Description: ------------ PHP 5.2.5 + imap-uw-2006j + cclient-2006j installed, but phpinfo() reports "IMAP c-Client Version" as 2004. It is expected though, because there is NO checking for IMAP2006 in php_imap.c (727) Wasted 3 hours reinstalling ALL PHP/IMAP/CCLIENT related ports to find out there is NO WAY to see "2006" reported :-) I see there is a bug reported 2005 (31429): http://bugs.php.net/bug.php?id=31429&edit=2 but I think c-Client can provide info on its version now? Regards, Plamen Petkov Reproduce code: --------------- Just install php-5.2.5 + imap-uw-2006 + cclient-2006 and: <?php echo phpinfo(); ?> Expected result: ---------------- IMAP c-Client Version: 2006 Actual result: -------------- IMAP c-Client Version: 2006 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=44339&edit=1
