Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3.11 11 Apr 2005 09:11:49 |
ale |
Create empty directory on pkg_add (forgotten in previous commit).
Reminded by: kris |
4.3.11 11 Apr 2005 08:40:48 |
ale |
Create directory and touch files that "pear" creates when dealing
with pear modules and the port will later delete.
Suggested by: kris |
4.3.11 04 Apr 2005 09:20:21 |
ale |
Update PHP ports to 4.3.11 and 5.0.4 releases:
- fix security issues
- unbreak PEAR packages [1]
PR: ports/78516 [1]
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1]
Tested by: thierry |
4.3.10_2 14 Mar 2005 14:41:01 |
ale |
Add an option (disabled by default) to build the openssl extension statically.
Requested by: too many people |
4.3.10_2 31 Jan 2005 00:35:56 |
girgen |
Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors) |
4.3.10_2 19 Jan 2005 16:13:55 |
ale |
Speed up unserialize() and fix a serious performance issue.
Obtained from: PHP CVS |
4.3.10_1 13 Jan 2005 23:11:34 |
ale |
Fix compilation on ia64.
Reported by: bento via kris
Obtained from: PHP CVS |
4.3.10_1 10 Jan 2005 17:00:34 |
ale |
- Fix overloading objects [1] (bump php4 PORTREVISION)
- Fix crash with threaded apache2 [2]
- Fix build when SSL is in not in base system [3] [4]
PR: ports/75737 [1], ports/74780 [2],
ports/73896 [3], ports/74886 [4]
Submitted by: Toni Viemero <toni.viemero@iki.fi> [1],
Peter Jeffery <peterj@qubesoft.com> [2],
oliver [3], William Fletcher <ultraviolet@omina.co.za> [4]
Patch by: Simon Barner <barner@gmx.de> [4] |
4.3.10 16 Dec 2004 11:37:23 |
ale |
Update to 4.3.10 release:
- Fix some serious security bugs
- Other enhancements (PRs fixes) will come later |
4.3.9_1 06 Dec 2004 10:01:57 |
kuriyama |
Bump shlib number of net-snmp and $PORTREVISION.
Forgotten by: kuriyama |
4.3.9 03 Dec 2004 13:19:31 |
ale |
Definitely fix support for crypt-related functionalities on amd64.
PR: ports/74647
Submitted by: tobez |
4.3.9 01 Dec 2004 10:36:26 |
ale |
Set correct default PHP version.
PR: ports/74300
Submitted by: Ryan <majost@lagparty.org> |
4.3.9 11 Oct 2004 19:47:21 |
ale |
Update to 4.3.9 release:
- Fix compilation of thread-safe PHP after the PTHREAD_LIBS change
- Include md5 and blowfish support on amd64 (fix headers) [1]
- Fix vulnerability in RFC 1867 file upload processing [2]
- Fix php_variables memory disclosure [2]
- GD LZW-GIF support is now enabled by default
PR: ports/71752 [1], ports/72420 [2]
Submitted by: Adam Gregoire <bsdunx@yahoo.com> [1],
Dmitry A Grigorovich <odip@bionet.nsc.ru> [2]
Approved by: portmgr (kris) |
4.3.8_2 28 Aug 2004 22:50:44 |
thierry |
Chase libaspell to aspell.16. |
4.3.8_2 03 Aug 2004 22:36:52 |
ade |
Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each
other.
This marks the end of "Phase 1" of the autotools updates. |
4.3.8_2 28 Jul 2004 08:59:35 |
ale |
Register extensions in etc/php/extensions.ini instead of etc/php.ini
and add etc/php to the config scan path.
Suggested by: Kenneth Vestergaard Schmidt <kvs@pil.dk> |
4.3.8_1 26 Jul 2004 07:16:40 |
ale |
Fix compilation of wddx extension.
PR: ports/69464
Submitted by: Vadim Mikhailov <freebsd-bugs@mikhailov.org> |
4.3.8_1 20 Jul 2004 23:04:13 |
ale |
Remove the old-and-broken sybase (DB-lib) extension and point users to
the new-and-working sybase (CT-lib) extension. |
4.3.8_1 19 Jul 2004 23:25:22 |
ale |
- Document DEFAULT_PHP_VER and BROKEN_WITH_PHP
- Set them acccordingly in PHP extensions ports
(Now I really need some rest, see you tomorrow) |
4.3.8_1 19 Jul 2004 22:12:10 |
ale |
Comment extension_dir in sample php.ini's, since many copy the sample
configuration file blindly and then complain about wrong directory.
PHP has the correct path compiled in statically. |
4.3.8_1 19 Jul 2004 07:05:36 |
ale |
First step of the PHP mega-commit:
- remove extensions and PEAR from the PHP base ports
- add more OPTIONS to PHP base ports |
4.3.8 15 Jul 2004 08:41:30 |
ale |
Update to 4.3.8 release.
The major PHP ports overhaul is in its final stage. This commit was
anticipated since it fixes a critical security vulnerability. |
4.3.7_3 28 Jun 2004 09:02:19 |
ale |
Install GD header files for pecl-pdflib extension. |
4.3.7_2 25 Jun 2004 11:19:49 |
ale |
- Remove pdflib extension
- Point phpize to use libtoolize13 |
4.3.7_1 08 Jun 2004 13:23:43 |
ale |
Fix compilation of FreeTDS MSSQL extension.
PR: ports/67710
Submitted by: Henry Karpatskij <henkka@spheroid.info>
Obtained from: PHP CVS repository |
4.3.7_1 04 Jun 2004 17:29:38 |
ade |
Sync with new bsd.autotools.mk |
4.3.7_1 03 Jun 2004 22:41:40 |
roam |
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports. |
4.3.7 03 Jun 2004 16:27:02 |
ale |
Update to 4.3.7 release. |
4.3.6_1 29 May 2004 22:42:58 |
anholt |
Replace explicit XFree86-4-libraries dependencies with USE_XLIB, USE_XPM, and
USE_GL as appropriate. |
4.3.6_1 25 May 2004 09:19:43 |
mat |
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to
some dependencies problems |
4.3.6_1 24 May 2004 13:37:36 |
knu |
Introduce MASTER_SITE_PHP and add several more mirror sites worldwide.
Approved by: ale (MAINTAINER of lang/php[45]) |
4.3.6_1 07 May 2004 23:30:30 |
ale |
- Add sysvmsg extension [1]
- Add XML_RPC to PEAR bootstrap [2]
- Use the official pcre fix [3]
- Bump PORTREVISION
Requested by: Andy Smith <andy@strugglers.net> [1]
Submitted by: thierry [2]
Obtained from: php CVS [3] |
4.3.6 16 Apr 2004 07:44:34 |
ale |
Update to 4.3.6 release.
- Fix build curl dependency
- Fix (hopefully) the core dump on apache restart
- Fix DaylightSavingTime issue |
4.3.5_7 30 Mar 2004 19:20:23 |
krion |
- Use USE_ICONV knob
Approved by: portmgr |
4.3.5_7 29 Mar 2004 07:58:06 |
ale |
Forgot a patch in previous commit (support for DB 4.2).
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
4.3.5_7 28 Mar 2004 22:09:22 |
ale |
Fix db 4.2 dependency.
PR: ports/64802
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
4.3.5_7 26 Mar 2004 16:44:25 |
ale |
Update to 4.3.5 release:
- add support for db 4.2 |
4.3.4_7 22 Mar 2004 19:55:24 |
ale |
Fix Xpm path.
Submitted by: Dominic Marks <dom@helenmarks.co.uk> |
4.3.4_7 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
4.3.4_7 18 Mar 2004 16:02:49 |
ale |
Fix build with new freetype2 library.
PR: ports/64417
Submitted by: Renato Botelho <renato@galle.com.br> |
4.3.4_7 14 Mar 2004 07:58:26 |
kuriyama |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION. |
4.3.4_6 13 Mar 2004 22:35:17 |
ale |
Fix PHP_PORT when PORTSDIR is a symlink.
Submitted by: marcus
Reviewed by: pav |
4.3.4_6 08 Mar 2004 23:12:48 |
ale |
Don't use a fully-qualified path in php.conf.
Submitted by: marcus
Reviewed by: pav |
4.3.4_6 27 Feb 2004 07:45:21 |
ale |
Add PostScript Type-1 font support for GD extension.
PR: ports/63410
Submitted by: Toni Viemer? <toni.viemero@iki.fi> (PR)
Lars Balker Rasmussen <lars@balker.org> (email) |
4.3.4_6 23 Feb 2004 04:42:13 |
wollman |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus |
4.3.4_6 12 Feb 2004 14:24:55 |
ale |
Use PTHREAD_LIBS only if OSVERSION >= 500016.
This fixes compilation of mod_php with apache2-worker on -stable.
PR: ports/62729
Submitted by: Maxim Maximov <mcsi@portpc-design.spb.ru>
Approved by: nork (mentor/implicitly) |
4.3.4_6 10 Feb 2004 11:44:00 |
ale |
Move to httpd.h for apache2 autodetection (as in bsd.php.mk, forgot in my
previous commit).
Noticed by: kuriyama
Approved by: nork (mentor/implicitly) |
4.3.4_6 09 Feb 2004 11:43:38 |
ale |
Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
use Mk/bsd.php.mk.
Approved by: nork (mentor/implicitly) |
4.3.4_6 09 Feb 2004 10:02:44 |
ale |
Fix PTHREAD_LIBS and adapt it to apache2 way.
Submitted by: Xin Li
Approved by: nork (mentor/implicitly) |
4.3.4_6 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
4.3.4_5 30 Jan 2004 09:59:33 |
ale |
Add workaround to silent bento, complaining php extensions remove an extra dir.
Reported by: bento via kris
Approved by: kris, nork (mentor/implicitly) |
4.3.4_5 26 Jan 2004 12:58:14 |
ale |
- Add support for PTHREAD_{LIBS/CFLAGS} [1]
- Add support for FastCGI [2]
- Fix PEAR installation in a particular scenario [3]
PR: ports/61790 [2]
Submitted by: clement [1],
Xavier Beaudouin <kiwi@oav.net> [2],
Balazs Nagy <js@iksz.hu> [3]
Approved by: nork (mentor/implicitly) |
4.3.4_5 24 Jan 2004 13:15:55 |
ale |
- Better handling of snmp dependency [1]
- Add support for BDB 4.1 [2]
- Better handling of postgresql dependency [3]
- Add new direct I/O extension [4]
PR: 58920 [1], 60541 [2], 61409 [3]
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> [1] [3],
Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [2],
Izzy Kindred <ikindred@cox.net> [4]
Approved by: nork (mentor/implicitly) |
4.3.4_5 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
4.3.4_5 18 Jan 2004 10:50:16 |
ale |
Switch to my @FreeBSD.org email address.
Approved by: nork (mentor) |
4.3.4_5 15 Jan 2004 23:31:49 |
ale |
Add MS-SQL support.
Chase freetds lib. Bump PORTREVISION.
Requested by: many
Submitted by: Michael Ranner <mranner@inode.at>
Approved by: nork (mentor/implicitly) |
4.3.4_4 14 Jan 2004 15:09:26 |
ale |
- Fix apache2 dependency (this was broken by the introduction
of the APACHE_PORT variable in bsd.port.mk).
- Fix php5 pkg-list when built without sqlite.
Approved by: nork (mentor/implicitly) |
4.3.4_4 10 Jan 2004 16:53:01 |
nork |
o Adapt php4 Makefile and bsd.php.mk to support apache2-worker.
o Small other fixes.
PR: ports/56205[1], ports/61169[2]
Submitted by: Christian Ullrich <chris+freebsd@chrullrich.de> [1]
ale (maintainer) [2] |
4.3.4_4 22 Dec 2003 19:02:16 |
nork |
[Forced commit]
Remove unnecessary patch, and Bump PORTREVISION.
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) |
4.3.4_4 22 Dec 2003 19:01:04 |
nork |
Remove unnecessary patch, and Bump PORTREVISION.
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) |
4.3.4_3 14 Dec 2003 11:04:50 |
oliver |
- since 4.3.4, php4 does not install libmbfl headers, but they
are still needed for PECL extensions that rely on mbstring
(e.g. mail/pear-mailparse, currently broken);
Remark: the proposed patch comes from PHP's CVS (please see
<http://groups.google.com/groups?selm=cvswez1068253752%40cvsserver>).
- the next release of devel/pear-PEAR (1.3) depends of the extension
xmlrpc;
- since I'm there, let slaves ports replace COMMENT.
PR: ports/59591
Submitted By: Thierry Thomas <thierry@pompo.net>
Approved By: maintainer |
4.3.4_2 04 Dec 2003 20:55:20 |
dinoex |
PR: 59958 |
4.3.4_2 20 Nov 2003 11:07:33 |
jeh |
A completely new bsd.php.mk file for checking and selecting dependencies
on various php ports. The system is backward compatible and adds the
WANT_PHP_PEAR knob and support for PHP5 (lang/php5 will be updated in a
next PR). It works much better and is more flexible (a future addition will
be support for Apache 2 compiled with threads).
This is the last step before moving the bsd.php.mk file into /usr/ports/Mk
with the addition of USE_PHP={yes,4,5} global knob.
While I'm here, remove the DEBUG option from the extension list and change the
postgresql dependency.
PR: 59418
Submitted by: MAINTAINER |
4.3.4_1 18 Nov 2003 03:19:38 |
kuriyama |
Chase libnetsnmp shlib major version number and bump ${PORTREVISION}. |
4.3.4 17 Nov 2003 11:40:14 |
jeh |
Allow compiling with debugging enabled.
PR: 58851
Submitted By: jeh |
4.3.4 07 Nov 2003 09:12:58 |
marcus |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex |
4.3.4 05 Nov 2003 11:06:59 |
jeh |
Update to 4.3.4 final release.
PR: 58914
Submitted by: MAINTAINER |
4.3.4.r1 04 Nov 2003 18:30:50 |
marcus |
Chase the libxslt shared lib version with a PORTREVISION bump. |
4.3.4.r1 13 Oct 2003 05:59:46 |
dinoex |
- Fix BUILD_DEPENDS |
4.3.4.r1 07 Oct 2003 19:38:48 |
dinoex |
- re-enable auto-detection for APACHE2
PR: 57699
Submitted by: sysadmin@alexdupre.com |
4.3.4.r1 07 Oct 2003 16:45:15 |
dinoex |
Mega-patch:
- Add mnogosearch extension
- Use USE_OPENSSL knob instead of direct including of bsd.openssl.mk
- Fix OpenSSL undefind symbols at runtime
- Fix OpenLDAP/MySQL dependencies, by moving down the inclusion of the
bsd.port.pre.mk makefile
- Fix make describe/all-depends-list to catch correct libraries
- Fix mcrypt extension (add ltdl dependency)
PR: 57699
Submitted by: sysadmin@alexdupre.co |
4.3.4.r1 01 Oct 2003 11:34:24 |
dinoex |
Fix for the OpenSSL extension
PR: 57437
Submitted by: sysadmin@alexdupre.com |
4.3.4.r1 30 Sep 2003 11:50:26 |
nork |
o Update to 4.3.4RC1.
o Sync with latest PHP5 changes (new DB4 extension,
use correct knobs, etc...)
PR: ports/57399
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) |
4.3.3 26 Sep 2003 23:38:34 |
edwin |
chase print/pdflib libversion upgrade
PR: ports/57204 |
4.3.3 26 Aug 2003 15:58:48 |
nork |
Update to 4.3.3 final release.
PR: ports/55990
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) |
4.3.3.r4 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
4.3.3.r4 19 Aug 2003 01:57:50 |
nork |
Update to 4.3.3RC4.
PR: ports/55713
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) |
4.3.3.r2 15 Aug 2003 00:49:31 |
kuriyama |
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento... |
4.3.3.r2 02 Aug 2003 22:34:54 |
marcus |
Chase the zzip shared lib version.
PR: 55197
Submitted by: maintainer |
4.3.3.r2 01 Aug 2003 07:41:35 |
oliver |
fix MASTER_SITES and split them into release-candidate and release sections
Approved by: maintainer |
4.3.3.r2 31 Jul 2003 08:21:56 |
nork |
Remove a unnecsesary patch.
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Pointy hat to: myself |
4.3.3.r2 31 Jul 2003 07:57:01 |
nork |
o Update to 4.3.3RC2.
o Add identification to php4 configuration dialog [1].
o Fix incorrect detecting of OpenLDAP dependency [2].
PR: ports/55100, ports/54283[1], ports/54726[2]
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Mark Linimon <linimon@lonesome.com> [1]
Jens Rehsack <rehsack@liwing.de> [2] |
4.3.3.r1_1 04 Jul 2003 02:26:08 |
nork |
o Add default overload extension.
o Add WITH_REGEX_TYPE knob [1].
o Small fixes.
PR: ports/54061
Requsted by: Jens Rehsack [1]
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) |
4.3.3.r1_1 03 Jul 2003 06:02:39 |
nork |
o Switch to libtool 1.4.
o Add WITHOUT_IPV6 knob (Requested by Jens Rehsack <rehsack@liwing.de>
in ports/53754, implemented in a slightly different way).
o Add GIF and animated GIF write support by default in GD and add
WITH_LZW knob to enable the LZW compression algorithm (patented
in some countries).
o Removed gd_gif_out.diff patch and added many new patches.
PR: ports/53754, ports/53879
Requested by: Jens Rehsack <rehsack@liwing.de>
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) |
4.3.3.r1_1 03 Jul 2003 06:01:37 |
nork |
o Switch to libtool 1.4.
o Add WITHOUT_IPV6 knob (Requested by Jens Rehsack <rehsack@liwing.de>
in ports/53754, implemented in a slightly different way).
o Add GIF and animated GIF write support by default in GD and add
WITH_LZW knob to enable the LZW compression algorithm (patented
in some countries).
o Removed gd_gif_out.diff patch and added many new patches.
PR: ports/53754, ports/53879
Requested by: Jens Rehsack <rehsack@liwing.de>
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) |
4.3.3.r1_1 03 Jul 2003 05:51:18 |
nork |
Add WANT_PHP_WEB knob, for ports that require a web
server to work, but for which is indifferent the PHP
sapi (CGI or Apache Module).
PR: ports/53800
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) |
4.3.3.r1_1 26 Jun 2003 22:58:32 |
ade |
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly) |
4.3.3.r1_1 25 Jun 2003 01:35:17 |
nork |
Improve SNMP support (fix openssl dependency and add net-snmp5 support).
PR: ports/53687
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) |
4.3.3.r1_1 24 Jun 2003 08:16:25 |
nork |
o Add FriBiDi extension [1]
o New patch-main::main.c file [2]:
- Fixed bug #24253 (missing variables when register_globals is on)
- Fixed a memory leak when more then 1 E|S flag is passed to gpc_order.
- Fixed a memory leak when variables_order is not set and gpc_order
has S|s flag.
- Optimized out duplicate parsing of the variables order string.
PR: ports/53609
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Patched by: Thierry Thomas [1]
Requested by: Ian Service [2] |
4.3.3.r1 23 Jun 2003 13:06:55 |
nork |
Add gif and animated-gif write support to GD extension.
(enable with WITH_GD_GIF_OUT - not default due to LZW
patent in many countries)
PR: ports/53631
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) |
4.3.2 20 Jun 2003 08:45:56 |
nork |
scripts/php_options is changed to php4_options. So it should be removed.
PR: ports/53498
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Pointy hat to: myself |
4.3.3.r1 20 Jun 2003 05:25:24 |
nork |
o Update to 4.3.3RC1.
o Add inifile and cdb extensions.
o Fix imap without ssl(inspired from ports/53141).
o Rename some variable for future compatability (PHP => PHP4)
(inspired from ports/53113, points 1 and 4 - point 2 is useless).
PR: ports/53498
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Inspired by: ports/53141 (Torsten Schneider <fbsd-bugs@tschneider.org>)
Inspired by: ports/53113 (Jens Rehsack <rehsack@liwing.de>) |
4.3.2 07 Jun 2003 20:45:11 |
nork |
Add Oracle7 support into PHP4.
PR: ports/53017
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Obtained from: ports/52615
Obtained by: Joe Kelsey <joek@zircon.staff.flyingcroc.net> |
4.3.2 06 Jun 2003 18:12:58 |
nork |
Add bsd.php.mk, every port depending on PHP should include this file
and set the right knobs, like the bsd.openssl.mk.
PR: ports/52674
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) |
4.3.2 06 Jun 2003 18:07:54 |
nork |
Update to 4.3.2 release.
PR: ports/52784
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) |
4.3.2.r4 06 Jun 2003 17:58:15 |
nork |
Prepare for new slave port: www/php4-cgi.
PR: ports/52617
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
4.3.2.r4 22 May 2003 18:26:28 |
nork |
Add completely new port system for PHP4 (4.3.2RC4). Updated mod_php4
to 4.3.2RC4 release and added php4-cli and php4 ports, for apache
module, command line interface, and both, respectively. Too many
changes (improvements, bug fixes and new features) to be listed here,
PR: ports/51945
Submitted by: Alex Dupre <sysadmin@alexdupre.com> |
4.3.0 29 Jan 2003 15:19:15 |
dirk |
Remove lang/php4 which was integrated into www/mod_php4. |
4.2.0 17 May 2002 06:07:01 |
dirk |
Upgrade to 4.2.1. |
4.2.0_1 13 May 2002 05:58:07 |
dirk |
Fix mkdir() bug.
PR: ports/37825
Submitted by: Jason Taylor <jason@jase.org> |