Age | Commit message (Expand) | Author | Files | Lines |
2008-01-04 | Update to 4.4.8 | adrianp | 1 | -14/+0 |
2007-08-01 | Add patches to fix CVE-2007-3806 referring CVS repository. | taca | 1 | -0/+14 |
2007-05-06 | Update to 4.4.7 | adrianp | 1 | -38/+0 |
2007-05-06 | Add security fix for CVE-2007-1001 to "php4-gd" and "php5-gd" packages. | tron | 1 | -0/+38 |
2007-05-05 | Remove PEAR from the default PHP install | adrianp | 2 | -23/+0 |
2007-03-11 | patch to allow the Oracle extension to be built against Oracle 10.1 | grant | 1 | -0/+22 |
2007-03-03 | Update to 4.4.6 | adrianp | 2 | -48/+0 |
2006-11-04 | Fix for CVE-2006-5465 from PHP CVS | adrianp | 1 | -0/+32 |
2006-11-03 | Fix build for php4-curl with curl-7.16.0, using same patch as for php5. | wiz | 1 | -0/+19 |
2006-10-22 | Fix for CVE-2006-4625 | adrianp | 1 | -0/+16 |
2006-08-20 | PHP 4.4.4 Release Announcement | adrianp | 1 | -83/+0 |
2006-08-10 | Update to 4.4.3 | adrianp | 7 | -158/+87 |
2006-07-18 | Fix for CVE-2006-1990 | adrianp | 2 | -0/+39 |
2006-05-11 | Libtoolize link commands on Darwin. Previously, pakcages providing | minskim | 1 | -0/+15 |
2006-04-22 | add patch to actually compile the contents of PHP WDDX module; before | jdolecek | 1 | -0/+11 |
2006-04-14 | The actual patches for PHP4/5. | cube | 3 | -0/+111 |
2006-03-06 | Increase memory limit when installing PEAR packages. This allows the | cube | 1 | -3/+7 |
2006-03-03 | Update to version 4.4.2. Ok'd by jdolecek@. | cube | 5 | -40/+25 |
2005-11-08 | php 4.4.1 has a bug which cause squirrelmail's sort function to misbehave: | bouyer | 1 | -0/+15 |
2005-11-01 | Update php to 4.4.1. Besides incorporating XML_RPC-1.4.0 and fopen wrappers | jdolecek | 1 | -15/+0 |
2005-10-16 | Fix bug in mbstring extension function mb_encode_mimeheader(), which | jdolecek | 1 | -0/+13 |
2005-10-07 | Add a fix to LDAP extension build to properly detect LDAP capabilities, | jdolecek | 1 | -0/+12 |
2005-10-05 | Add patch from Debian bug report 323585 to fix CAN-2005-3054. | tron | 1 | -0/+15 |
2005-04-21 | Apply cleanly after update to 4.3.11 | salo | 1 | -5/+5 |
2005-04-11 | doesn't appear to be needed anymore | jdolecek | 1 | -41/+0 |
2005-04-11 | Update php4 to 4.3.11. | jdolecek | 2 | -26/+10 |
2004-12-19 | fix an incorrect test for __ppc__, unbreaking this package on Darwin. | grant | 1 | -0/+16 |
2004-12-12 | completely ignore system php.ini for all pear-related operations; this | jdolecek | 1 | -0/+10 |
2004-12-09 | When apache2 is built with the "worker" MPM, the PHP4 configure script | jlam | 1 | -0/+19 |
2004-10-31 | move php4-imap patches into php4/patches and use USE_PHP_EXT_PATCHES | jdolecek | 2 | -0/+55 |
2004-10-31 | move php4-mysql patch into php4/patches and use USE_PHP_EXT_PATCHES | jdolecek | 1 | -0/+11 |
2004-09-28 | Update php4 package to bug-fix release 4.3.9. | jdolecek | 2 | -24/+7 |
2004-07-13 | fix a memory-use-after-free bug in the Zend engine constant code | jdolecek | 1 | -0/+17 |
2004-07-06 | Update php4 package to 4.3.7. | jdolecek | 1 | -46/+0 |
2004-05-18 | Added this patch from FreeBSD | cjones | 1 | -0/+46 |
2004-04-30 | CGI/1.1, as documented at: | lukem | 1 | -0/+33 |
2004-04-20 | Update PHP4 package and all PHP4 modules to version 4.3.6. | jdolecek | 1 | -7/+23 |
2004-02-14 | remove the filestat patch, it's no longer needed | jdolecek | 1 | -12/+0 |
2004-02-14 | no need to add XXXes to mkstemp() call, g/c this patch in an efford | jdolecek | 1 | -12/+0 |
2004-02-13 | g/c, gettext extension module is not built into base php | jdolecek | 1 | -48/+0 |
2003-11-08 | Update PHP to 4.3.4 | jdolecek | 2 | -23/+26 |
2003-09-01 | Add NetBSD RCS tags | cjep | 6 | -0/+6 |
2003-09-01 | remove for now; I'll confirm whether or not this patch would be necessary later | jdolecek | 1 | -175/+0 |
2003-08-31 | Update PHP to final 4.3.3 | jdolecek | 9 | -226/+42 |
2003-06-07 | Add NetBSD RCS tags. | cjep | 1 | -0/+1 |
2003-06-03 | Teach ap2-perl and ap2-php4 how to find apr's includes. They need to | epg | 1 | -15/+21 |
2003-02-21 | Fix for wordwrap() buffer overflow, per | lukem | 1 | -0/+107 |
2003-02-03 | Bump PKGREVISION of www/php4 to 1. This fixes a problem reported on | jlam | 1 | -4/+6 |
2003-01-14 | make sure that gettext does not core dump on bad params. | christos | 1 | -0/+68 |
2003-01-12 | PR/19207, PR/19681, PR/19367: package does not compile because threads | christos | 1 | -8/+112 |