Changes between Version 2 and Version 3 of php
- Timestamp:
- 05/30/2007 11:40:37 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
php
v2 v3 6 6 To add imap support to php download the uw-imap package from: 7 7 wget 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: 8 Unpack it and edit src/osdep/unix/Makefile to match some entrys according to his: 9 10 {{{ 9 11 SSLDIR=/usr 10 12 SSLCERTS=/etc/certs … … 12 14 SSLINCLUDE=$(SSLDIR)/include 13 15 SSLLIB=$(SSLDIR)/lib 14 and 16 15 17 SPOOLDIR=/var/spool 16 18 MAILSPOOL=/var/mail 17 19 NEWSSPOOL=/var/news 20 }}} 21 18 22 Now build the package: 19 23