summaryrefslogtreecommitdiff
path: root/lang/php5/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix pear pkg-plistAlex Dupre2005-11-164-19/+19
| | | | | | | - Increase pear memory limit (requested by amd64) Notes: svn path=/head/; revision=148440
* AMD64 fixes:Alex Dupre2005-10-143-14/+56
| | | | | | | | | | | | - fix crypto part again [1] - fix object serialization [2] PR: ports/86885 [2] Submitted by: André Böhm <andre@gaarden.net> [2], Claus Guttesen <kometen@gmail.com> [1] Notes: svn path=/head/; revision=145335
* Update to 5.0.5 release.Alex Dupre2005-09-083-17/+15
| | | | Notes: svn path=/head/; revision=142205
* Fix build when libbind is present.Alex Dupre2005-06-191-0/+13
| | | | | | | | PR: ports/82024 Submitted by: Edwin Culp <eculp@bafirst.com> Notes: svn path=/head/; revision=137719
* Fix pear command on FreeBSD-current.Alex Dupre2005-06-081-1/+1
| | | | | | | | | | | (We loose the output buffering capability, but we cannot set it inside the script) PR: ports/81890 Submitted by: Edwin Culp <eculp@bafirst.com> Notes: svn path=/head/; revision=137031
* Make zlib.output_compression working again.Alex Dupre2005-04-151-0/+20
| | | | | | | | | PR: ports/76331 Submitted by: Martin Portmann <map@infinitum.ch> Patch by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=133397
* Fix crypt functions on AMD64.Alex Dupre2005-04-061-6/+50
| | | | Notes: svn path=/head/; revision=132643
* Update PHP ports to 4.3.11 and 5.0.4 releases:Alex Dupre2005-04-046-122/+26
| | | | | | | | | | | | - fix security issues - unbreak PEAR packages [1] PR: ports/78516 [1] Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1] Tested by: thierry Notes: svn path=/head/; revision=132440
* Don't install useless empty dir (and fix plist).Alex Dupre2005-01-251-2/+6
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=127275
* Speed up unserialize() and fix a serious performance issue.Alex Dupre2005-01-192-0/+107
| | | | | | | Obtained from: PHP CVS Notes: svn path=/head/; revision=126843
* - Fix overloading objects [1] (bump php4 PORTREVISION)Alex Dupre2005-01-101-0/+12
| | | | | | | | | | | | | | | - Fix crash with threaded apache2 [2] - Fix build when SSL is in not in base system [3] [4] PR: ports/75737 [1], ports/74780 [2], ports/73896 [3], ports/74886 [4] Submitted by: Toni Viemero <toni.viemero@iki.fi> [1], Peter Jeffery <peterj@qubesoft.com> [2], oliver [3], William Fletcher <ultraviolet@omina.co.za> [4] Patch by: Simon Barner <barner@gmx.de> [4] Notes: svn path=/head/; revision=126071
* Update to 5.0.3 release:Alex Dupre2004-12-161-3/+6
| | | | | | | | - Fix some serious security bugs - Other minor enhancements (PRs fixes) will come later Notes: svn path=/head/; revision=124213
* Update to 5.0.2 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] - Add support for dom_import_simplexml function in php5-dom [2] - Fix vulnerability in RFC 1867 file upload processing [3] - Fix php_variables memory disclosure [3] PR: ports/71752 [1], ports/72003 [2], ports/72420 [3] Submitted by: Adam Gregoire <bsdunx@yahoo.com> [1], Vaidrius Petrauskas <acrozy@uosis.mif.vu.lt> [2], Dmitry A Grigorovich <odip@bionet.nsc.ru> [3] Approved by: portmgr (kris) Notes: svn path=/head/; revision=118611
* Update to 5.0.1 release:Alex Dupre2004-08-232-14/+13
| | | | | | | - GD GIF output support is now enabled by default Notes: svn path=/head/; revision=117123
* First step of the PHP mega-commit:Alex Dupre2004-07-1911-2888/+26
| | | | | | | | - remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports Notes: svn path=/head/; revision=113948
* Update to final 5.0.0 release:Alex Dupre2004-07-151-0/+11
| | | | | | | | | | - 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. Notes: svn path=/head/; revision=113698
* Install GD and MBSTRINGS header files for pdflib and mailparse extensions.Alex Dupre2004-06-281-3/+12
| | | | Notes: svn path=/head/; revision=112459
* - Point phpize to use libtoolize13Alex Dupre2004-06-251-0/+11
| | | | Notes: svn path=/head/; revision=112222
* - Add sysvmsg extension [1]Alex Dupre2004-05-071-4/+17
| | | | | | | | | | | | | - 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
* 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 5.0.0a6 snapshot:Alex Dupre2004-03-192-29/+18
| | | | | | | | - add mysqli extension - add support for db 4.2 Notes: svn path=/head/; revision=104609
* Fix build with new freetype2 library.Alex Dupre2004-03-181-0/+11
| | | | | | | | PR: ports/64417 Submitted by: Renato Botelho <renato@galle.com.br> Notes: svn path=/head/; revision=104484
* Update to the latest snapshot.Alex Dupre2004-02-131-12/+12
| | | | | | | | | | 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
* - Add support for PTHREAD_{LIBS/CFLAGS} [1]Alex Dupre2004-01-261-2/+2
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=99178
* - Better handling of snmp dependency [1]Alex Dupre2004-01-241-11/+31
| | | | | | | | | | | | | | | - 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 patch file which I forgot.Norikatsu Shigemura2003-12-221-0/+10
| | | | Notes: svn path=/head/; revision=96453
* o Update to 5.0.0a4 snapshot.Norikatsu Shigemura2003-12-222-72/+32
| | | | | | | | | | | | 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-1/+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-242-1/+18
| | | | | | | | | | | | 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
* Add php5 5.0.0.a1, PHP5 Scripting Language.Norikatsu Shigemura2003-07-163-181/+130
| | | | | | | | | | PR: ports/54519 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo copied by: joe (cvs) Approved by: portmgr (no objections) Notes: svn path=/head/; revision=84981
* 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