summaryrefslogtreecommitdiff
blob: 8211a1aa721c663eabb74dbba587385dfa65f3d4 (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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
# ChangeLog for dev-php/php
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.183 2005/07/13 18:35:36 kloeri Exp $

  13 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> php-4.4.0.ebuild:
  Stable on alpha + ia64, bug 97655.

*php-5.1.0_beta-r2 (13 Jul 2005)

  13 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org>
  -php-5.1.0_beta-r1.ebuild, +php-5.1.0_beta-r2.ebuild:
  Version bump.

  12 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> php-4.4.0.ebuild:
  Stable on hppa. bug #97655

  12 Jul 2005; Tobias Scherbaum <dertobi123@gentoo.org> php-4.4.0.ebuild:
  ppc stable, #97655

  12 Jul 2005; Markus Rothe <corsair@gentoo.org> php-4.4.0.ebuild:
  Stable on ppc64 (bug #97655)

  12 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org> php-4.4.0.ebuild:
  Stable on sparc wrt #97655

  12 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org> php-4.4.0.ebuild:
  Stable on x86 with regard to security bug 97655.

  11 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org>
  files/digest-php-4.4.0, Manifest:
  Update Hardened-PHP digest.

  11 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org> -php-4.3.8.ebuild,
  -php-4.3.9.ebuild, -php-4.3.10.ebuild:
  Remove old versions.

*php-4.4.0 (11 Jul 2005)

  11 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org>
  -php-4.4.0_rc2.ebuild, +php-4.4.0.ebuild:
  Version bump.

  10 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org>
  files/digest-php-4.3.11, files/digest-php-5.0.4-r1, Manifest:
  Update Hardened-PHP digests.

  08 Jul 2005; Hardave Riar <hardave@gentoo.org> php-4.3.11.ebuild:
  Stable on mips.

  05 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org>
  -php-4.3.9_rc1.ebuild:
  Pull old RC.

*php-5.1.0_beta-r1 (05 Jul 2005)

  05 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org>
  +php-5.1.0_beta-r1.ebuild:
  Version bump.

*php-4.4.0_rc2 (01 Jul 2005)

  01 Jul 2005; Sebastian Bergmann <sebastian@gentoo.org>
  -php-4.4.0_rc1.ebuild, +php-4.4.0_rc2.ebuild:
  Version bump.

  15 Jun 2005; Sebastian Bergmann <sebastian@gentoo.org>
  php-4.4.0_rc1.ebuild:
  Patch no longer needed, fixed UPSTREAM.

  15 Jun 2005; Sebastian Bergmann <sebastian@gentoo.org>
  php-4.4.0_rc1.ebuild:
  Patch no longer needed, fixed UPSTREAM.

*php-4.4.0_rc1 (13 Jun 2005)

  13 Jun 2005; Sebastian Bergmann <sebastian@gentoo.org>
  +php-4.4.0_rc1.ebuild:
  Version bump.

  11 Jun 2005; Bryan Østergaard <kloeri@gentoo.org> php-5.0.4-r1.ebuild:
  Add ~ia64 and ~alpha keywords.

*php-5.1.0_beta (11 Jun 2005)

  11 Jun 2005; Stuart Herbert <stuart@gentoo.org> +php-5.1.0_beta.ebuild:
  Added php-5.1.0-beta1

  11 Jun 2005; Stuart Herbert <stuart@gentoo.org> -php-5.0.0-r1.ebuild,
  -php-5.0.0.ebuild, -php-5.0.1.ebuild, -php-5.0.2-r1.ebuild,
  -php-5.0.2.ebuild, -php-5.0.3-r1.ebuild, -php-5.0.3.ebuild,
  -php-5.0.4.ebuild:
  Obsolete version

*php-5.0.4 (11 Jun 2005)

  11 Jun 2005; Stuart Herbert <stuart@gentoo.org> php-5.0.4-r1.ebuild,
  php-5.0.4.ebuild:
  Finished the ebuild; now installs the cli correctly

  09 Jun 2005; Markus Rothe <corsair@gentoo.org> php-5.0.4.ebuild,
  php-5.0.4-r1.ebuild:
  added ~ppc64

*php-5.0.4-r1 (09 Jun 2005)

  09 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> +php-5.0.4-r1.ebuild:
  Testing ebuild for Stuart.

  08 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> php-5.0.4.ebuild:
  Bug #95431: make it actaully install properly.

*php-5.0.4 (07 Jun 2005)

  07 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> +php-5.0.4.ebuild:
  php-5.0.4 added. Keywords for ~arm, ~ia64, ~ppc64, ~sparc dropped due to new
  libiodbc dependancy.

  04 Jun 2005; Mark Loeser <halcy0n@gentoo.org> +files/php-5.0.3-gcc4.patch,
  php-5.0.3-r1.ebuild:
  Patch to fix compilation with GCC4 ; bug #94282

*php-5.0.4 (22 May 2005)

  22 May 2005; Stuart Herbert <stuart@gentoo.org> +php-5.0.4.ebuild:
  Version bump; now uses the latest eclass

  19 May 2005; Robin H. Johnson <robbat2@gentoo.org> php-5.0.2-r1.ebuild,
  php-5.0.3.ebuild, php-5.0.3-r1.ebuild:
  Bug #93028, clean up PROVIDE instances.

  06 May 2005; Sebastian Bergmann <sebastian@gentoo.org>
  +files/php-4.3.11-flash.patch, php-4.3.11.ebuild:
  Fix bug #88756.

  06 May 2005; Sebastian Bergmann <sebastian@gentoo.org>
  +files/php-4.3.11-gmp.patch, php-4.3.11.ebuild:
  Fix bug #88795.

  24 Apr 2005; Guy Martin <gmsoft@gentoo.org> php-4.3.11.ebuild:
  Stable on hppa.

  14 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> php-4.3.11.ebuild:
  Stable on ia64, bug 87517.

  14 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> php-4.3.11.ebuild:
  Stable on alpha, bug 87517.

  14 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> php-4.3.11.ebuild:
  Stable on sparc wrt #88683

  13 Apr 2005; Seemant Kulleen <seemant@gentoo.org> php-4.3.11.ebuild:
  marking stable amd64 thanks to dang

  11 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> php-4.3.11.ebuild:
  Sparc fix

  11 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> php-4.3.11.ebuild:
  Stable on ppc.

  11 Apr 2005; Markus Rothe <corsair@gentoo.org> php-4.3.11.ebuild:
  Stable on ppc64

*php-4.3.11 (10 Apr 2005)

  10 Apr 2005; Stuart Herbert <stuart@gentoo.org> +php-4.3.11.ebuild:
  Version bump; see bug #87517 for security-related details

*php-5.0.3-r1 (28 Feb 2005)

  28 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org>
  +files/libmbfl-headers.patch, +php-5.0.3-r1.ebuild:
  Revision bump with fix for bug #82395.

  21 Feb 2005; Hardave Riar <hardave@gentoo.org> php-4.3.10.ebuild:
  Stable on mips

  11 Feb 2005; Mike Frysinger <vapier@gentoo.org>
  +files/php-5.0.3-missing-arches.patch, php-5.0.3.ebuild:
  Add fix for ia64/s390.

  01 Feb 2005; Marcus D. Hanwell <cryos@gentoo.org> php-5.0.3.ebuild:
  Marked ~amd64 as the c-client issues should now be resolved in the latest
  c-client/uw-imap ebuilds.

  13 Jan 2005; Guy Martin <gmsoft@gentoo.org> php-4.3.10.ebuild:
  Stable on hppa.

  09 Jan 2005; Jason Wever <weeve@gentoo.org> php-5.0.3.ebuild:
  Added ~sparc keyword.

  30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
  Change encoding to UTF-8 for GLEP 31 compliance

  17 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> php-4.3.10.ebuild:
  Stable on alpha, bug 74547.

  16 Dec 2004; Gustavo Zacarias <gustavoz@gentoo.org> +files/stdint.diff,
  php-4.3.10.ebuild:
  Stable on sparc wrt #74547, solves #74627

  16 Dec 2004; Dylan Carlson <absinthe@gentoo.org> php-4.3.10.ebuild:
  Stable on amd64 for bug 74547.

  16 Dec 2004; Markus Rothe <corsair@gentoo.org> php-4.3.10.ebuild:
  Stable on ppc64

  16 Dec 2004; <SeJo@gentoo.org> php-4.3.10.ebuild:
  stable on ppc 74547

*php-4.3.10 (15 Dec 2004)
*php-5.0.3 (15 Dec 2004)

  15 Dec 2004; Robin H. Johnson <robbat2@gentoo.org> +php-4.3.10.ebuild,
  +php-5.0.3.ebuild:
  New version, solves bugs #73698, 73525, 72752, 72735.

  21 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
  php-5.0.2-r1.ebuild:
  Removing ~amd64 keyword as php-5 doesn't work on amd64 yet.

  07 Nov 2004; Markus Rothe <corsair@gentoo.org> php-5.0.2-r1.ebuild:
  Marked ~ppc64

  03 Nov 2004; Bret Curtis <psi29a@gentoo.org> php-4.3.9.ebuild:
  added to ~mips for testing

  09 Oct 2004; Tom Gall <tgall@gentoo.org> php-4.3.9.ebuild:
  stable on ppc64, bug #64223

*php-5.0.2-r1 (01 Oct 2004)

  01 Oct 2004; Robin H. Johnson <robbat2@gentoo.org> +php-5.0.2-r1.ebuild:
  Bug #66025: Ensure we provide virtual/php.

  28 Sep 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.9.ebuild:
  Stable on x86.

  27 Sep 2004; Bryan Østergaard,,, <kloeri@gentoo.org> php-4.3.9.ebuild:
  Stable on alpha, bug 64223.

  27 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org> php-4.3.9.ebuild:
  Stable on sparc wrt #64223

  27 Sep 2004; <SeJo@gentoo.org> php-4.3.9.ebuild:
  stable for gsla: 64223

*php-5.0.2 (24 Sep 2004)

  24 Sep 2004; Robin H. Johnson <robbat2@gentoo.org> +php-4.3.9.ebuild,
  +php-5.0.2.ebuild:
  Bug #65180, version bump.

  19 Aug 2004; Tom Gall <tgall@gentoo.org> php-4.3.8.ebuild:
  stable on ppc64.

  14 Aug 2004; David Holm <dholm@gentoo.org> php-5.0.1.ebuild:
  Added to ~ppc.

*php-5.0.1 (13 Aug 2004)

  13 Aug 2004; Robin H. Johnson <robbat2@gentoo.org> +php-5.0.1.ebuild:
  Version bump, many upstream fixes. Bug #60216.

  12 Aug 2004; Robin H. Johnson <robbat2@gentoo.org> php-5.0.0-r1.ebuild:
  Roll out 5.0.0-r1 to ~x86 ONLY. Other interested arches need to keyword the
  required dependancies first.

*php-4.3.9_rc1 (12 Aug 2004)

  12 Aug 2004; Robin H. Johnson <robbat2@gentoo.org> +php-4.3.9_rc1.ebuild:
  Roll out 4.3.9rc1 in ~arch, to fix 4.3.8 problems.

  09 Aug 2004; Robin H. Johnson <robbat2@gentoo.org> php-5.0.0-r1.ebuild:
  Enable embedded API.

*php-5.0.0-r1 (08 Aug 2004)

  08 Aug 2004; Robin H. Johnson <robbat2@gentoo.org>
  +files/php-5.0.0-httpauthfix.patch, +php-5.0.0-r1.ebuild:
  bug #59755.

  05 Aug 2004; Robin H. Johnson <robbat2@gentoo.org> -files/pear_config.diff,
  -php-4.3.4-r4.ebuild, -php-4.3.5-r1.ebuild, -php-4.3.5.ebuild,
  -php-4.3.6-r1.ebuild, -php-4.3.6.ebuild, -php-4.3.6_rc2.ebuild,
  -php-4.3.7-r1.ebuild, -php-4.3.7.ebuild:
  The Great PHP ebuild cleanup.

  03 Aug 2004; <agriffis@gentoo.org> php-4.3.7-r1.ebuild, php-4.3.8.ebuild:
  stable on ia64 for bug 56295

  15 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> php-4.3.8.ebuild:
  Stable on alpha, see bug #56985.

  14 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.8.ebuild:
  stable on x86, security.

*php-5.0.0 (15 Jul 2004)

  15 Jul 2004; Stuart Herbert <stuart@gentoo.org> php-5.0.0.ebuild:
  Now package-masked; reversed the IUSE= change introduced by agriffis

  15 Jul 2004; Christian Birchinger <joker@gentoo.org> php-4.3.8.ebuild:
  Added sparc stable keyword

  15 Jul 2004; Luca Barbato <lu_zero@gentoo.org> php-4.3.8.ebuild:
  Marked ppc for security reason (bug #56985)

  14 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> :
  add hardendephp support for 4.3.8

  14 Jul 2004; Stuart Herbert <stuart@gentoo.org> -php-5.0_beta1-r1.ebuild,
  -php-5.0_beta1.ebuild:
  Obsolete version; removed by eversionrm tool

  14 Jul 2004; Stuart Herbert <stuart@gentoo.org> -php-5.0_beta1-r1.ebuild:
  Obsolete version; removed by eversionrm tool

*php-4.3.8 (13 Jul 2004)

  13 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.8.ebuild:
  new version, security reasons.

  07 Jul 2004; Jason Wever <weeve@gentoo.org> php-4.3.7-r1.ebuild:
  Stable on sparc.

  07 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> php-4.3.7-r1.ebuild:
  Stable on alpha.

  06 Jul 2004; Michael Hanselmann <hansmi@gentoo.org> php-4.3.7-r1.ebuild:
  Stable on ppc.

  04 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.7-r1.ebuild:
  stable on x86.

  04 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> php-4.3.6-r1.ebuild:
  Stable on alpha.

*php-4.3.7-r1 (27 Jun 2004)

  27 Jun 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.7-r1.ebuild:
  fix bugs 55150, 52165, 52912.

  21 Jun 2004; Robin H. Johnson <robbat2@gentoo.org> :
  digest fix

  22 Jun 2004; Stuart Herbert <stuart@gentoo.org> :
  Added support to the eclass for hardenedphp on 4.3.7

  14 Jun 2004; Joshua Kinard <kumba@gentoo.org> php-4.3.7.ebuild,
  php-5.0_beta1-r1.ebuild:
  Marked stable on mips.

  11 Jun 2004; Guy Martin <gmsoft@gentoo.org> php-4.3.6-r1.ebuild:
  Marked stable on hppa.

*php-4.3.7 (05 Jun 2004)

  05 Jun 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.7.ebuild:
  put 4.3.7 in, but it doesn't work yet, so hardmasked

*php-4.3.6-r1 (28 May 2004)

  28 May 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.6-r1.ebuild:
  fixed bugs 50991, 49420 in php-sapi eclass, so bump ebuilds.

  11 May 2004; Michael McCabe <randy@gentoo.org> :
  Added s390 keywords

  09 May 2004; Jason Wever <weeve@gentoo.org> php-4.3.6.ebuild:
  Stable on sparc.

  04 May 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.4-r4.ebuild,
  php-4.3.5-r1.ebuild, php-4.3.5.ebuild, php-4.3.6.ebuild,
  php-4.3.6_rc2.ebuild:
  make things quieter, and mark 4.3.6 stable on x86

  20 Apr 2004; Robin H. Johnson <robbat2@gentoo.org> :
  pcre fix bug #47498

*php-4.3.6 (16 Apr 2004)

  16 Apr 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.6.ebuild:
  new version.

*php-4.3.6_rc2 (05 Apr 2004)

  05 Apr 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.6_rc2.ebuild:
  bump to new rc as 4.3.5 has issues

*php-4.3.5-r1 (01 Apr 2004)

  01 Apr 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.5-r1.ebuild:
  add in fix for pear.conf issue, bug #36455.

  31 Mar 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.2-r1.ebuild,
  php-4.3.2-r2.ebuild, php-4.3.2-r3.ebuild, php-4.3.2.ebuild,
  php-4.3.3-r1.ebuild, php-4.3.3-r2.ebuild, php-4.3.3-r3.ebuild,
  php-4.3.3.ebuild, php-4.3.4-r1.ebuild, php-4.3.4-r2.ebuild,
  php-4.3.4-r3.ebuild, php-4.3.4.ebuild:
  remove all old php ebuilds before 4.3.4-r4.

  30 Mar 2004; Jon Portnoy <avenj@gentoo.org> php-4.3.5.ebuild :
  Fixed path for amd64 patch. Bug #46260.

  29 Mar 2004; Stuart Herbert <stuart@gentoo.org> php-4.3.5.ebuild:
  Fix for 'make install_modules' failing if no shared modules are built

*php-4.3.5 (29 Mar 2004)

  29 Mar 2004; Stuart Herbert <stuart@gentoo.org> php-4.3.5.ebuild:
  Version bump; marked unstable on all archs

  06 Feb 2004; Lars Weiler <pylon@gentoo.org> php-4.3.4-r4.ebuild:
  Stable on ppc.

*php-4.3.4-r4 (26 Jan 2004)

  05 Feb 2004; Mike Frysinger <vapier@gentoo.org> :
  Add amd64 patch #35956 by Ryan C. Gordon.

  26 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.4-r4.ebuild:
  fix bug #39398, revision bump for it.

  24 Jan 2004; <gustavoz@gentoo.org> php-4.3.4-r3.ebuild:
  marked stable on sparc

*php-4.3.4-r3 (16 Jan 2004)

  16 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.4-r3.ebuild:
  fix oops with pear config file that caused install problems

  12 Jan 2004; Guy Martin <gmsoft@gentoo.org> php-4.3.4-r2.ebuild,
  php-4.3.3-r2.ebuild :
  Marked stable on hppa.

  10 Jan 2004; Aron Griffis <agriffis@gentoo.org> php-4.3.3-r2.ebuild,
  php-4.3.4-r2.ebuild:
  stable on alpha and ia64 (match x86) for bug 37595

  07 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.4-r2.ebuild:
  add amd64 for repoman again

  07 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.2-r1.ebuild,
  php-4.3.2-r2.ebuild, php-4.3.2-r3.ebuild, php-4.3.2.ebuild,
  php-4.3.3-r1.ebuild, php-4.3.3-r2.ebuild, php-4.3.3-r3.ebuild,
  php-4.3.3.ebuild, php-4.3.4-r1.ebuild, php-4.3.4-r2.ebuild,
  php-4.3.4.ebuild, php-5.0_beta1-r1.ebuild, php-5.0_beta1.ebuild:
  remove ~mips and ~arm KEYWORDS due to lack of support, ready for new repoman.

*php-4.3.4-r2 (07 Jan 2004)

  12 Jan 2003; Guy Martin <gmsoft@gentoo.org>  php-4.3.2-r2.ebuild :
  Marked stable on hppa.

  07 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> php-4.3.2-r1.ebuild,
  php-4.3.2-r2.ebuild, php-4.3.2-r3.ebuild, php-4.3.2.ebuild,
  php-4.3.3-r1.ebuild, php-4.3.3-r2.ebuild, php-4.3.3-r3.ebuild,
  php-4.3.3.ebuild, php-4.3.4-r1.ebuild, php-4.3.4-r2.ebuild,
  php-4.3.4.ebuild, php-5.0_beta1-r1.ebuild, php-5.0_beta1.ebuild:
  fix copyright headers and add new php build

*php-4.3.4-r1 (16 Nov 2003)

  16 Nov 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.4-r1.ebuild:
  add new split-up php

  13 Nov 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.4.ebuild:
  fix accidental readline reversion

*php-4.3.4 (07 Nov 2003)

  07 Nov 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.4.ebuild:
  bug #32962, new version

  25 Oct 2003; Robin H. Johnson <robbat2@gentoo.org> php-5.0_beta1-r1.ebuild:
  fix bug #25326 hopefully

*php-4.3.3-r3 (22 Oct 2003)

  22 Oct 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.3-r3.ebuild:
  cleanup ebuild and version bump for eclass changes

*php-4.3.3-r2 (01 Oct 2003)

  01 Oct 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.3-r2.ebuild:
  bump rev on ebuild for eclass changes, and move to stable

  16 Sep 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.3-r1.ebuild:
  ncurses cleanup

*php-4.3.3-r1 (01 Sep 2003)

  01 Sep 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.3-r1.ebuild:
  fix typo bug with ncurses (bug submitted via email)

*php-5.0_beta1-r1 (30 Aug 2003)
  30 Aug 2003; Tal Peer <coredumb@gentoo.org> php-5.0_beta1-r1.ebuild:
  Enable the embed SAPI (When PHP 5.0 will be released, i will write a
  seperate ebuild (php-embed) for this SAPI).

*php-4.3.3 (28 Aug 2003)

  28 Aug 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.3.ebuild:
  version bump

  20 Aug 2003; Robin H. Johnson <robbat2@gentoo.org> metadata.xml:
  add metadata.xml

  17 Aug 2003; Robin Johnson,,604-339-5621,604-298-8414 <robbat2@gentoo.org>
  php-4.3.2-r3.ebuild:
  r4 isn't a security update, but r3 was

*php-4.3.2-r3 (30 Jul 2003)
  30 Jul 2003; Tal Peer <coredumb@gentoo.org> php-4.3.2-r3.ebuild:
  Dropped cjk from IUSE. Now mbstring and mbregex are always enabled.

*php-5.0_beta1 (14 Jul 2003)

  14 Jul 2003; Tal Peer <coredumb@gentoo.org> php-5.0_beta1.ebuild:
  Initial import

*php-4.3.2-r2 (02 Jul 2003)

  30 Jun 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.2-r2.ebuild
  files/digest-php-4.3.2-r2:
  Added in ncurses support, cleaned up ebuild a bit. Add in URL fopen security
  fix.

*php-4.3.2-r1 (30 Jun 2003)

  30 Jun 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.2-r1.ebuild
  files/digest-php-4.3.2-r1:
  Move java stuff to eclass.

  30 Jun 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.2-r1.ebuild
  files/digest-php-4.3.2-r1, php-4.3.2.ebuild, files/digest-php-4.3.2:
  Move to new PHPSAPI system, and new configuration system.
 
  29 Jun 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.0-r3.ebuild
  php-4.3.0-r4.ebuild php-4.3.1-r1.ebuild php-4.3.1-r2.ebuild php-4.3.1.ebuild
  files/digest-php-4.3.0-r3 files/digest-php-4.3.0-r4 files/digest-php-4.3.1
  files/digest-php-4.3.1-r1 files/digest-php-4.3.1-r2:
  Remove old versions due to GLSA release.
 
*php-4.3.2 (31 May 2003)

  18 Jun 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.2.ebuild:
  Moved pcntl stuff to eclass.

  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)
  
  02 June 2003; Robin H. Johnson <robbat2@gentoo.org> php-4.3.1.ebuild:
  Improve my java-config again.

  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.