Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog
Date: Sun, 19 Sep 2010 15:15:13
Message-Id: 20100919151508.DA4D520054@flycatcher.gentoo.org
1 mabi 10/09/19 15:15:08
2
3 Modified: ChangeLog
4 Log:
5 fix building against IBM DB2, you now can use your DB2_HOME env variable again (bug #337512, thanks reavertm for the patch)
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.418 dev-lang/php/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.418&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.418&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.417&r2=1.418
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
18 retrieving revision 1.417
19 retrieving revision 1.418
20 diff -u -r1.417 -r1.418
21 --- ChangeLog 7 Sep 2010 21:22:40 -0000 1.417
22 +++ ChangeLog 19 Sep 2010 15:15:08 -0000 1.418
23 @@ -1,6 +1,11 @@
24 # ChangeLog for dev-lang/php
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.417 2010/09/07 21:22:40 mabi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.418 2010/09/19 15:15:08 mabi Exp $
28 +
29 + 19 Sep 2010; Matti Bickel <mabi@g.o>
30 + files/eblits/src_configure-v1.eblit, files/eblits/src_configure-v52.eblit:
31 + fix building against IBM DB2, you now can use your DB2_HOME env variable
32 + again (bug #337512, thanks reavertm for the patch)
33
34 07 Sep 2010; Matti Bickel <mabi@g.o> php-5.2.14.ebuild:
35 enable spl and reflection by default, following upstream (bug #310383)