1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

54 Commits

Author SHA1 Message Date
Alex Dupre
c2a72b04bb Update to 5.2.3 release. 2007-06-04 18:30:55 +00:00
Alex Dupre
cc137a49e9 Update to 5.2.2 release.
PR:		ports/112527
Submitted by:	Nick Barkas<snb@threerings.net>
Approved by:	portmgr (linimon)
2007-05-20 08:27:29 +00:00
Alex Dupre
9312854b8c Fix a crashbug on str_replace().
Submitted by:	esser
Obtained from:	PHP CVS
2007-02-15 06:52:30 +00:00
Alex Dupre
6654475e66 Fix regression: count(object) should call object->count() if instance of Countable.
Spotted by:	Roman Neuhauser <neuhauser@sigpipe.cz>
2007-02-12 19:34:58 +00:00
Alex Dupre
e3dc18ce57 Update to 5.2.1 release. 2007-02-09 08:28:05 +00:00
Alex Dupre
5849e9e6e7 Add pear to the default include_path. 2007-01-20 10:17:33 +00:00
Alex Dupre
8fbcab85d9 Update to 5.2.0 release. 2006-11-06 17:43:11 +00:00
Alex Dupre
d754180768 - fix open_basedir vulnerability in php4 and php5 [1]
- add an alert on safe_mode intrinsic insecurity and
  suggest to install the suhosin extension
- enable the suhosin patch by deafult also in php4

Submitted by:	Thomas Vogt <thomas@bsdunix.ch> [1]
Obtained from:	PHP CVS [1]
Approved by:	portmgr (clement)
2006-10-16 09:30:58 +00:00
Alex Dupre
229fe00496 Enable suhosin patch by default. 2006-10-06 17:24:21 +00:00
Alex Dupre
55aabea080 Added safety checks against integer overflow.
Bump PORTREVISION.
While I'm here, I suggest all php users to use the suhosin patch
and suhosin extension to harden the php installation.

Submitted by:	simon
Obtained from:	PHP CVS repo.
2006-10-05 20:59:17 +00:00
Xin LI
93ccb1584a Update to 5.1.5.
Approved by:	ale's vacation
2006-08-18 16:41:30 +00:00
Alex Dupre
435368a864 Fix compile error of sapi/cgi/fastcgi.c on 4.x.
PR:		ports/97065
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2006-05-10 06:14:13 +00:00
Alex Dupre
f12d3a0ccb Simplify PHP base ports infrastructure:
- remove all slave ports
- add the ability to build all SAPIs concurrently
- update php5 to 5.1.4

*Read* the UPDATING file *before* trying to update PHP
(or at least before mailing me).
2006-05-06 13:26:49 +00:00
Alex Dupre
78f1a6f964 Fix PHP Bug #36753: Can't get size of SWF images because zLib is missing. 2006-04-02 07:38:11 +00:00
Alex Dupre
bc5f4400ca Add support for getopt_long and fix getopt(). 2006-01-30 16:10:57 +00:00
Alex Dupre
fce0420478 Update to 5.1.2 release:
- add reflection
- enable xmlreader and xmlwriter by default in php5-extensions
2006-01-16 12:08:20 +00:00
Alex Dupre
757aa194da Raise default memory limit from 8M to 12M to let pear run well
on 64bit archs.
2005-12-10 08:42:56 +00:00
Alex Dupre
0edcc40029 Finally update to PHP 5.1.1 release! (And remove unsupported extensions) 2005-12-09 19:41:41 +00:00
Alex Dupre
9a201016ae - Fix pear pkg-plist
- Increase pear memory limit (requested by amd64)
2005-11-16 08:33:09 +00:00
Alex Dupre
14d6460cac AMD64 fixes:
- 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]
2005-10-14 06:00:49 +00:00
Alex Dupre
89d5a71ddc Update to 5.0.5 release. 2005-09-08 08:33:32 +00:00
Alex Dupre
2d8f23f015 Fix build when libbind is present.
PR:		ports/82024
Submitted by:	Edwin Culp <eculp@bafirst.com>
2005-06-19 10:12:14 +00:00
Alex Dupre
a0f57b5ec7 Fix pear command on FreeBSD-current.
(We loose the output buffering capability,
but we cannot set it inside the script)

