Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-15 | Remove php-sqlite which supported by php53 only. | taca | 2 | -20/+0 | |
2012-10-02 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-07-20 | - Reset PKG_REVISION by both php53 and php54 are updated. | taca | 1 | -7/+1 | |
- Remove supporting php5 (PHP 5.2.x) supporting codes. | |||||
2012-06-16 | Remove 52 from PHP_VERSIONS_ACCEPTED. | dholland | 1 | -2/+2 | |
2012-06-16 | * php-sqlite is obsoleted by PHP 5.4. | taca | 1 | -6/+11 | |
* Add usage of PHP_BASE_VERS in PKGNAME. | |||||
2010-03-15 | Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more | taca | 1 | -3/+1 | |
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now. No functional change. | |||||
2009-10-09 | Fix previous change to make really sence; avoid using PECL_VERSION but | taca | 1 | -4/+3 | |
mannually set PKGNAME. Noted by Robert Elz by private mail. (Thanks much!) | |||||
2009-10-09 | Add PECL_VERSION again to prevent version decrease from pkgsrc-2009Q2 | taca | 1 | -1/+7 | |
branch. Add note to remove it after next release of lang/php5, too. | |||||
2009-10-07 | Remove stale distinfo file. | taca | 1 | -6/+0 | |
2009-10-06 | Fix build problem when php-pdo package is already installed. | taca | 1 | -1/+2 | |
No functional change. | |||||
2009-07-10 | fixup description, this package is 5.x now | jdolecek | 1 | -1/+1 | |
2009-07-10 | switch databases/php-sqlite to compile using bundled module, rather than | jdolecek | 2 | -30/+4 | |
pecl; according to description on PECL site, the pecl extension is obsolete and no longer maintanted, and it doesn't compile with PHP 5.3 | |||||
2008-06-20 | Add DESTDIR support. | joerg | 1 | -1/+3 | |
2006-06-02 | Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, | joerg | 1 | -3/+4 | |
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-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-10-04 | PECL modules have a real homepage. Set the default for PECL modules to | tv | 1 | -2/+2 | |
the PECL distro site rather than PHP's default. Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC. | |||||
2005-10-01 | g/c - it's not used and even incorrect | jdolecek | 1 | -2/+0 | |
2005-09-18 | replace local arg3_force_ref[] with standard Zend API's third_arg_force_ref | jdolecek | 3 | -5/+28 | |
(definition is identical on PHP4), so that this compiles with PHP5 allow the package to build with PHP5 too, bump package revision | |||||
2005-09-12 | Fix COMMENT per Geert Hendrickx <geert.hendrickx@ua.ac.be> on tech-pkg. | tv | 1 | -2/+3 | |
2005-09-06 | Add php-sqlite-${PHP_BASE_VERS}.1.0.3: | tv | 4 | -0/+26 | |
This is a PHP 4 compatible SQLite 2.x module (the same module comes bundled with PHP 5 and is available as databases/php5-sqlite). |