Date: Wed, 28 Nov 2007 12:00:34 -0800 From: Xin LI <delphij@delphij.net> To: Remko Lodder <remko@FreeBSD.org>, ale@freebsd.org Cc: freebsd-bugs@freebsd.org, Schiz0 <schiz0phrenic21@gmail.com>, Alexander Berjoza <bereza.alexander@gmail.com> Subject: Re: Some error in php4-4.4.7_2 Message-ID: <474DC8E2.7060609@delphij.net> In-Reply-To: <474D6FAB.1070000@FreeBSD.org> References: <9a89bfc60711280425s5beec8f0w48ddd195479b76cf@mail.gmail.com> <8d23ec860711280456j6705df5dk128cee1c08467fc4@mail.gmail.com> <474D6FAB.1070000@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------030702020104050308020500 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Remko Lodder wrote: [snip] > If you offer this solution please do not forget to notice that this is > at your own risk, we do not identify vulnerabilities for nothing and > you can be under risk doing this. Please consider carefully; or use a > supported (by the PHP team) version of PHP which has no known > vulnerabilities at the moment (the 5.x branch at the moment). Given that php4 will be dropped by the PHP team, I would propose the attached patch. Cheers, - -- Xin LI <delphij@delphij.net> http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHTcjihcUczkLqiksRAmQqAJ491A7XwphXbqdZgiSF+o9HWre+0wCgkZwJ kR2jXck98tnoH5vruZcFBOQ= =6882 -----END PGP SIGNATURE----- --------------030702020104050308020500 Content-Type: text/x-patch; name="patch-php4-deprecation.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-php4-deprecation.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/php4/Makefile,v retrieving revision 1.118 diff -u -p -r1.118 Makefile --- Makefile 3 Oct 2007 23:22:03 -0000 1.118 +++ Makefile 28 Nov 2007 19:59:35 -0000 @@ -19,6 +19,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:re MAINTAINER?= ale@FreeBSD.org COMMENT?= PHP Scripting Language (Apache Module and CLI) +DEPRECATED= PHP 4.x will reach EoL soon, see http://www.php.net/ for more information +EXPIRATION_DATE=2008-08-08 + LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USE_BZIP2= yes --------------030702020104050308020500--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?474DC8E2.7060609>