aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php53
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo: XML -> XSL.nork2003-07-171-1/+1
| | | | Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Correct scripts/configure.php & Bump PORTREVISION.nork2003-07-172-9/+6
| | | | | | PR: ports/54519 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Pointy hat to: myself
* Add php5 5.0.0.a1, PHP5 Scripting Language.nork2003-07-169-423/+277
| | | | | | | PR: ports/54519 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo copied by: joe (cvs) Approved by: portmgr (no objections)
* o Add default overload extension.nork2003-07-044-15/+34
| | | | | | | | | o Add WITH_REGEX_TYPE knob [1]. o Small fixes. PR: ports/54061 Requsted by: Jens Rehsack [1] Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* o Switch to libtool 1.4.nork2003-07-0310-514/+1633
| | | | | | | | | | | | | 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)
* Add WANT_PHP_WEB knob, for ports that require a webnork2003-07-031-0/+12
| | | | | | | | server to work, but for which is indifferent the PHP sapi (CGI or Apache Module). PR: ports/53800 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* libtool uber-patchade2003-06-271-1/+1
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Improve SNMP support (fix openssl dependency and add net-snmp5 support).nork2003-06-252-2/+10
| | | | | PR: ports/53687 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* o Add FriBiDi extension [1]nork2003-06-244-6/+153
| | | | | | | | | | | | | | 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]
* Add gif and animated-gif write support to GD extension.nork2003-06-232-0/+1421
| | | | | | | | (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)
* scripts/php_options is changed to php4_options. So it should be removed.nork2003-06-201-59/+0
| | | | | | PR: ports/53498 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Pointy hat to: myself
* o Update to 4.3.3RC1.nork2003-06-205-29/+122
| | | | | | | | | | | | 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>)
* Add Oracle7 support into PHP4.nork2003-06-084-10/+133
| | | | | | | PR: ports/53017 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Obtained from: ports/52615 Obtained by: Joe Kelsey <joek@zircon.staff.flyingcroc.net>
* Add bsd.php.mk, every port depending on PHP should include this filenork2003-06-071-0/+91
| | | | | | | and set the right knobs, like the bsd.openssl.mk. PR: ports/52674 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Update to 4.3.2 release.nork2003-06-072-5/+11
| | | | | PR: ports/52784 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
* Prepare for new slave port: www/php4-cgi.nork2003-06-074-26/+49
| | | | | PR: ports/52617 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
* Add completely new port system for PHP4 (4.3.2RC4). Updated mod_php4nork2003-05-2310-0/+1171
| | | | | | | | | 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>
* Remove lang/php4 which was integrated into www/mod_php4.dirk2003-01-291-19/+0
|
* Upgrade to 4.2.1.dirk2002-05-171-1/+1
|
* Fix mkdir() bug.dirk2002-05-131-1/+1
| | | | | PR: ports/37825 Submitted by: Jason Taylor <jason@jase.org>
* Set PORTREVISION to 0 after upgrading mod_php4 to 4.1.0.dirk2001-12-201-1/+1
|
* Add --enable-discard-path and --with-readline to lang/php4.dirk2001-12-041-1/+1
| | | | Submitted by: Rafal Michalski <rafal.michalski@altech.com.pl>
* ming support was included in php-4.0.6.dirk2001-06-261-1/+1
|
* Make PORTREVISION independent of master port.dirk2001-06-251-0/+1
|
* NOPORTDOCS isn't used in the master ports any longer.dirk2001-04-231-1/+0
|
* Add new standalone php4 port as a slave port of www/mod_php4.dirk2001-02-261-0/+19
Based upon work by: Alastair D'Silva <deece@familyhealth.com.au>