summaryrefslogtreecommitdiff
path: root/lang/php4/files/patch-configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.3.9 release:Alex Dupre2004-10-111-0/+38
| | | | | | | | | | | | | | | | - Fix compilation of thread-safe PHP after the PTHREAD_LIBS change - Include md5 and blowfish support on amd64 (fix headers) [1] - Fix vulnerability in RFC 1867 file upload processing [2] - Fix php_variables memory disclosure [2] - GD LZW-GIF support is now enabled by default PR: ports/71752 [1], ports/72420 [2] Submitted by: Adam Gregoire <bsdunx@yahoo.com> [1], Dmitry A Grigorovich <odip@bionet.nsc.ru> [2] Approved by: portmgr (kris) Notes: svn path=/head/; revision=118610
* First step of the PHP mega-commit:Alex Dupre2004-07-191-477/+0
| | | | | | | | - remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports Notes: svn path=/head/; revision=113948
* Forgot a patch in previous commit (support for DB 4.2).Alex Dupre2004-03-291-13/+17
| | | | | | | Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=105588
* Update to 4.3.5 release:Alex Dupre2004-03-261-46/+34
| | | | | | | - add support for db 4.2 Notes: svn path=/head/; revision=105345
* - Better handling of snmp dependency [1]Alex Dupre2004-01-241-27/+36
| | | | | | | | | | | | | | | - Add support for BDB 4.1 [2] - Better handling of postgresql dependency [3] - Add new direct I/O extension [4] PR: 58920 [1], 60541 [2], 61409 [3] Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org> [1] [3], Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [2], Izzy Kindred <ikindred@cox.net> [4] Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=98955
* Update to 4.3.4 final release.James E. Housley2003-11-051-1/+1
| | | | | | | | PR: 58914 Submitted by: MAINTAINER Notes: svn path=/head/; revision=93128
* o Update to 4.3.4RC1.Norikatsu Shigemura2003-09-301-1/+1
| | | | | | | | | | | o Sync with latest PHP5 changes (new DB4 extension, use correct knobs, etc...) PR: ports/57399 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=89888
* Update to 4.3.3 final release.Norikatsu Shigemura2003-08-261-1/+1
| | | | | | | | PR: ports/55990 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=87737
* Update to 4.3.3RC4.Norikatsu Shigemura2003-08-191-1/+1
| | | | | | | | PR: ports/55713 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=87249
* o Update to 4.3.3RC2.Norikatsu Shigemura2003-07-311-26/+104
| | | | | | | | | | | | | o Add identification to php4 configuration dialog [1]. o Fix incorrect detecting of OpenLDAP dependency [2]. PR: ports/55100, ports/54283[1], ports/54726[2] Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Mark Linimon <linimon@lonesome.com> [1] Jens Rehsack <rehsack@liwing.de> [2] Notes: svn path=/head/; revision=86028
* o Switch to libtool 1.4.Norikatsu Shigemura2003-07-031-7/+155
| | | | | | | | | | | | | | | | o Add WITHOUT_IPV6 knob (Requested by Jens Rehsack <rehsack@liwing.de> in ports/53754, implemented in a slightly different way). o Add GIF and animated GIF write support by default in GD and add WITH_LZW knob to enable the LZW compression algorithm (patented in some countries). o Removed gd_gif_out.diff patch and added many new patches. PR: ports/53754, ports/53879 Requested by: Jens Rehsack <rehsack@liwing.de> Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=84110
* o Update to 4.3.3RC1.Norikatsu Shigemura2003-06-201-9/+9
| | | | | | | | | | | | | | | o Add inifile and cdb extensions. o Fix imap without ssl(inspired from ports/53141). o Rename some variable for future compatability (PHP => PHP4) (inspired from ports/53113, points 1 and 4 - point 2 is useless). PR: ports/53498 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Inspired by: ports/53141 (Torsten Schneider <fbsd-bugs@tschneider.org>) Inspired by: ports/53113 (Jens Rehsack <rehsack@liwing.de>) Notes: svn path=/head/; revision=83339
* Add Oracle7 support into PHP4.Norikatsu Shigemura2003-06-071-6/+120
| | | | | | | | | | PR: ports/53017 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Obtained from: ports/52615 Obtained by: Joe Kelsey <joek@zircon.staff.flyingcroc.net> Notes: svn path=/head/; revision=82471
* Add completely new port system for PHP4 (4.3.2RC4). Updated mod_php4Norikatsu Shigemura2003-05-221-0/+136
to 4.3.2RC4 release and added php4-cli and php4 ports, for apache module, command line interface, and both, respectively. Too many changes (improvements, bug fixes and new features) to be listed here, PR: ports/51945 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=81722