Age | Commit message (Expand) | Author | Files | Lines |
2007-06-11 | The package supports installation to DESTDIR. | heinz | 1 | -9/+16 |
2007-05-06 | Update to 4.4.7 | adrianp | 4 | -47/+7 |
2007-05-06 | Add security fix for CVE-2007-1001 to "php4-gd" and "php5-gd" packages. | tron | 2 | -1/+40 |
2007-05-05 | Remove PEAR from the default PHP install | adrianp | 7 | -271/+12 |
2007-03-11 | patch to allow the Oracle extension to be built against Oracle 10.1 | grant | 2 | -1/+24 |
2007-03-03 | Update to 4.4.6 | adrianp | 6 | -62/+61 |
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -2/+2 |
2006-11-04 | Fix for CVE-2006-5465 from PHP CVS | adrianp | 3 | -3/+36 |
2006-11-03 | Fix build for php4-curl with curl-7.16.0, using same patch as for php5. | wiz | 2 | -1/+21 |
2006-10-22 | Fix for CVE-2006-4625 | adrianp | 3 | -3/+20 |
2006-10-20 | remove --enable-memory-limit - 8MB is too low, and this just | jdolecek | 2 | -4/+3 |
2006-08-20 | PHP 4.4.4 Release Announcement | adrianp | 3 | -90/+6 |
2006-08-16 | Add RCSid for better tracking. | salo | 1 | -0/+2 |
2006-08-10 | Update to 4.4.3 | adrianp | 11 | -173/+97 |
2006-07-18 | Replace an absolute path for sh | adrianp | 2 | -2/+3 |
2006-07-18 | Fix for CVE-2006-1990 | adrianp | 5 | -3/+83 |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -2/+2 |
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 |
2006-07-07 | LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just | jlam | 1 | -2/+1 |
2006-06-06 | Note in the MESSAGE file the path to the PHP CGI binary to answer an FAQ. | jlam | 2 | -8/+13 |
2006-06-05 | This package needs lex to build. Add it to USE_TOOLS. | minskim | 1 | -2/+2 |
2006-05-11 | Libtoolize link commands on Darwin. Previously, pakcages providing | minskim | 3 | -3/+19 |
2006-04-22 | add patch to actually compile the contents of PHP WDDX module; before | jdolecek | 2 | -1/+13 |
2006-04-14 | The actual patches for PHP4/5. | cube | 3 | -0/+111 |
2006-04-14 | PHP4/5 security changes... They're not critical issues; secunia classes | cube | 2 | -2/+6 |
2006-04-12 | Aligned the last line of the buildlink3.mk files with the first line, so | rillig | 1 | -2/+2 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 1 | -3/+3 |
2006-03-06 | Increase memory limit when installing PEAR packages. This allows the | cube | 2 | -5/+9 |
2006-03-03 | Update to version 4.4.2. Ok'd by jdolecek@. | cube | 9 | -246/+313 |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 2 | -4/+4 |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 |
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 3 | -7/+7 |
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. | rillig | 1 | -2/+4 |
2005-11-08 | php 4.4.1 has a bug which cause squirrelmail's sort function to misbehave: | bouyer | 3 | -3/+19 |
2005-11-05 | Replaced ${PKGNAME:C...} with the equivalent ${PKGBASE}. | rillig | 1 | -2/+2 |
2005-11-04 | Use --with-openssl=${BUILDLINK_PREFIX.openssl} to specify real path | tv | 1 | -2/+2 |
2005-11-02 | Remove obsolete file "include/php/main/config.nw.h" from package list, | tron | 2 | -3/+3 |
2005-11-02 | Remove "XML_RPC-1.4.0.tgz". It is part of PHP 4.4.1 and therefore no | tron | 1 | -5/+1 |
2005-11-01 | Update php to 4.4.1. Besides incorporating XML_RPC-1.4.0 and fopen wrappers | jdolecek | 5 | -40/+8 |
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/+9 |
2005-10-08 | make it possible to switch the IPv6 support on/off via a package option, | jdolecek | 1 | -2/+11 |
2005-10-08 | openssl is included unconditionally | jdolecek | 1 | -8/+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 | -4/+8 |
2005-10-07 | Add a fix to LDAP extension build to properly detect LDAP capabilities, | jdolecek | 2 | -1/+14 |