summaryrefslogtreecommitdiff
path: root/lang/php53/scripts/configure.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First step of the PHP mega-commit:Alex Dupre2004-07-191-109/+0
| | | | | | | | - remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports Notes: svn path=/head/; revision=113948
* - Update to 5.0.0RC3 releaseAlex Dupre2004-06-081-1/+0
| | | | | | | - Remove PDFlib extension Notes: svn path=/head/; revision=111092
* - Add sysvmsg extension [1]Alex Dupre2004-05-071-0/+1
| | | | | | | | | | | | | - Add XML_RPC to PEAR bootstrap [2] - Use the official pcre fix [3] - Bump PORTREVISION Requested by: Andy Smith <andy@strugglers.net> [1] Submitted by: thierry [2] Obtained from: php CVS [3] Notes: svn path=/head/; revision=108652
* Update to 5.0.0RC2 release (stop packaging customized snapshots,Alex Dupre2004-04-281-3/+1
| | | | | | | | | since now php5 seems pretty stable): - Build iconv extension by default - Remove obsolate MIME and YAZ extensions Notes: svn path=/head/; revision=107888
* Update to 5.0.0a6 snapshot:Alex Dupre2004-03-191-0/+1
| | | | | | | | - add mysqli extension - add support for db 4.2 Notes: svn path=/head/; revision=104609
* Update to the latest snapshot.Alex Dupre2004-02-131-0/+2
| | | | | | | | | | Add new SOAP and SPL extensions. (The distfile may be unreachable for a few hours) Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=100838
* - Better handling of snmp dependency [1]Alex Dupre2004-01-241-0/+1
| | | | | | | | | | | | | | | - 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
* Add MS-SQL support.Alex Dupre2004-01-151-2/+3
| | | | | | | | | | | Chase freetds lib. Bump PORTREVISION. Requested by: many Submitted by: Michael Ranner <mranner@inode.at> Approved by: nork (mentor/implicitly) Notes: svn path=/head/; revision=98234
* o Update to 5.0.0a4 snapshot.Norikatsu Shigemura2003-12-221-1/+1
| | | | | | | | | | | | o Add TIDY extension. o Remove MCAL extension. o Remove patch-ext::standard::datetime.c file. PR: ports/60504 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=96451
* o Update to 5.0.0a3 snapshot.Norikatsu Shigemura2003-10-301-0/+1
| | | | | | | | | | | o Un-break port. o A lot of fixes, taken from recent commits to php4 port. PR: ports/58617 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=92608
* [Maintainer Update] Port: lang/php5Edwin Groothuis2003-09-241-1/+2
| | | | | | | | | | | | Update to 5.0.0a2-alexdupre snapshot (and fix 5.0.0a1 memory leak). Add DB4 extension. Correctly use USE_MYSQL/USE_OPENSSL/USE_OPENLDAP. PR: ports/56979 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=89154
* Fix typo: XML -> XSL.Norikatsu Shigemura2003-07-171-1/+1
| | | | | | | Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=85044
* Correct scripts/configure.php & Bump PORTREVISION.Norikatsu Shigemura2003-07-171-8/+5
| | | | | | | | | PR: ports/54519 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Pointy hat to: myself Notes: svn path=/head/; revision=85008
* o Add default overload extension.Norikatsu Shigemura2003-07-041-1/+2
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=84179
* Improve SNMP support (fix openssl dependency and add net-snmp5 support).Norikatsu Shigemura2003-06-251-1/+1
| | | | | | | | PR: ports/53687 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=83554
* o Add FriBiDi extension [1]Norikatsu Shigemura2003-06-241-0/+1
| | | | | | | | | | | | | | | | | 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
* o Update to 4.3.3RC1.Norikatsu Shigemura2003-06-201-1/+3
| | | | | | | | | | | | | | | 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-0/+1
| | | | | | | | | | 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/+102
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