Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 05/03/1999 12:45:45
Module Name:	pkgsrc
Committed By:	tv
Date:		Mon May  3 19:45:45 UTC 1999

Modified Files:
	pkgsrc/www/php3: Makefile
	pkgsrc/www/php3/files: md5
	pkgsrc/www/php3/pkg: COMMENT DESCR MESSAGE PLIST
Added Files:
	pkgsrc/www/php3/files: abstractions.c
	pkgsrc/www/php3/patches: patch-aa patch-ab patch-ac patch-ad patch-ae
	    patch-af
Log Message:
Make the php3 pkg work and add full dynamic module support.  This includes:
- the CGI-based interpreter, xbase support binaries, and php2 converter
- compiled-in support for Berkeley DB (ndbm), yp, zlib, dBase (xbase),
and filePro
- the ability to compile PHP3 extensions as dynamic modules (such as support
for MySQL/PostgreSQL/freeODBC) that may be exchanged freely between
different server interfaces to PHP (abstractions.c and php.h/tls.h patches)