Age | Commit message (Expand) | Author | Files | Lines |
2006-02-17 | Install bin/pear with correct file permissions | adam | 2 | -6/+6 |
2006-02-06 | add fix to build php-xmlrpc and php5-dom successfully with 5.1.2 | jdolecek | 1 | -1/+4 |
2006-02-06 | Updated lang/php5 to 5.1.2 | martti | 9 | -37/+55 |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 2 | -4/+4 |
2006-02-02 | Added two missing files to the PLIST. Bumped PKGREVISION. | rillig | 2 | -3/+5 |
2006-01-04 | Use PKGMANDIR instead of "man". | reed | 1 | -2/+2 |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 |
2005-12-06 | patch php.ini-dist and php.ini-recommended to comment out extension_dir | jdolecek | 4 | -3/+54 |
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -3/+3 |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 3 | -7/+6 |
2005-12-04 | patch pear to use -n post-install - it cannot be done using normal | jdolecek | 1 | -2/+6 |
2005-12-04 | regen patch-ao with less context lines to avoid $Id$ in the original | jdolecek | 2 | -10/+6 |
2005-12-04 | remove no longer needed patches - pointed out by Peter Avalos | jdolecek | 1 | -10/+0 |
2005-12-03 | Update PHP5 to version 5.1.1. Some of the key features include: | jdolecek | 9 | -126/+138 |
2005-11-21 | Allow choosing of CGI or FastCGI as SAPI for the PHP interpreter. | joerg | 1 | -1/+11 |
2005-11-11 | PKGBASE is defined too late to be used in PKG_OPTIONS_VAR, so it cannot | rillig | 1 | -2/+4 |
2005-11-05 | Replaced an overly complex expression with the equivalent ${PKGBASE}. | rillig | 1 | -2/+2 |
2005-10-23 | php regex is also necessary on Linux; pointed out by Ondrej Tuma | jdolecek | 1 | -2/+2 |
2005-10-19 | Bring back the "ssl" option so that the builder may have the *option* to | tv | 1 | -5/+10 |
2005-10-16 | Fix bug in mbstring extension function mb_encode_mimeheader(), which | jdolecek | 2 | -1/+15 |
2005-10-16 | use PHP-provided regex on Solaris, PHP doesn't build with system regex | jdolecek | 1 | -1/+7 |
2005-10-08 | add inet6 to list of supported options; this effectively enables IPv6 | jdolecek | 2 | -3/+4 |
2005-10-08 | fix plural | jdolecek | 1 | -2/+2 |
2005-10-08 | Unfortunately PHP has several openssl hooks, which are only enabled | jdolecek | 3 | -9/+13 |
2005-10-07 | Add a fix to LDAP extension build to properly detect LDAP capabilities, | jdolecek | 2 | -1/+14 |
2005-09-09 | Allow versions of PHP newer than 5.0.4nb1 to satisfy BUILDLINK_RECOMMENDED. | schmonz | 1 | -2/+2 |
2005-09-08 | Update php5 to version 5.0.5. This is maintenance release, aimed at | jdolecek | 4 | -25/+12 |
2005-09-04 | Move some options that only apply to the PHP CGI package from Makefile.php | jlam | 2 | -4/+5 |
2005-09-03 | Bump BUILDLINK_RECOMMENDED to nb1 for recent security issue and fix typo | adrianp | 1 | -2/+2 |
2005-09-03 | Update php5 to 5.0.4nb1 to address XML_RPC security issue(s) | adrianp | 3 | -5/+20 |
2005-05-31 | Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a | dillo | 1 | -12/+8 |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 |
2005-05-09 | follow PHP4 packaeg lead and add 'php5' to CATEGORIES | jdolecek | 1 | -2/+2 |
2005-05-07 | do not define MASTER_SITES and EXTRACT_SUFX if PECL_VERSION is set, | jdolecek | 1 | -1/+4 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-04-11 | Update php5 to 5.0.4. This is maintenance/bugfix release, full list of changes | jdolecek | 6 | -25/+82 |
2005-04-08 | disable sqlite extension again - there is databases/php5-sqlite for this | jdolecek | 2 | -4/+4 |
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 |
2005-01-04 | Enable SQLite | manu | 2 | -4/+4 |
2004-12-27 | use ${PKG_SYSCONFDIR} rather than hardcoding ${PREFIX}/etc | jdolecek | 1 | -2/+2 |
2004-12-18 | g/c MAINTAINER (use one from Makefile.common) | jdolecek | 1 | -2/+1 |
2004-12-18 | claim MAINTAINER | jdolecek | 1 | -2/+2 |
2004-12-18 | claim MAINTAINER | jdolecek | 1 | -2/+2 |
2004-12-17 | Update php5 to 5.0.3. This maintenance release addressing several very | jdolecek | 4 | -8/+13 |
2004-12-17 | move DISTINFO_FILE setting from Makefile.common to Makefile.php, | jdolecek | 2 | -3/+4 |
2004-12-12 | completely ignore system php.ini for all pear-related operations; this | jdolecek | 3 | -3/+14 |
2004-11-06 | merge extension module handling for PHP4 and PHP5 into lang/php/ext.mk, | jdolecek | 1 | -65/+0 |
2004-11-05 | share MESSAGE.module and PLIST.module between php4 and php5 packages, moving | jdolecek | 3 | -16/+3 |
2004-11-04 | put items only pertinent to interpreter build to new file Makefile.php | jdolecek | 3 | -41/+60 |
2004-11-02 | s/PHP5_VERSION/PHP_BASE_VERS/, to match php4 package | jdolecek | 3 | -7/+7 |