summaryrefslogtreecommitdiff
path: root/lang/php/phpversion.mk
AgeCommit message (Collapse)AuthorFilesLines
2007-10-11Clarified the comment that no dependency is added by this file.rillig1-2/+3
2007-09-20Added variables for "bmake show-all".rillig1-1/+6
2007-08-13Adjust the documented default PHP version to the actual default.ghen1-2/+2
2007-06-18Added the usual documentation.rillig1-2/+54
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-3/+5
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-05-09Make PHP version 5.x the default. Security updates for PHP 4.x aretron1-2/+2
simply releasted much too slow these days.
2005-05-09once PHP version is selected, set PHP_VERSION_REQD appropriately, so thatjdolecek1-3/+6
the selected version is forced for any sub-builds; this should fix the bulk build problems for php5-extensions use := to avoid variable recursion
2004-11-04export the information about selected version via PKG_PHP_VERSIONjdolecek1-2/+10
and the base name of program as PKG_PHP
2004-10-31new PHP extension module framework, which makes it possible to buildjdolecek1-0/+71
individual PHP extension packages with either PHP 4.x or PHP 5.x convert existing php4-* packages to this framework and import as php-*