PR:		ports/81890
Submitted by:	Edwin Culp <eculp@bafirst.com>
2005-06-08 07:45:15 +00:00
Alex Dupre
44a677fdbf Make zlib.output_compression working again.
PR:		ports/76331
Submitted by:	Martin Portmann <map@infinitum.ch>
Patch by:	Vasil Dimov <vd@datamax.bg>
2005-04-15 09:01:10 +00:00
Alex Dupre
fbc85db7b5 Fix crypt functions on AMD64. 2005-04-06 14:43:55 +00:00
Alex Dupre
2cee0c25ff Update PHP ports to 4.3.11 and 5.0.4 releases:
- fix security issues
- unbreak PEAR packages [1]

PR:		ports/78516 [1]
Submitted by:	Yen-Ming Lee <leeym@utopia.leeym.com> [1]
Tested by:	thierry
2005-04-04 09:20:21 +00:00
Alex Dupre
75de85f159 Don't install useless empty dir (and fix plist).
Reported by:	bento via kris
2005-01-25 07:27:34 +00:00
Alex Dupre
114b2bec5b Speed up unserialize() and fix a serious performance issue.
Obtained from:	PHP CVS
2005-01-19 16:13:55 +00:00
Alex Dupre
aa4d81d3be - Fix overloading objects [1] (bump php4 PORTREVISION)
- 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]
2005-01-10 17:00:34 +00:00
Alex Dupre
91f2627c5d Update to 5.0.3 release:
- Fix some serious security bugs
- Other minor enhancements (PRs fixes) will come later
2004-12-16 14:23:21 +00:00
Alex Dupre
0a6d8fdafa Update to 5.0.2 release:
- 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)
2004-10-11 19:48:33 +00:00
Alex Dupre
def51b4547 Update to 5.0.1 release:
- GD GIF output support is now enabled by default
2004-08-23 13:18:39 +00:00
Alex Dupre
af7ee2a6ac First step of the PHP mega-commit:
- remove extensions and PEAR from the PHP base ports
- add more OPTIONS to PHP base ports
2004-07-19 07:05:36 +00:00
Alex Dupre
72c8ba5f07 Update to final 5.0.0 release:
- 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.
2004-07-15 08:43:08 +00:00
Alex Dupre
cd47627027 Install GD and MBSTRINGS header files for pdflib and mailparse extensions. 2004-06-28 09:03:19 +00:00
Alex Dupre
5c6497f10b - Point phpize to use libtoolize13 2004-06-25 11:21:01 +00:00
Alex Dupre
ac9bdc26ef - Add sysvmsg extension [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]
2004-05-07 23:30:30 +00:00
Alex Dupre
c3335dba03 Forgot a patch in previous commit (support for DB 4.2).
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2004-03-29 07:58:06 +00:00
Alex Dupre
9440f806f8 Update to 5.0.0a6 snapshot:
- add mysqli extension
- add support for db 4.2
2004-03-19 10:54:10 +00:00
Alex Dupre
6ae200ffc9 Fix build with new freetype2 library.
PR:		ports/64417
Submitted by:	Renato Botelho <renato@galle.com.br>
2004-03-18 16:02:49 +00:00
Alex Dupre
fd8867311f Update to the latest snapshot.
Add new SOAP and SPL extensions.
(The distfile may be unreachable for a few hours)

Approved by:	nork (mentor/implicitly)
2004-02-13 11:46:02 +00:00
Alex Dupre
0fbe9133fd - Add support for PTHREAD_{LIBS/CFLAGS} [1]
- 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)
2004-01-26 12:58:14 +00:00
Alex Dupre
5d4ee2ae4f - Better handling of snmp dependency [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)
2004-01-24 13:15:54 +00:00
Norikatsu Shigemura
3b10f9d824 Add patch file which I forgot. 2003-12-22 18:50:58 +00:00
Norikatsu Shigemura
8afc958fbc o Update to 5.0.0a4 snapshot.
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)
2003-12-22 18:45:22 +00:00
Norikatsu Shigemura
846c6229dc o Update to 5.0.0a3 snapshot.
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)
2003-10-30 01:52:16 +00:00
Edwin Groothuis
2d4fcfa223 [Maintainer Update] Port: lang/php5
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>
2003-09-24 08:49:20 +00:00
Norikatsu Shigemura
c8ae6b78fd Add php5 5.0.0.a1, PHP5 Scripting Language.
PR:		ports/54519
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
Repo copied by:	joe (cvs)
Approved by:	portmgr (no objections)
2003-07-16 10:59:22 +00:00
Norikatsu Shigemura
2efdd507c9 o Switch to libtool 1.4.
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)
2003-07-03 06:02:38 +00:00
Norikatsu Shigemura
29770573e6 o Add FriBiDi extension [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]
2003-06-24 08:16:25 +00:00