summaryrefslogtreecommitdiff
path: root/net/php4-ftp/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2004-04-20Update PHP4 package and all PHP4 modules to version 4.3.6.jdolecek1-5/+0
Changes are bug-fixes mostly, but also synchronizes bundled GD with GD 2.0.22 and updates PCRE to version 4.5. Several NetBSD patches were integrated too, so future pkgsrc updates would be even more smooth. Full list of changes since PHP 4.3.4 is available at: http://www.php.net/ChangeLog-4.php#4.3.6 http://www.php.net/ChangeLog-4.php#4.3.5
2004-01-13regen the patch with less unified context lines, so that the RCS Idjdolecek1-2/+2
won't get overwritten
2004-01-13regen SHA1 sum for patch-aajdolecek1-2/+2
2004-01-13Fix compilation issue in PHP ftp module sources, which causedjdolecek1-0/+5
some functions to not be included in final module. Now this module actually works. Bump pkg revision. Problem reported in PR pkg/24082 by John Maier. Patch already submitted to the PHP team, as issue #26896.
2003-08-31Update PHP to final 4.3.3jdolecek1-4/+0
Some highlights of changes since 4.2.3: * PCRE updated to 4.3, GD to 2.0.15 * improved Apache2 support * much improved stream & URL wrapper support, output compression support * added CLI (Command Line Interface) SAPI * debug_backtrace() backported from ZendEngine2 * faster build system * huge number of other bug fixes and improvements Packaging changes: * 'pcre', 'xml', and 'session' modules folded back into main package - 'pcre' and 'xml' is required by PEAR, and 'session' is just too essential to be separate * 'gd' module now uses bundled PHP GD library, which is better integrated * PHP modules use shared distinfo when possible to ease future PHP updates * ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php remains CGI version
2002-10-14Updated php to 4.2.3martti1-3/+3
* lots of bug fixes * experimental apache2 support * added IPv6 support to gethostbyaddr() ATTENTION!! register_globals defaults to 'off' now
2002-02-28Update distribution file checksum for PHP version 4.1.2.tron1-3/+3
2002-01-06Update net/php4-ftp to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2001-12-31Update net/php4-ftp to 4.1.0. Changes from version 4.0.6 include:jlam1-3/+3
- Added support for socket and popen file types to ftp_fput (Jason)
2001-10-16net/php4-ftp: PHP4 extension for FTP accessjlam1-0/+4
This version is from the php-4.0.6 distribution.