aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5
Commit message (Collapse)AuthorAgeFilesLines
* Register extensions in etc/php/extensions.ini instead of etc/php.iniale2004-07-282-4/+2
| | | | | | and add etc/php to the config scan path. Suggested by: Kenneth Vestergaard Schmidt <kvs@pil.dk>
* MFphp4: Fix compilation of wddx extension.ale2004-07-281-1/+4
|
* Remove the old-and-broken sybase (DB-lib) extension and point users toale2004-07-211-6/+0
| | | | the new-and-working sybase (CT-lib) extension.
* - Document DEFAULT_PHP_VER and BROKEN_WITH_PHPale2004-07-201-0/+2
| | | | | | - Set them acccordingly in PHP extensions ports (Now I really need some rest, see you tomorrow)
* Comment extension_dir in sample php.ini's, since many copy the sampleale2004-07-201-0/+1
| | | | | configuration file blindly and then complain about wrong directory. PHP has the correct path compiled in statically.
* Set default MySQL version to 4.1 for mysqli extension.ale2004-07-201-0/+1
|
* Fix oniguruma header path.ale2004-07-191-1/+1
| | | | Spotted by: sekrett.ru
* First step of the PHP mega-commit:ale2004-07-1921-3760/+694
| | | | | - remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports
* Update to final 5.0.0 release:ale2004-07-154-4/+16
| | | | | | | - add a post 5.0.0 patch to fix basic authentication with apache 1.x The major PHP ports overhaul is in its final stage. This commit was anticipated since it fixes a critical security vulnerability.
* Install GD and MBSTRINGS header files for pdflib and mailparse extensions.ale2004-06-283-4/+45
|
* - Point phpize to use libtoolize13ale2004-06-252-0/+12
|
* - Update to 5.0.0RC3 releaseale2004-06-084-14/+5
| | | | - Remove PDFlib extension
* Sync with new bsd.autotools.mkade2004-06-051-1/+1
|
* Update ftp/curl to 7.12.0 and bump the shared library version in allroam2004-06-041-2/+2
| | | | dependent ports.
* Replace explicit XFree86-4-libraries dependencies with USE_XLIB, USE_XPM, andanholt2004-05-301-1/+1
| | | | USE_GL as appropriate.
* Remove databases/postgresql-client because there can't be a -server, and havingmat2004-05-251-1/+1
| | | | | it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
* Introduce MASTER_SITE_PHP and add several more mirror sites worldwide.knu2004-05-241-8/+2
| | | | Approved by: ale (MAINTAINER of lang/php[45])
* - Add sysvmsg extension [1]ale2004-05-085-8/+31
| | | | | | | | | | - 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]
* Update to 5.0.0RC2 release (stop packaging customized snapshots,ale2004-04-296-30/+20
| | | | | | since now php5 seems pretty stable): - Build iconv extension by default - Remove obsolate MIME and YAZ extensions
* - Use USE_ICONV knobkrion2004-03-311-1/+1
| | | | Approved by: portmgr
* Forgot a patch in previous commit (support for DB 4.2).ale2004-03-291-13/+17
| | | | Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* Fix db 4.2 dependency.ale2004-03-291-1/+1
| | | | | PR: ports/64802 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* Fix Xpm path.ale2004-03-231-1/+1
| | | | Submitted by: Dominic Marks <dom@helenmarks.co.uk>
* Update to 5.0.0a6 snapshot:ale2004-03-197-38/+45
| | | | | - add mysqli extension - add support for db 4.2
* Fix build with new freetype2 library.ale2004-03-192-1/+11
| | | | | PR: ports/64417 Submitted by: Renato Botelho <renato@galle.com.br>
* o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-2/+2
| | | | o Bump $PORTREVISION.
* Fix PHP_PORT when PORTSDIR is a symlink.ale2004-03-141-1/+2
| | | | | Submitted by: marcus Reviewed by: pav
* Don't use a fully-qualified path in php.conf.ale2004-03-091-1/+3
| | | | | Submitted by: marcus Reviewed by: pav
* Add PostScript Type-1 font support for GD extension.ale2004-02-271-0/+2
| | | | | | PR: ports/63410 Submitted by: Toni Viemerö <toni.viemero@iki.fi> (PR) Lars Balker Rasmussen <lars@balker.org> (email)
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-02-231-2/+2
| | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
* Update to the latest snapshot.ale2004-02-137-21/+34
| | | | | | | Add new SOAP and SPL extensions. (The distfile may be unreachable for a few hours) Approved by: nork (mentor/implicitly)
* Use PTHREAD_LIBS only if OSVERSION >= 500016.ale2004-02-121-6/+7
| | | | | | | | This fixes compilation of mod_php with apache2-worker on -stable. PR: ports/62729 Submitted by: Maxim Maximov <mcsi@portpc-design.spb.ru> Approved by: nork (mentor/implicitly)
* Move to httpd.h for apache2 autodetection (as in bsd.php.mk, forgot in myale2004-02-101-1/+1
| | | | | | | previous commit). Noticed by: kuriyama Approved by: nork (mentor/implicitly)
* Fix PTHREAD_LIBS and adapt it to apache2 way.ale2004-02-091-2/+5
| | | | | Submitted by: Xin Li Approved by: nork (mentor/implicitly)
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2
| | | | | Submitted by: trevor Tested by: bento
* - Add support for PTHREAD_{LIBS/CFLAGS} [1]ale2004-01-262-6/+10
| | | | | | | | | | | - Add support for FastCGI [2] - Fix PEAR installation in a particular scenario [3] PR: ports/61790 [2] Submitted by: clement [1], Xavier Beaudouin <kiwi@oav.net> [2], Balazs Nagy <js@iksz.hu> [3] Approved by: nork (mentor/implicitly)
* - Better handling of snmp dependency [1]ale2004-01-244-15/+47
| | | | | | | | | | | | - 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)
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* Switch to my @FreeBSD.org email address.ale2004-01-182-2/+2
| | | | Approved by: nork (mentor)
* Add MS-SQL support.ale2004-01-163-6/+13
| | | | | | | | Chase freetds lib. Bump PORTREVISION. Requested by: many Submitted by: Michael Ranner <mranner@inode.at> Approved by: nork (mentor/implicitly)
* - Fix apache2 dependency (this was broken by the introductionale2004-01-141-1/+2
| | | | | | | of the APACHE_PORT variable in bsd.port.mk). - Fix php5 pkg-list when built without sqlite. Approved by: nork (mentor/implicitly)
* Adapt php5 Makefile to support apache2-worker.nork2004-01-111-6/+11
| | | | | | PR: ports/56205[1], ports/61171 [2] Submitted by: Christian Ullrich <chris+freebsd@chrullrich.de> ale (maintainer) [2]
* - Make fetchablepav2003-12-291-3/+3
| | | | | PR: ports/60692 Submitted by: ale (maintainer)
* Add patch file which I forgot.nork2003-12-231-0/+10
|
* o Update to 5.0.0a4 snapshot.nork2003-12-237-99/+60
| | | | | | | | | 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)
* PR: 59958dinoex2003-12-051-1/+1
|
* Add WITH_DEBUG knob and support for the new bsd.php.mk file.jeh2003-11-202-3/+34
| | | | | | | Forgotten in previous PR: add also BROKEN_WITH_PHP knob. PR: 59418 Submitted by: MAINTAINER
* Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.kuriyama2003-11-181-1/+2
|
* Use the new Apache bits from bsd.port.mk.marcus2003-11-071-4/+4
| | | | Submitted by: dinoex
* Chase the libxslt shared lib version with a PORTREVISION bump.marcus2003-11-051-1/+1
|
* o Update to 5.0.0a3 snapshot.nork2003-10-306-96/+100
| | | | | | | | 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)
* BROKEN: Does not compilekris2003-10-281-0/+2
|
* Fix for the OpenSSL extensiondinoex2003-10-011-1/+1
| | | | | PR: 57437 Submitted by: sysadmin@alexdupre.com
* chase print/pdflib libversion upgradeedwin2003-09-271-1/+1
| | | | PR: ports/57204
* [Maintainer Update] Port: lang/php5edwin2003-09-247-52/+48
| | | | | | | | | 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>
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-1/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-151-1/+1
| | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento...
* 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>