私のローカルホストでは、問題ありません。php スクリプトは動作します。私のホストサーバーでは、恐ろしい「'{imap.gmail.com:993/imap/ssl}' に接続できません」
コード:
$hostname = '{imap.gmail.com:993/imap/ssl}INBOX';
$inbox = imap_open($hostname,$username, $password) or die('Cannot connect to Gmail: '
. imap_last_error());
彼らの php 設定には、必要なものがすべて含まれているようです: PHP バージョン 5.2.17
'./configure' '--prefix=/usr/local/php5' '--with-libdir=lib64' '--sysconfdir=/etc' '--disable-rpath' '--enable-cli' '- -disable-cgi' '--with-config-file-path=/usr/local/lib' '--disable-all' '--enable-libxml' '--with-libxml-dir=/usr' ' --with-openssl=/usr' '--with-kerberos=/usr' '--with-pcre-regex=/usr' '--with-zlib=/usr' '--with-zlib-dir= /usr''--enable-bcmath''--enable-magic-quotes''--with-bz2=/usr''--enable-calendar''--enable-ctype' '--with-curl= /usr'' --with-curlwrappers''--enable-dom' '--enable-exif' '--enable-filter' '--with-pcre-dir=/usr' '--enable-ftp' '--with-openssl-dir=/ usr' '--with-gd=/usr' '--enable-gd-native-ttf' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '-- with-zlib-dir=/usr' '--with-xpm-dir=/usr' '--with-ttf=/usr' '--with-freetype-dir=/usr' '--with-t1lib= /usr' '--with-gettext=/usr' '--with-gmp=/usr' '--enable-hash' '--with-iconv' '--enable-mbregex' '--enable-mbstring ' '--with-mcrypt=/usr' '--with-mhash=/usr' '--with-mime-magic=/usr/share/magic.mime' '--with-mysql=/usr' ' --with-mysqli=/usr/bin/mysql_config' '--with-sqlite' '--enable-pdo' '--with-pdo-sqlite' '--with-pdo-mysql=/usr' '--enable-posix' '--enable-reflection' '--enable-session' '--enable-simplexml' '--enable-sockets' '--enable -spl''--enable-soap''--enable-json''--enable-inline-optimization''--enable-tokenizer''--with-regex=system''--enable-xml'' --with-libexpat-dir=/usr' '--enable-xmlreader' '--with-xmlrpc' '--enable-xmlwriter' '--with-xsl=/usr' '--enable-zip'--enable-xml' '--with-libexpat-dir=/usr' '--enable-xmlreader' '--with-xmlrpc' '--enable-xmlwriter' '--with-xsl=/usr' ' --enable-zip'--enable-xml' '--with-libexpat-dir=/usr' '--enable-xmlreader' '--with-xmlrpc' '--enable-xmlwriter' '--with-xsl=/usr' ' --enable-zip''--with-imap=/usr/lib64/dovecot/imap' '--with-imap-ssl' '--with-pear=/usr/local/lib/php' '--with-apxs2=/usr /local/apache/bin/apxs'
カール
cURL サポートが有効 cURL 情報 libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5
imap
IMAP c-Client バージョン 2004 SSL サポートが有効 Kerberos サポートが有効
openssl
OpenSSL サポートが有効になっている OpenSSL バージョン OpenSSL 0.9.8e-fips-rhel5 2008 年 7 月 1 日
では、接続できないエラーをスローする必要がある何が欠けているかについて、誰かがヒントを与えることができますか? imap_open も行いません。警告: imap_open() [function.imap-open]: ストリームを開くことができませんでした