Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14799] New: Latest php 5.2.6 change does not build IMAP with SSL

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14799] New: Latest php 5.2.6 change does not build IMAP with SSL
  • Date: 8 Oct 2008 06:51:19 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14799

Summary: Latest php 5.2.6 change does not build IMAP with SSL
Product: Codex
Version: stable grimoire
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: php-pear
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: sandalle AT sourcemage.org


The change (which is a nice cleanup ;)) in commit
1742c9838d7e96d3730510b04a06931acd996df2 makes it so IMAP no longer builds
with
SSL support in php:

# cast php
...
checking for OpenSSL support... yes
...
checking for IMAP support... yes
checking for IMAP Kerberos support... no
checking for IMAP SSL support... no

c-client is built with SSL support:
# cast c-client
...
++ TLS/SSL encryption is supported

phpinfo() shows IMAP and SSL are enabled, but the --with-imap-ssl parameter is
not passed during compile, as it should from the selected options.


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page