summaryrefslogtreecommitdiff
path: root/lang/php4/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - since 4.3.4, php4 does not install libmbfl headers, but theyOliver Lehmann2003-12-141-0/+11
| | | | | | | | | | | | | | | | | | | | are still needed for PECL extensions that rely on mbstring (e.g. mail/pear-mailparse, currently broken); Remark: the proposed patch comes from PHP's CVS (please see <http://groups.google.com/groups?selm=cvswez1068253752%40cvsserver>). - the next release of devel/pear-PEAR (1.3) depends of the extension xmlrpc; - since I'm there, let slaves ports replace COMMENT. PR: ports/59591 Submitted By: Thierry Thomas <thierry@pompo.net> Approved By: maintainer Notes: svn path=/head/; revision=95773
* 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-262-1/+18
| | | | | | | | 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
* Remove a unnecsesary patch.Norikatsu Shigemura2003-07-311-139/+0
| | | | | | | | Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Pointy hat to: myself Notes: svn path=/head/; revision=86030
* 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-039-508/+1623
| | | | | | | | | | | | | | | | 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 Add FriBiDi extension [1]Norikatsu Shigemura2003-06-241-0/+139
| | | | | | | | | | | | | | | | | o New patch-main::main.c file [2]: - Fixed bug #24253 (missing variables when register_globals is on) - Fixed a memory leak when more then 1 E|S flag is passed to gpc_order. - Fixed a memory leak when variables_order is not set and gpc_order has S|s flag. - Optimized out duplicate parsing of the variables order string. PR: ports/53609 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Patched by: Thierry Thomas [1] Requested by: Ian Service [2] Notes: svn path=/head/; revision=83518
* Add gif and animated-gif write support to GD extension.Norikatsu Shigemura2003-06-231-0/+1418
| | | | | | | | | | | (enable with WITH_GD_GIF_OUT - not default due to LZW patent in many countries) PR: ports/53631 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=83483
* 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-223-0/+176
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