Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-10-31 | remove php4-* extension packages, replaced by php-* packages, which support | jdolecek | 2 | -30/+0 | |
PHP5 too | |||||
2004-07-12 | the trick with setting PHP_ICONV in environment doesn't work with | jdolecek | 1 | -5/+11 | |
more recent PHP anymore, so use USE_BUILDIN.iconv test to select the appropriate iconv parameter value fixes compilation on NetBSD 1.6.x and other systems without builtin iconv, and thus PR pkg/26212 and PR pkg/26213 package behaviour unchanged, so no PKGREVISION bump done | |||||
2004-06-03 | Packages in directory "converters" should use this for CATEGORY as well | heinz | 1 | -2/+2 | |
2004-04-25 | bl3ify | xtraeme | 1 | -3/+3 | |
2003-08-31 | Update PHP to final 4.3.3 | jdolecek | 2 | -7/+9 | |
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 | |||||
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -2/+2 | |
2003-02-13 | add package for PHP4 iconv - character set conversion interface | jdolecek | 3 | -0/+22 | |