summaryrefslogtreecommitdiff
blob: 13c5d69684413715321724ef2ded9704a2032aa6 (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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
# ChangeLog for dev-php/php
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.48 2003/05/31 22:32:02 robbat2 Exp $
 
*php-4.3.2 (31 May 2003)

  26 May 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.2.ebuild,
  files/digest-php-4.3.2:
  Version bump.
  BerkDB is disabled due to DB4 issues and changes in PHP 4.3.2 presently.
  If you need BerkDB support, please do NOT upgrade at this time.

*php-4.3.1-r2 (22 Apr 2003)

  26 May 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.1-r2.ebuild:
  Added DB4 fix in eclass. Fix digest.

  15 May 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.1-r2.ebuild:
  Released to all archs on unstable.

  22 Apr 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.1-r2.ebuild,
  files/pear_config.diff:
  New version utilizing PHP eclass
  Masked still, very untested

*php-4.3.1-r1 (13 Jan 2003)

  24 Apr 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.1-r1.ebuild:
  Fixed bug #13913

  25 Mar 2003; Aron Griffis <agriffis@gentoo.org> php-4.3.1-r1.ebuild:
  Add ~alpha to KEYWORDS

  13 Jan 2003; Daniel Ahlberg <aliz@genoto.org> php-4.3.0-r2.ebuild :
  Added ppc and sparc keyword becuse this is a security update.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
*php-4.3.1 (24 Feb 2003)

  31 May 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.1.ebuild:
  Improve the slight java fix with java-config.

  03 Mar 2003; Seemant Kulleen <seemant@gentoo.org> php-4.3.1-r1.ebuild,
  php-4.3.1.ebuild:
  added spell support

  03 Mar 2003; Seemant Kulleen <seemant@gentoo.org> php-4.3.1.ebuild:
  disabled pcntl support for now

  03 Mar 2003; Seemant Kulleen <seemant@gentoo.org> php-4.3.1.ebuild:
  not hardcoding qt2's include

  24 Feb 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.1-r1.ebuild :
  Added needed files for phpize.
  Added png dep Fixes #16185
 
*php-4.3.1 (18 Feb 2003)

  24 Feb 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.1.ebuild :
  removed subshell from ebuild. Fixes #16211

  18 Feb 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.1.ebuild:
  GLSA fix
 
*php-4.3.0-r4 (13 Feb 2003)

  14 Feb 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.0-r4.ebuild :
  Added install-programs to the ebuild

  13 Feb 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.0-r4.ebuild :
  Added Stuart Herbert's ebuild.
  1) fixed all errors about symlinks involving /etc/php4/lib directory
  2) libphp_java.so now symlink to java.so
  3) ext/java/php_java.jar now installed correctly
  4) ext/java/except.php now installed as java-test.php (very useful ;-)
  5) php.ini file now automatically configured to enable Java Extension ;-)
 
*php-4.3.0-r3 (10 Jan 2003)

  10 Jan 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.0-r3.ebuild :
  should fix compile problems with "-*"
 
*php-4.3.0-r2 (8 Jan 2003)

  13 Jan 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.0-r2.ebuild :
  Added installation of header files
  
  13 Jan 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.0-r2.ebuild :
  Added install of 3rd party scripts (phpize, etc)

  8 Jan 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.0-r2.ebuild :
  Changed freetype use var to truetype
  
  8 Jan 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.0-r2.ebuild :
  Fixes #13191

*php-4.3.0-r1 (7 Jan 2003)

  7 Jan 2003; Ryan Phillips <rphillips@gentoo.org> :
  Fixed sed and php binary location for install
 
*php-4.3.0 (30 Dec 2002)

  30 Dec 2002; Ryan Phillips <rphillips@gentoo.org> : Version bump.
  Added sed statement to fix the PEAR installer.

*php-4.2.3 (10 Sep 2002)

  27 Dec 2002; Ryan Phillips <rphillips@gentoo.org> : added sockets and
  pcntl support to the ebuild

  19 Nov 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.3.ebuild :
  fixed qt dep

  14 Nov 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.3.ebuild :

  Tweaked pdflib use var

  27 Oct 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.3.ebuild :

  Fixed QT dep

  17 Oct 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.3.ebuild :

  Added png support

  12 Sep 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.3.ebuild :

  Added xmlrpc to 'xml' use flag. Fixes #7811

  10 Sep 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.3.ebuild :

  New version...

*php-4.2.2-r1 (18 Aug 2002)

  27 Oct 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.2-r1.ebuild :

  Fixed QT dep

  17 Oct 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.2-r1.ebuild :

  Readded png support

  27 Sep 2002; Seemant Kulleen <seemant@gentoo.org> php-4.2.2-r1.ebuild :

  --enable-readline -> --with-readline. Thanks to ska in #gentoo-dev

  03 Sep 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.2-r1.ebuild :

  Users have had issues compiling php with java support.  It works fine
  on my two computers. I'm not sure if it is user error or config file
  problems.  I've disabled it for now.

  1 Sep 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.2-r1.ebuild :

  too many users having trouble with gmp support.
  mysql support again?

  30 Aug 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.2-r1.ebuild :

  Fixed xml dependency bug

  26 Aug 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.2-r1.ebuild :

  Fixes for gcc 3.2

  18 Aug 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.2-r1.ebuild :

  Should fix pdflib/jpeg/tiff/java bug... #2708

*php-4.2.2 (22 Jul 2002)

  22 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> php-4.2.2.ebuild

  Security update, no other changes.

*php-4.2.1-r3 (12 Jul 2002)

  18 Jul 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.1-r3.ebuild :

  Fixed xml dependency

  16 Jul 2002; Ryan Phillips <rphillips@gentoo.org> php-4.2.1-r3.ebuild :

  Now provides virtual support

  12 Jul 2002; Roman Weber <gentoo@gonzo.ch> php-4.2.1-r3.ebuild :
    
  Fixed compile error with sablotron 0.95
  Fixed weird uname bug. (Bug #4913)

*php-4.2.1-r2 (09 Jul 2002) php-4.2.1-r2.ebuild :

  09 Jul 2002; Roman Weber <gentoo@gonzo.ch>

  added oci8 use variable to support Oracle databases
  Fixed syntax errors in use vars freetype, jpeg, tiff, png, and gd
	  
*php-4.2.1-r1 (26 June 2002)

  26 June 2002; Roman Weber <gentoo@gonzo.ch> php-4.2.1-r1.ebuild :
  
  Added 'use' variables: freetype, jpeg, tiff, png and gd (Bug #3900)
    
*php-4.2.1 (17 June 2002)

  17 June 2002; Roman Weber <gentoo@gonzo.ch> ChangeLog:
  
  Update to actual 4.2.1 release.

*php-4.2.0 (23 Apr 2002)

  23 Apr 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :
  
  Please don't use this package on a webserver.
  There is no security compiled in.

  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.