From:             plamendp at zetcom dot bg
Operating system: FreeBSD 6.3-STABLE
PHP version:      5.2.5
PHP Bug Type:     PHP options/info functions
Bug description:  Wrong IMAP info in phpinfo() about c-client version

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 bug report at http://bugs.php.net/?id=44339&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=44339&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=44339&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=44339&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=44339&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=44339&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=44339&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=44339&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=44339&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=44339&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=44339&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=44339&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=44339&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=44339&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=44339&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=44339&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=44339&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=44339&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=44339&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=44339&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=44339&r=mysqlcfg

Reply via email to