|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-06-24 23:01 UTC] kalowsky@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 05:00:01 2025 UTC |
Couldn't figure out why I could use Webmail/PHP to connect to unix boxes but not our VMS cluster. Eventually discoveredthat VMS was rejecting all IMAP authentication requests from PHP. Swaped the ext/imap/php_imap.c from 4.0.5 to the 4.0.6 code, and it now works. (4.0.5 works fine out of the box) Compiled both : ./configure --prefix=/skunk \./configure --prefix=/skunk \ --with-imap=/skunk/src/imap-4.7c \ --with-mysql \ --with-apxs=/skunk/bin/apxs \ --with-ldap=/sql Don't see any imap changes listed for 4.0.6, but the two php_imap.c files differ fairly significantly. Probably just an issue talking with PMDF's imap. Matt Goebel