summaryrefslogtreecommitdiff
blob: 78ec5ca7c3b483f54a81bbd9d54d034618585862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# ChangeLog for dev-lang/php
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.17 2002/04/16 15:43:13 seemant Exp $

  16 Apr 2002; Seemant Kulleen
  
  I caused the gettext bug.  The configure options do not like --with-gettext
  set.  They only like --without-gettext set.  Who knew?

  Hmm, and I did not edit the ChangeLog for some reason to say that the mhash
  and mcrypt flags are encapsulated by the crypt flag now.

*php-4.1.2-r7 (15 Apr 2002)

  15 Apr 2002; Jared H. Hudson <jhhudso@gentoo.org> php-4.1.2-r7.ebuild :
  
  Fixed php to check for imap with ssl support when compiling the imap
  extension. Bug #1254
  Fixed bug where php couldn't find path to javac. Bug #1401
  Modified the ebuild so it DEPENDs on net-mail/uw-imap instead of
  the old virtual/imapUW
	
*php-4.1.2-r6 (12 Apr 2002) 
  12 Apr 2002; Spider <spider@gentoo.org>
  update -r to force rebuild with updated libpng
  
*php-4.1.2-r5 php-4.1.1-r5 (12 Apr 2002)

  12 Apr 2002; Seemant Kulleen <seemant@gentoo.org> php-4.1.2-r5.ebuild,
  php-4.1.1-r5.ebuild :

  Changed the "gettext" USE flag to "nls" since that is the same thing.

*php-4.1.2-r5 (10 Apr 2002)

  10 Apr 2002; Donny Davies <woodchip@gentoo.org> php-4.1.2-r5.ebuild,
  files/mod_php.conf :

  Added a mod_php.conf file, which installs into the apache addon-modules config
  directory.  This eliminates the need to "sed" the apache config file in order
  to "turn on" the php mime types.  Removed some stale ebuilds/digests.

  Ooops, round two for today: fix the php.ini location with a symlink.
  Keeps things tidy.

*php-4.1.2-r4 (9 Apr 2002)

  9 Apr 2002; Donny Davies <woodchip@gentoo.org> :

  Small updates to fit in with the reworked apache package.

*php-4.1.2-r3 (13 Mar 2002)

  13 Mar 2002; Grant Goodyear <g2boojum@gentoo.org> :

  Minor update to fix bug # 1042.

*php-4.1.2 (28 Feb 2002)

  28 Feb 2002; Bruce A. Locke <blocke@shivan.org> php-4.1.2.ebuild :

  Major security fixes in this version.  All php users are urged
  to upgrade to this version.

*php-4.1.1-r5 ( 25 Feb 2002 )

  25 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> php-4.1.1-r5.ebuild

  Fixed a bug that made compiling with libpng bug out on some 
  installations.

� Old revisions removed.

*php-4.1.1-r4 ( 22 Feb 2002 )

  22 Feb 2002; Grant Goodyear <g2boojum@gentoo.org> php-4.1.1-r4.ebuild

  Now imap support should work.  Building php w/ imap support requires
  the uw-imap library and headers (from uw-imap or pine).  Annoying
  problem that uw-imap or pine needs to be compiled w/ SSL; otherwise
  the php build will fail due to header problems.

*php-4.0.6-r5 ( 18 Feb 2002 )

  18 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> php-4.0.6-r4.ebuild

  As Java support fails to work with Blackdown, and the fix seems non-trivial,
  Java support is removed from PHP 4.0.6 altogether.

  Old revisions have been removed.

*php-4.0.6-r4 ( 12 Feb 2002 )

  12 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> php-4.0.6-r4.ebuild

  Java support is back. The ebuild also tries harder to follow the style 
  guide.

  Old revisions have been removed.

*php-4.1.1-r3 ( 18 Feb 2002 )

  18 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> php-4.1.1-r3.ebuild

  Java is still here, but now it actually works with Blackdown as well.

  Old revisions have been removed.

*php-4.1.1-r2 ( 12 Feb 2002 )

  12 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> php-4.1.1-r2.ebuild

  Java support is back. The ebuild also tries harder to follow the style 
  guide.

  Old revisions have been removed.

*php-4.1.1 (1 Feb 2002)

  6 Feb 2002; Grant Goodyear <g2boojum@gentoo.org>:
  
  Added a new -r1 revision of the php-4.1.1 ebuild that adds
  two new USE variables, mcrypt and mhash.

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
  
  Added initial ChangeLog which should be updated whenever the package is
  updated in any way. This changelog is targetted to users. This means that the
  comments should well explained and written in clean English. The details about
  writing correct changelogs are explained in the skel.ChangeLog file which you
  can find in the root directory of the portage repository.