Changes between Version 2 and Version 3 of php


Ignore:
Timestamp:
05/30/2007 11:40:37 AM (17 years ago)
Author:
Jaap Struyk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • php

    v2 v3  
    66To add imap support to php download the uw-imap package from:
    77wget ftp://ftp.cac.washington.edu/imap/imap.RELEASE.tar.Z
    8 Unpack it and edit src/osdep/unix/Makefile to amtch some entrys according to his:
     8Unpack it and edit src/osdep/unix/Makefile to match some entrys according to his:
     9
     10{{{
    911SSLDIR=/usr
    1012SSLCERTS=/etc/certs
     
    1214SSLINCLUDE=$(SSLDIR)/include
    1315SSLLIB=$(SSLDIR)/lib
    14 and
     16
    1517SPOOLDIR=/var/spool
    1618MAILSPOOL=/var/mail
    1719NEWSSPOOL=/var/news
     20}}}
     21
    1822Now build the package:
    1923