- Add php4_snmp.c.diff to PATCHFILES in order to unbreak SNMP support.
There was a conflicting type between ${PREFIX}/include/ucd-snmp/mib.h
and ${WRKDIR}/php-4.0b2/ext/snmp/snmp.c due to ucd-snmp upgrade
to 4.0.1.
Reported by: Wizzard <wizzard@mwci.net>
- Delete http://www.php.net/ from MASTER_SITES to workaround the problem
that the http server isn't returning a 404 for non-existant files and
thus breaks fetching of mod_ssl distfile.
Reported by: Iron Yuppie <aronchick@formatta.com>
Update to PHP-4.0b2:
"PHP 4.0 offers drastic improvements in every aspect - performance
and scalability, features, platform support and extendibility."
See http://www.php.net/version4/ for details.
- many minor changes inspired by apache13-modssl
(e. g. change datadir from ${PREFIX}/www to ${PREFIX}/share/apache)
- patches.modssl/ is not needed any longer (same patches for modssl and
non-modssl case)
is created, i. e. no additional support for e. g. databases
It is possible to build an apache13-php3 package now.
- honor ${CC} and ${CFLAGS} while compiling PHP3
- make apache13-php3 ${WRKDIRPREFIX} clean
- added OpenLDAP support
Requested by: Kurt D. Zeilenga <Kurt@OpenLDAP.Org>
- upgrade to mod_ssl-2.1.3
i. e. apache13-php3 supports SSL now!
- upgrade to Apache 1.3.2 and PHP 3.0.4
- enable track-vars for PHP3 by default to support phplib
(http://phplib.shonline.de/)
Pointed out by: Thomas Kuehne <thomas@todo.de>
- losts of minor changes (install php-icons, index.php3 as DirectoryIndex,
support .php3 and .phtml suffixes, enable application/x-httpd-php3-source
for .phps and .php3s, install default php3.ini-dist, ...)
Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>