Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-20 | lang/php: reset PKGREVISION | taca | 1 | -2/+1 | |
Reset PKGREVISION with all php's version updates. | |||||
2018-07-20 | Recursive revbump from textproc/icu-62.1 | ryoon | 1 | -2/+2 | |
2018-04-14 | revbump after icu update | adam | 1 | -1/+2 | |
2018-01-05 | lang/php: reset PKGREVISION | taca | 1 | -2/+1 | |
Reset PKGREVISION with updating of all lang/php* packages. | |||||
2017-11-30 | Revbump after textproc/icu update | adam | 1 | -1/+2 | |
2017-10-27 | pkgsrc: reset PKGREVISION | taca | 1 | -2/+1 | |
reset PKGREVISION along with update of all lang/php*. | |||||
2017-09-18 | revbump for requiring ICU 59.x | maya | 1 | -2/+2 | |
2017-04-22 | Revbump after icu update | adam | 1 | -1/+2 | |
2016-12-10 | Reset PKGREVISION along with all php* language packages. | taca | 1 | -2/+1 | |
2016-12-04 | Recursive revbump from textproc/icu 58.1 | ryoon | 1 | -1/+2 | |
2016-05-02 | Reset PKGREVISION along with all PHP language updates. | taca | 1 | -2/+1 | |
2016-04-11 | Recursive revbump from textproc/icu 57.1 | ryoon | 1 | -1/+2 | |
2016-01-08 | Reset PKGREVISION after all PHP updates. | taca | 1 | -2/+1 | |
2015-10-10 | Recursive revbump from textproc/icu | ryoon | 1 | -1/+2 | |
2015-05-16 | Reset PKGREVISION along with php{54,55,56} update. | taca | 1 | -2/+1 | |
2015-04-06 | Revbump after updating textproc/icu | adam | 1 | -1/+2 | |
2015-03-20 | Reset PKGREVISION with updating of php54, php55 and php56. | taca | 1 | -2/+1 | |
2014-10-07 | Revbump after updating libwebp and icu | adam | 1 | -2/+2 | |
2014-04-09 | recursive bump from icu shlib major bump. | obache | 1 | -1/+2 | |
2012-10-02 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -2/+1 | |
2012-07-20 | - Reset PKG_REVISION by both php53 and php54 are updated. | taca | 1 | -2/+1 | |
- Remove supporting php5 (PHP 5.2.x) supporting codes. | |||||
2012-04-27 | Recursive bump from icu shlib major bumped to 49. | obache | 1 | -2/+2 | |
2011-06-10 | recursive bump from textproc/icu shlib major bump. | obache | 1 | -1/+2 | |
2010-03-16 | Remove PHP_VERSIONS_ACCEPTED=5 from these pacakges since there is no php4 ↵ | taca | 1 | -3/+1 | |
any more. No functional change. | |||||
2009-10-07 | Remove use of temporary workaround for version problem of php-pdo* | taca | 1 | -3/+1 | |
packages when they switched to use bundled files in php-5.2.9. Now we don't need this workaround any more and code itself already no operation. No functional change. | |||||
2009-03-13 | The php_pdo* packages have not kept step with PHP changes. The PDO | sborrill | 2 | -11/+12 | |
components are now built into PHP rather than maintained separately in PECL. The old PECL versions are unmaintained and haven't been altered for 3 years. This is confusing as the package versions report themselves to be 5.2.9.1.0.2, etc. but they are in fact based on the 5.1.x code-base. Therefore, we need to switch to building the PDO modules like any other PHP module. A side-effect of this is that the PECL version number will get stripped off the end meaning that the new version numbers are just 5.2.9 instead of 5.2.9.1.0.2 (for example). Unfortunately, 5.2.9 is considered to be older than 5.2.9.1.0.2 meaning that it will appear as though a downgrade has taken place. Therefore, while we are still using PHP 5.2.9, add .99 on the end (i.e. 5.2.9.99) so that the package appears newer. When PHP 5.2.10 is released this can be removed (the module.mk file explicitly cgecks for 5.2.9 before adding the .99 suffix so that it will not alter 5.2.10 if the hack is forgotten. However, for the record, when 5.2.10 is released, php-pdo/module.mk can be removed along with the references to it in each php-pdo*/Makefile | |||||
2009-03-05 | Don't abuse b3. It should not do things like include bsd.pkg.mk, so fix | joerg | 1 | -1/+4 | |
up the packages that use it instead. | |||||
2008-06-12 | 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 | -2/+1 | |
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-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-12-03 | Update the PHP PDO to latest available PECL versions (1.0/1.0.1/1.0.2). | jdolecek | 2 | -6/+9 | |
Changes are bugfixes mostly. Also rework php-pdo/module.mk somewhat, so that the base php-pdo package can use it too. | |||||
2005-10-09 | Add PDO (PHP Data Objects) extensions. These implement unified, | jdolecek | 3 | -0/+21 | |
object-oriented interface to various databases. PDO comes bundled with upcoming PHP 5.1, but can also be used with PHP 5.0 via PECL. |