ID: 44339 User updated by: plamendp at zetcom dot bg Reported By: plamendp at zetcom dot bg Status: Open Bug Type: PHP options/info functions Operating System: FreeBSD 6.3-STABLE PHP Version: 5.2.5 New Comment:
Omg, sorry mates: Actual result IS : ------------------ IMAP c-Client Version: 2004 Previous Comments: ------------------------------------------------------------------------ [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
