php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44339 Wrong IMAP info in phpinfo() about c-client version
Submitted: 2008-03-05 16:23 UTC Modified: 2008-08-04 20:54 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: plamendp at zetcom dot bg Assigned:
Status: Closed Package: IMAP related
PHP Version: 5.2.5 OS: FreeBSD 6.3-STABLE
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: plamendp at zetcom dot bg
New email:
PHP Version: OS:

 

 [2008-03-05 16:23 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-03-05 16:25 UTC] plamendp at zetcom dot bg
Actual result IS:
-----------------
IMAP c-Client Version:  2006

my fault.
 [2008-03-05 16:26 UTC] plamendp at zetcom dot bg
Omg, sorry mates:

Actual result IS :
------------------
IMAP c-Client Version:  2004
 [2008-08-04 20:54 UTC] jani@php.net
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.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 17:01:33 2025 UTC