summaryrefslogtreecommitdiff
path: root/textproc/php4-xslt
AgeCommit message (Collapse)AuthorFilesLines
2003-08-31Update PHP to final 4.3.3jdolecek2-9/+8
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-08-29Bump package revision to 2 (Sablotron was updated to 1.0).xtraeme1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2002-10-30Update to 4.2.3. Simplify logic to find libiconv.wiz2-14/+8
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-2/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-10Convert to buildlink2 (was mixing one and two).wiz1-3/+3
2002-02-28Update distribution file checksum for PHP version 4.1.2.tron1-3/+3
2002-02-28Update textproc/php4-xslt to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-01-06Update textproc/php4-xslt to 4.1.1. Changes from version 4.1.0 include:jlam1-3/+3
- Fixed several crash bugs in the xslt extension. (Markus, Derick)
2002-01-01Install the API documentation for php4-xslt.jlam2-1/+11
2002-01-01textproc/php4-xslt: PHP4 extension for XSLT functions (Sablotron backend)jlam3-0/+29
PHP is a programming language designed to be embedded into web pages. This module provides XSLT functions for PHP4. This module replaces textproc/php4-sablot, which has been deprecated/removed.