php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39009 phpversion('imap') return nothing
Submitted: 2006-10-01 15:18 UTC Modified: 2006-10-01 16:44 UTC
From: mad at dactar dot ch Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.1.6 OS: irrelevant
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: mad at dactar dot ch
New email:
PHP Version: OS:

 

 [2006-10-01 15:18 UTC] mad at dactar dot ch
Description:
------------
echo phpinfo('imap') return nothing

Reproduce code:
---------------
<?
        echo phpversion('imap');
?>


Expected result:
----------------
2001

Actual result:
--------------
nothing

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-10-01 15:18 UTC] mad at dactar dot ch
.
 [2006-10-01 15:19 UTC] mad at dactar dot ch
phpversion('imap') return nothing
 [2006-10-01 15:50 UTC] bjori@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

"returns the version of that extension, or FALSE if there 
is no version information associated"
 [2006-10-01 15:53 UTC] mad at dactar dot ch
If the information is available via phpinfo(), the information could be associated with phpversion, no ?
 [2006-10-01 16:44 UTC] bjori@php.net
It's not the extension version you see in phpinfo(), it's 
the c-client version as clearly stated.
The extension itself has no version information.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 15 01:01:35 2025 UTC