IMAP support for PHP on Windows

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • William Holroyd

    IMAP support for PHP on Windows

    I have a computer I've set up as a testing server at home and I'm having a
    problem trying to locate the pre-compiled IMAP libraries for PHP on Windows.
    According to the book "PHP & MySQL Web Development by Luke Welling and Laura
    Thomson", I can get the Windows build of the imap libraries from
    http://www.php4win.de. But in going to the website, the title bar says
    "php4win suspended" with an empty page.

    The creators of IMAP, http://www.cac.washington.edu only seems to distribute
    the source and you have to compile it yourself, which I don't have a
    compiler. Anyone know where I can find it (or an older and possibly
    compatible build)?

    William


  • Garp

    #2
    Re: IMAP support for PHP on Windows


    "William Holroyd" <w.holroyd@vers ity-cobalt.com> wrote in message
    news:c7kgtm$nm$ 1@cnn.cns.ksu.e du...[color=blue]
    > I have a computer I've set up as a testing server at home and I'm having a
    > problem trying to locate the pre-compiled IMAP libraries for PHP on[/color]
    Windows.[color=blue]
    > According to the book "PHP & MySQL Web Development by Luke Welling and[/color]
    Laura[color=blue]
    > Thomson", I can get the Windows build of the imap libraries from
    > http://www.php4win.de. But in going to the website, the title bar says
    > "php4win suspended" with an empty page.
    >
    > The creators of IMAP, http://www.cac.washington.edu only seems to[/color]
    distribute[color=blue]
    > the source and you have to compile it yourself, which I don't have a
    > compiler. Anyone know where I can find it (or an older and possibly
    > compatible build)?
    >
    > William[/color]

    According to UW's IMAP FAQ (ouch, TLA overload):
    2.4 What do I need to build this software on Windows?
    You need Microsoft Visual C++ 6.0, Visual C++ .NET, or Visual C# .NET
    (which you can buy from any computer store), along with the Microsoft
    Platform SDK (which you can download from Microsoft's web site).
    You do not need to install the entire Platform SDK; it suffices to install
    just the Core SDK and the Internet Development SDK.


    You can freely download Microsoft's C++ compiler (but not the IDE) to do the
    build (excuse the multiline URL):


    Hopefully this will get you where you need to be.

    Garp


    Comment

    Working...