安装
To get these functions to work, you have to compile PHP with --with-imap[=DIR], where DIR is the c-client install prefix. From our example above, you would use --with-imap=/usr/local/imap-2000b. This location depends on where you created this directory according to the description above. Windows users may include the php_imap.dll DLL in php.ini 注: Depending how the c-client was configured, you might also need to add --with-imap-ssl=/path/to/openssl/ and/or --with-kerberos=/path/to/kerberos into the PHP configure line. 

解决方案 »

  1.   

    能不能说得详细点了,不要用英文,先谢过原来已经装了PHP的,但不能用IMAP_OPEN()
    我怎么样改原来的东西才能使用imap函数
      

  2.   

    需要编译IMAP:tar -xzvf c-client.tar.Z
    cd imap-2001a
    #####      RedHat Linux 'lrh'
    make lrh
    cp ipopd/ipop*.* /usr/sbin
    cp imapd/imapd /usr/sbin
    cp c-client/c-client.a /usr/local/lib
    #####      請確定你有 /usr/local/include 這個目錄
    cp c-client/rfc822.h /usr/local/include
    cp c-client/mail.h /usr/local/include
    cp c-client/linkage.h /usr/local/include编译PHP时要加参数: --with-imap --with-kerberos参见 http://www.imap.org
      

  3.   

    谢谢楼上的兄弟
    -----------------------
    请问在编译PHP时如何加入参数:--with-imap --with-kerberos