summaryrefslogtreecommitdiff
blob: fe30286ddb2c6a4cbc1ce22eb604705b8825381d (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
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
# ChangeLog for dev-lang/php
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.180 2007/08/11 17:40:13 armin76 Exp $

  11 Aug 2007; Raúl Porcel <armin76@gentoo.org>
  php-5.2.4_pre200708051230-r2.ebuild:
  alpha/ia64/x86 stable wrt #180556

*php-5.2.4_pre200708051230-r2 (09 Aug 2007)

  09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  +php-5.2.4_pre200708051230-r2.ebuild:
  Import from the php-testing overlay wrt security bug #180556, thanks to
  Christian Hoffmann!

  30 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> php-5.2.3-r3.ebuild:
  Stable on sparc wrt security #180556

  30 Jul 2007; Markus Rothe <corsair@gentoo.org> php-5.2.3-r3.ebuild:
  Stable on ppc64; bug #180556

  28 Jul 2007; Jeroen Roovers <jer@gentoo.org> php-5.2.3-r3.ebuild:
  Stable for HPPA (bug #180556).

  28 Jul 2007; Steve Dibb <beandog@gentoo.org> php-5.2.3-r3.ebuild:
  amd64 stable, security bug 180556

  28 Jul 2007; Raúl Porcel <armin76@gentoo.org> php-5.2.3-r3.ebuild:
  alpha/ia64/x86 stable wrt #180556

  28 Jul 2007; Tobias Scherbaum <dertobi123@gentoo.org> php-5.2.3-r3.ebuild:
  ppc stable, bug #180556

*php-5.2.3-r3 (22 Jul 2007)

  22 Jul 2007; Tobias Scherbaum <dertobi123@gentoo.org>
  +php-5.2.3-r3.ebuild:
  Import php-5.2.3-r3 from the php-experimental overlay wrt security bug
  #180556, thanks to Christian Hoffmann!

  30 Jun 2007; Luca Longinotti <chtekk@gentoo.org> -php-4.4.6.ebuild,
  -php-5.2.1-r3.ebuild:
  Remove old versions.

  12 May 2007; Markus Rothe <corsair@gentoo.org> php-4.4.7.ebuild,
  php-5.2.2-r1.ebuild:
  Stable on ppc64; bug #169372

  12 May 2007; Luca Longinotti <chtekk@gentoo.org>
  files/70_mod_php.conf-apache2, files/70_mod_php5_concurr.conf-apache2,
  -files/70_mod_php5.conf-apache1, files/70_mod_php5.conf-apache2,
  files/20php4-envd, files/20php5-envd, -files/70_mod_php.conf-apache1,
  files/70_mod_php_concurr.conf-apache2, php-4.4.6.ebuild, php-4.4.7.ebuild,
  php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild, php-5.2.2-r1.ebuild:
  Apache 1.X masking (fix ebuilds to not require apache-1*).

  10 May 2007; Jeroen Roovers <jer@gentoo.org> php-4.4.7.ebuild,
  php-5.2.2-r1.ebuild:
  Stable for HPPA (bug #169372).

  10 May 2007; Jose Luis Rivero <yoswink@gentoo.org> php-5.2.2-r1.ebuild:
  Stable on alpha wrt security bug #169372

  09 May 2007; Luca Longinotti <chtekk@gentoo.org> php-4.4.7.ebuild,
  php-5.2.2-r1.ebuild:
  AMD64 stable for security bug #169372.

  09 May 2007; Jose Luis Rivero <yoswink@gentoo.org> php-4.4.7.ebuild:
  Stable on alpha wrt security bug #169372

  08 May 2007; Raúl Porcel <armin76@gentoo.org> php-4.4.7.ebuild,
  php-5.2.2-r1.ebuild:
  ia64 + x86 stable wrt security bug 169372

  08 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> php-4.4.7.ebuild,
  php-5.2.2-r1.ebuild:
  Stable on sparc wrt security #169372

  08 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> php-4.4.7.ebuild,
  php-5.2.2-r1.ebuild:
  ppc stable, bug #169372

*php-5.2.2-r1 (07 May 2007)
*php-4.4.7 (07 May 2007)

  07 May 2007; Luca Longinotti <chtekk@gentoo.org> +php-4.4.7.ebuild,
  +php-5.2.2-r1.ebuild:
  PHP 4.4.7 and 5.2.2, fixes various security issues, see bug #169372.

  04 May 2007; Luca Longinotti <chtekk@gentoo.org> -php-4.3.11-r5.ebuild,
  -php-4.4.4-r6.ebuild, php-4.4.6.ebuild, -php-5.0.5-r5.ebuild,
  -php-5.1.6-r6.ebuild, php-5.1.6-r11.ebuild:
  Remove 4.3 and 5.0 and old versions.

  31 Mar 2007; Raúl Porcel <armin76@gentoo.org> php-4.4.6.ebuild,
  php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild:
  ia64 stable wrt bug 153911

  31 Mar 2007; Raúl Porcel <armin76@gentoo.org> php-4.4.6.ebuild,
  php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild:
  ia64 stable wrt security bug 153911

  10 Mar 2007; Jose Luis Rivero <yoswink@gentoo.org> php-4.4.6.ebuild,
  php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild:
  Stable on alpha wrt security #153911

  08 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> php-4.4.6.ebuild,
  php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild:
  Stable on sparc wrt security #153911

  06 Mar 2007; René Nussbaumer <killerfox@gentoo.org> php-5.1.6-r11.ebuild:
  Stable on hppa. See bug #153911.

  06 Mar 2007; Tobias Scherbaum <dertobi123@gentoo.org> php-4.4.6.ebuild,
  php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild:
  Stable on ppc wrt bug #153911.

  06 Mar 2007; Christian Faulhammer <opfer@gentoo.org> php-4.4.6.ebuild,
  php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild:
  stable x86; security bug 153911

  06 Mar 2007; Jeroen Roovers <jer@gentoo.org> php-5.2.1-r3.ebuild:
  Stable for HPPA (bug #153911).

  06 Mar 2007; Markus Rothe <corsair@gentoo.org> php-4.4.6.ebuild,
  php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild:
  Stable on ppc64; bug #153911

  06 Mar 2007; Jeroen Roovers <jer@gentoo.org> php-4.4.6.ebuild:
  Stable for HPPA (bug #153911).

  05 Mar 2007; Luca Longinotti <chtekk@gentoo.org> php-4.4.6.ebuild,
  php-5.1.6-r11.ebuild, php-5.2.1-r3.ebuild:
  Keyword on amd64 wrt bug #153911.

*php-5.2.1-r3 (05 Mar 2007)
*php-5.1.6-r11 (05 Mar 2007)
*php-4.4.6 (05 Mar 2007)

  05 Mar 2007; Luca Longinotti <chtekk@gentoo.org> +files/20php4-envd,
  +files/20php5-envd, -php-4.4.4-r8.ebuild, +php-4.4.6.ebuild,
  -php-5.1.6-r8.ebuild, +php-5.1.6-r11.ebuild, +php-5.2.1-r3.ebuild:
  New PHP versions, fix lots of bugs, add Suhosin support.

  26 Nov 2006; Luca Longinotti <chtekk@gentoo.org> -php-4.4.3-r1.ebuild,
  -php-4.4.4-r4.ebuild, -php-5.1.4-r6.ebuild, -php-5.1.6-r4.ebuild:
  Cleanup old versions, thanks arch-teams!

  29 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> php-4.4.4-r6.ebuild:
  Stable on ia64, bug 150261.

*php-5.1.6-r8 (27 Oct 2006)
*php-4.4.4-r8 (27 Oct 2006)

  27 Oct 2006; Luca Longinotti <chtekk@gentoo.org> +php-4.4.4-r8.ebuild,
  +php-5.1.6-r8.ebuild:
  Add new PHP revisions, fix a few issues, improve a open_basedir check.

  24 Oct 2006; Joshua Jackson <tsunam@gentoo.org> php-4.4.4-r6.ebuild,
  php-5.1.6-r6.ebuild:
  Stable x86; bug #150261

  15 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> php-4.4.4-r6.ebuild,
  php-5.1.6-r6.ebuild:
  hppa stable, bug #150261

  14 Oct 2006; Aron Griffis <agriffis@gentoo.org> php-5.1.6-r6.ebuild:
  Mark 5.1.6-r6 stable on ia64. #150261

  11 Oct 2006; Fernando J. Pereda <ferdy@gentoo.org> php-4.4.4-r6.ebuild,
  php-5.1.6-r6.ebuild:
  Stable on alpha as per security bug #150261

  11 Oct 2006; Markus Rothe <corsair@gentoo.org> php-4.4.4-r6.ebuild,
  php-5.1.6-r6.ebuild:
  Stable on ppc64; bug #150261

  11 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> php-4.4.4-r6.ebuild,
  php-5.1.6-r6.ebuild:
  Stable on sparc wrt security #150261

  11 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> php-4.4.4-r6.ebuild,
  php-5.1.6-r6.ebuild:
  ppc stable, bug #150261

*php-5.1.6-r6 (07 Oct 2006)
*php-4.4.4-r6 (07 Oct 2006)

  07 Oct 2006; Luca Longinotti <chtekk@gentoo.org> +php-4.4.4-r6.ebuild,
  +php-5.1.6-r6.ebuild:
  Fix security bug #150261, amd64 stable.

  16 Sep 2006; Rene Nussbaumer <killerfox@gentoo.org> php-4.4.4-r4.ebuild,
  php-5.1.6-r4.ebuild:
  Stable on hppa. See bug #147061.

  14 Sep 2006; Bryan Østergaard <kloeri@gentoo.org> php-4.4.4-r4.ebuild,
  php-5.1.6-r4.ebuild:
  Stable on ia64, bug 147061.

  11 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> php-4.4.4-r4.ebuild,
  php-5.1.6-r4.ebuild:
  ppc stable, bug #147061

  11 Sep 2006; Thomas Cort <tcort@gentoo.org> php-4.4.4-r4.ebuild,
  php-5.1.6-r4.ebuild:
  Stable on alpha and amd64 wrt security Bug #147061.

  11 Sep 2006; Markus Rothe <corsair@gentoo.org> php-4.4.4-r4.ebuild,
  php-5.1.6-r4.ebuild:
  Stable on ppc64; bug #147061

  11 Sep 2006; Jason Wever <weeve@gentoo.org> php-4.4.4-r4.ebuild,
  php-5.1.6-r4.ebuild:
  Stable on SPARC wrt security bug #147061.

  10 Sep 2006; <ticho@gentoo.org> php-4.4.4-r4.ebuild, php-5.1.6-r4.ebuild:
  Stable on x86, security bug #147061.

*php-5.1.6-r4 (10 Sep 2006)
*php-4.4.4-r4 (10 Sep 2006)

  10 Sep 2006; Luca Longinotti <chtekk@gentoo.org> -php-4.4.4-r2.ebuild,
  +php-4.4.4-r4.ebuild, -php-5.1.6-r2.ebuild, +php-5.1.6-r4.ebuild:
  Revision bump to fix INI restore issue and other bugs, updates Hardened-PHP
  to 0.4.15. Cleanup old versions.

  10 Sep 2006; Luca Longinotti <chtekk@gentoo.org> -php-4.4.2.ebuild,
  -php-4.4.2-r2.ebuild, -php-4.4.2-r6.ebuild:
  Remove old versions.

  08 Sep 2006; Bryan Østergaard <kloeri@gentoo.org> php-4.4.3-r1.ebuild:
  Stable on ia64.

  05 Sep 2006; Luca Longinotti <chtekk@gentoo.org> -php-5.1.4.ebuild,
  -php-5.1.4-r4.ebuild:
  Remove old versions.

  03 Sep 2006; Bryan Østergaard <kloeri@gentoo.org> php-5.1.4-r6.ebuild:
  Stable on ia64.

*php-5.1.6-r2 (30 Aug 2006)
*php-4.4.4-r2 (30 Aug 2006)

  30 Aug 2006; Luca Longinotti <chtekk@gentoo.org> -php-4.4.4-r1.ebuild,
  +php-4.4.4-r2.ebuild, -php-5.1.6-r1.ebuild, +php-5.1.6-r2.ebuild:
  Revbump to force upgrading because of missing mbstring headers which can
  break extension compiles.

*php-5.1.6-r1 (29 Aug 2006)
*php-4.4.4-r1 (29 Aug 2006)

  29 Aug 2006; Luca Longinotti <chtekk@gentoo.org> -php-4.4.4.ebuild,
  +php-4.4.4-r1.ebuild, -php-5.1.6.ebuild, +php-5.1.6-r1.ebuild:
  Revbump to force reverting back to bundled libpcre, the external one can
  result is strange brokenness in PHP, see bug #145220 for more info.

*php-5.1.6 (29 Aug 2006)
*php-4.4.4 (29 Aug 2006)

  29 Aug 2006; Luca Longinotti <chtekk@gentoo.org> +php-4.4.4.ebuild,
  +php-5.1.6.ebuild:
  Version bump, add PHP 4.4.4 and PHP 5.1.6 with Hardened-PHP 0.4.14, fixes
  bug #144297. Also switch the eclasses to use external libraries for PCRE and
  SQLite support, fixes bug #145220.

  15 Aug 2006; Joshua Jackson <tsunam@gentoo.org> php-4.4.3-r1.ebuild,
  php-5.1.4-r6.ebuild:
  See below for the security bug that makes this x86 stable

  14 Aug 2006; Jose Luis Rivero <yoswink@gentoo.org> php-4.4.3-r1.ebuild,
  php-5.1.4-r6.ebuild:
  Stable on alpha wrt security bug #143126

  12 Aug 2006; Jason Wever <weeve@gentoo.org> php-4.4.3-r1.ebuild:
  Updated the patchset for php-4.4.3-r1 to fix bug #143508 (with permission
  from jakub).

  12 Aug 2006; Rene Nussbaumer <killerfox@gentoo.org> php-4.4.3-r1.ebuild,
  php-5.1.4-r6.ebuild:
  Stable on hppa. See bug #143126.

  12 Aug 2006; Markus Rothe <corsair@gentoo.org> php-4.4.3-r1.ebuild,
  php-5.1.4-r6.ebuild:
  Stable on ppc64; bug #143126

  10 Aug 2006; Luca Longinotti <chtekk@gentoo.org> php-4.4.3-r1.ebuild:
  Retry with manually diffed patch, works here now, hopefully out there too. ;)

  10 Aug 2006; Luca Longinotti <chtekk@gentoo.org> php-4.4.3-r1.ebuild:
  Revert, now it got even worse, fails on some of my systems too. :S

  10 Aug 2006; Luca Longinotti <chtekk@gentoo.org> php-4.4.3-r1.ebuild:
  Update patchset for PHP 4.4.3, it seems one of the patches randomly failed
  to apply on some systems, probably due to bad line-endings.

  10 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org> php-4.4.3-r1.ebuild,
  php-5.1.4-r6.ebuild:
  Stable on sparc wrt security #143126

  10 Aug 2006; Tobias Scherbaum <dertobi123@gentoo.org> php-4.4.3-r1.ebuild,
  php-5.1.4-r6.ebuild:
  ppc stable, bug #143126

*php-5.1.4-r6 (10 Aug 2006)
*php-4.4.3-r1 (10 Aug 2006)

  10 Aug 2006; Luca Longinotti <chtekk@gentoo.org> +php-4.4.3-r1.ebuild,
  +php-5.1.4-r6.ebuild:
  Version/revision bump, fixes security bug #143126. Add support for the PHP
  test suite, activated by FEATURES="test".

  20 Jul 2006; Luca Longinotti <chtekk@gentoo.org> php-4.3.11-r5.ebuild,
  php-4.4.2.ebuild, php-4.4.2-r2.ebuild, php-4.4.2-r6.ebuild,
  php-5.0.5-r5.ebuild, php-5.1.4.ebuild, php-5.1.4-r4.ebuild:
  Fix bug #141098.

  18 Jul 2006; Luca Longinotti <chtekk@gentoo.org> php-4.4.2-r6.ebuild,
  php-5.1.4-r4.ebuild:
  Stable on amd64 wrt bug #133524.

  18 Jul 2006; Joshua Jackson <tsunam@gentoo.org> php-4.4.2-r6.ebuild,
  php-5.1.4-r4.ebuild:
  Stable x86; security bug #133524

  18 Jul 2006; Thomas Cort <tcort@gentoo.org> php-4.4.2-r6.ebuild,
  php-5.1.4-r4.ebuild:
  Stable on alpha wrt security Bug #133524.

  17 Jul 2006; Markus Rothe <corsair@gentoo.org> php-4.4.2-r6.ebuild,
  php-5.1.4-r4.ebuild:
  Stable on ppc64; bug #133524

  17 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> php-4.4.2-r6.ebuild,
  php-5.1.4-r4.ebuild:
  ppc stable, bug #133524

  16 Jul 2006; Jason Wever <weeve@gentoo.org> php-4.4.2-r6.ebuild,
  php-5.1.4-r4.ebuild:
  Stable on SPARC wrt security bug #133524.

*php-5.1.4-r4 (14 Jul 2006)
*php-4.4.2-r6 (14 Jul 2006)

  14 Jul 2006; Luca Longinotti <chtekk@gentoo.org>
  +files/70_mod_php5_concurr.conf-apache2,
  +files/70_mod_php_concurr.conf-apache2, +files/php4-ldvs,
  +files/php5-ldvs, php-4.3.11-r5.ebuild, php-4.4.2.ebuild,
  php-4.4.2-r2.ebuild, -php-4.4.2-r5.ebuild, +php-4.4.2-r6.ebuild,
  php-5.0.5-r5.ebuild, php-5.1.4.ebuild, -php-5.1.4-r3.ebuild,
  +php-5.1.4-r4.ebuild:
  Restructure PHP ebuilds and eclasses to accomodate for future expansion and
  new features, cleaner separation between eclasses and ebuilds. Fixes
  security related bugs #133524, #136566, #138180, #135860 and bugs #137568,
  #134171, #138665.

  13 Jul 2006; Luca Longinotti <chtekk@gentoo.org> -php-5.1.2.ebuild:
  Remove PHP 5.1.2.

*php-5.1.4-r3 (20 Jun 2006)
*php-4.4.2-r5 (20 Jun 2006)

  20 Jun 2006; Luca Longinotti <chtekk@gentoo.org> -php-4.4.2-r3.ebuild,
  +php-4.4.2-r5.ebuild, -php-5.1.4-r1.ebuild, +php-5.1.4-r3.ebuild:
  Revision bumps. Fix bug #105489 and add a couple of other fixes for various
  bugs.

  18 Jun 2006; Bryan Østergaard <kloeri@gentoo.org> php-4.4.2-r2.ebuild,
  php-5.1.4.ebuild:
  Stable on ia64, bug 131135.

*php-5.1.4-r1 (29 May 2006)
*php-4.4.2-r3 (29 May 2006)

  29 May 2006; Luca Longinotti <chtekk@gentoo.org> +php-4.4.2-r3.ebuild,
  +php-5.1.4-r1.ebuild:
  New revisions, fix a couple of bugs, and update Hardened-PHP patch to 0.4.11.

  18 May 2006; Diego Pettenò <flameeyes@gentoo.org> php-4.4.2-r2.ebuild:
  Add ~x86-fbsd keyword to 4.4 version.

  06 May 2006; Jason Wever <weeve@gentoo.org> php-4.4.2-r2.ebuild:
  Stable on SPARC wrt security bug  #131135.

  06 May 2006; Markus Rothe <corsair@gentoo.org> php-4.4.2-r2.ebuild,
  php-5.1.4.ebuild:
  Stable on ppc64; bug #131135

  06 May 2006; Mark Loeser <halcy0n@gentoo.org> php-4.4.2-r2.ebuild,
  php-5.1.4.ebuild:
  Stable on x86; bug #131135

  05 May 2006; <tcort@gentoo.org> php-4.4.2-r2.ebuild, php-5.1.4.ebuild:
  Stable on alpha wrt security Bug #131135.

  05 May 2006; Rene Nussbaumer <killerfox@gentoo.org> php-4.4.2-r2.ebuild,
  php-5.1.4.ebuild:
  Stable on hppa. See bug #131135.

  05 May 2006; Tobias Scherbaum <dertobi123@gentoo.org> php-4.4.2-r2.ebuild,
  php-5.1.4.ebuild:
  ppc stable, bug #131135

  05 May 2006; Gustavo Zacarias <gustavoz@gentoo.org> php-5.1.4.ebuild:
  Stable on sparc wrt security #131135

  05 May 2006; Luca Longinotti <chtekk@gentoo.org> php-5.1.4.ebuild:
  Readd ~x86-fbsd keyword to PHP 5.1.4 which I dropped accidentally, sorry!
  Update digests to reflect the fixed patchset, please make sure you have the
  php-patchset-4.4.2-r3.tar.bz2 with the md5sum of
  eac1d9e4aa78195953e33e566a1f39ce, thanks, and sorry again. ;)

  05 May 2006; Jon Hood <squinky86@gentoo.org> php-5.1.4.ebuild,
  php-4.4.2-r2.ebuild:
  Stable on amd64, #131135.

*php-5.1.4 (05 May 2006)
*php-4.4.2-r2 (05 May 2006)

  05 May 2006; Luca Longinotti <chtekk@gentoo.org> -php-4.4.2-r1.ebuild,
  +php-4.4.2-r2.ebuild, -php-5.1.2-r1.ebuild, +php-5.1.4.ebuild:
  Sync with PHP overlay, fixes various bugs and security bugs, see bug #131135
  for more details.

  23 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> php-5.1.2-r1.ebuild:
  Add ~x86-fbsd keyword.

  20 Apr 2006; Luca Longinotti <chtekk@gentoo.org> php-4.3.11-r5.ebuild,
  php-4.4.2.ebuild, php-4.4.2-r1.ebuild, php-5.0.5-r5.ebuild,
  php-5.1.2.ebuild, php-5.1.2-r1.ebuild:
  Don't die on USE=-*, ebuild part.

*php-5.1.2-r1 (13 Apr 2006)
*php-4.4.2-r1 (13 Apr 2006)

  13 Apr 2006; Luca Longinotti <chtekk@gentoo.org> +php-4.4.2-r1.ebuild,
  +php-5.1.2-r1.ebuild:
  Add new revisions to fix an issue with the MySQL charsets.
  See bug #129761 about it.

  28 Mar 2006; Luca Longinotti <chtekk@gentoo.org>
  files/70_mod_php.conf-apache1, files/70_mod_php.conf-apache2,
  files/70_mod_php5.conf-apache1, files/70_mod_php5.conf-apache2:
  Revert config changes for bug #127645.

  28 Mar 2006; Luca Longinotti <chtekk@gentoo.org>
  files/70_mod_php.conf-apache1, files/70_mod_php.conf-apache2,
  files/70_mod_php5.conf-apache1, files/70_mod_php5.conf-apache2:
  Change config files to fix bug #127645.

  24 Mar 2006; Luca Longinotti <chtekk@gentoo.org>
  files/70_mod_php.conf-apache1, files/70_mod_php5.conf-apache1,
  files/70_mod_php5.conf-apache2, php-4.3.11-r5.ebuild,
  -php-4.4.1-r3.ebuild, php-4.4.2.ebuild, php-5.0.5-r5.ebuild,
  php-5.1.2.ebuild:
  Introduce usage of phpconfutils eclass to handle USE flag dependencies
  automatically, allowing to build dev-lang/php without intervention on
  default USE flags, solves bug #120088. Fix bug #122379.

  14 Mar 2006; Joshua Jackson <tsunam@gentoo.org> php-4.4.2.ebuild,
  php-5.1.2.ebuild:
  Stable php-4.4.2 and 5.1.2 for x86; bug #125878

  13 Mar 2006; Rene Nussbaumer <killerfox@gentoo.org> php-4.4.2.ebuild,
  php-5.1.2.ebuild:
  Stable on hppa. See bug #125878.

  12 Mar 2006; Markus Rothe <corsair@gentoo.org> php-4.4.2.ebuild,
  php-5.1.2.ebuild:
  Stable on ppc64; bug #125878

  12 Mar 2006; Tobias Scherbaum <dertobi123@gentoo.org> php-4.4.2.ebuild,
  php-5.1.2.ebuild:
  ppc stable, bug #125878

  12 Mar 2006; Jason Wever <weeve@gentoo.org> php-4.4.2.ebuild,
  php-5.1.2.ebuild:
  Stable on SPARC wrt security bug #125878.

  12 Mar 2006; Fernando J. Pereda <ferdy@gentoo.org> php-5.1.2.ebuild:
  Stable on alpha wrt security bug #125878

  12 Mar 2006; Simon Stelling <blubb@gentoo.org> php-4.4.2.ebuild,
  php-5.1.2.ebuild:
  stable on amd64 wrt bug 125878

  12 Mar 2006; Fernando J. Pereda <ferdy@gentoo.org> php-4.4.2.ebuild:
  Stable on alpha wrt security bug #125878

*php-5.1.2 (12 Mar 2006)
*php-4.4.2 (12 Mar 2006)

  12 Mar 2006; Luca Longinotti <chtekk@gentoo.org>
  -files/4-any/php4-fastbuild.patch, -files/4-any/php4-imap-symlink.diff,
  -files/4-any/php4-iodbc-config.diff, +files/70_mod_php.conf-apache1,
  +files/70_mod_php.conf-apache2, -files/4-any/php4-libtool-1.5.patch,
  -files/4-any/php4-uClibc-have_dn_skipname.patch,
  -files/4-any/php4-with-iodbc.diff, +files/70_mod_php5.conf-apache1,
  +files/70_mod_php5.conf-apache2, -files/4-any/apache-1.3/70_mod_php.conf,
  -files/4-any/apache-2.0/70_mod_php.conf,
  -files/5.0-any/php5-imap-symlink.diff,
  -files/5.0-any/php5-iodbc-config.diff,
  -files/5.0-any/php5-libtool-1.5.patch, -files/5.0-any/php5-prefork.patch,
  -files/5.0-any/php5-soap_persistence_session.diff,
  -files/5.0-any/php5-with-iodbc.diff,
  -files/5.0-any/apache-1.3/70_mod_php5.conf,
  -files/5.0-any/apache-2.0/70_mod_php5.conf,
  -files/5.1-any/php5-fastbuild.patch,
  -files/5.1-any/php5-imap-symlink.diff,
  -files/5.1-any/php5-iodbc-config.diff, -files/5.1-any/php5-prefork.patch,
  -files/5.1-any/php5-soap_persistence_session.diff,
  -files/5.1-any/php5-with-iodbc.diff,
  -files/5.1-any/apache-1.3/70_mod_php5.conf,
  -files/5.1-any/apache-2.0/70_mod_php5.conf, php-4.3.11-r5.ebuild,
  php-4.4.1-r3.ebuild, +php-4.4.2.ebuild, php-5.0.5-r5.ebuild,
  -php-5.1.1.ebuild, +php-5.1.2.ebuild:
  Sync with PHP Overlay: reworked ebuilds, eclasses and patchsets to be easier
  to maintain. Add PHP 4.4.2 and PHP 5.1.2 to the tree, fixing bugs #125878
  and #118846. Fix too bugs #120908, #123376, #122724 and #121190.

  24 Feb 2006; Jeroen Roovers <jer@gentoo.org> php-5.0.5-r5.ebuild:
  Stable on hppa (preparation for bug #119461).

  21 Feb 2006; Jeroen Roovers <jer@gentoo.org> php-5.0.5-r5.ebuild:
  Marked ~hppa.

  26 Jan 2006; Jeroen Roovers <jer@gentoo.org> php-4.4.1-r3.ebuild:
  Marked stable on hppa (bug #102649).

  26 Jan 2006; Jeroen Roovers <jer@gentoo.org> php-5.1.1.ebuild:
  Marked ~hppa (bug #119461).

  25 Jan 2006; Bryan Østergaard <kloeri@gentoo.org php-4.4.1-r3.ebuild,
  php-5.0.5-r5.ebuild:
  Stable on alpha.

  22 Jan 2006; Simon Stelling <blubb@gentoo.org> php-4.3.11-r5.ebuild,
  php-4.4.1-r3.ebuild:
  stable on amd64

  22 Jan 2006; Simon Stelling <blubb@gentoo.org> php-5.0.5-r5.ebuild:
  stable on amd64

  22 Jan 2006; <nixnut@gentoo.org> php-4.3.11-r5.ebuild:
  Added ~ppc keyword to php-4.3.11-r5

  21 Jan 2006; Jason Wever <weeve@gentoo.org> php-4.3.11-r5.ebuild,
  php-4.4.1-r3.ebuild, php-5.0.5-r5.ebuild:
  Stable on SPARC wrt bug #119461.

  21 Jan 2006; <nixnut@gentoo.org> php-5.0.5-r5.ebuild:
  Added ppc keyword to  php-4.4.1-r3, php-5.0.5-r5. bug 119461

  19 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> php-4.3.11-r5.ebuild,
  php-4.4.1-r3.ebuild, php-5.0.5-r5.ebuild:
  Stable on x86.

  18 Jan 2006; Markus Rothe <corsair@gentoo.org> php-4.4.1-r3.ebuild,
  php-5.0.5-r5.ebuild:
  Stable on ppc64; bug #119461

  10 Jan 2006; Luca Longinotti <chtekk@gentoo.org>
  -files/4.3.11/php4.3.11-apache2sapi.patch,
  -files/4.3.11/php4.3.11-apachesapi.patch,
  -files/4.3.11/php4.3.11-curl-open_basedir.patch,
  -files/4.3.11/php4.3.11-fopen_wrappers.patch,
  -files/4.3.11/php4.3.11-gd-safe_mode.patch,
  -files/4.3.11/php4.3.11-globals_overwrite.patch,
  -files/4.3.11/php4.3.11-mbstring-header_inj.patch,
  -files/4.3.11/php4.3.11-multilib-search-path.patch,
  -files/4.3.11/php4.3.11-pcre-security.patch,
  -files/4.3.11/php4.3.11-phpinfo_xss.patch,
  -files/4.3.11/php4.3.11-pspell-ext-segf.patch,
  -files/4.4.1/php4.4.1-apache2sapi.patch,
  -files/4.4.1/php4.4.1-curl-open_basedir.patch,
  -files/4.4.1/php4.4.1-current_key_by_reference.patch,
  -files/4.4.1/php4.4.1-gd-safe_mode.patch,
  -files/4.4.1/php4.4.1-mbstring-header_inj.patch,
  -files/4.4.1/php4.4.1-multilib-search-path.patch,
  -files/5.0.5/php5.0.5-apache2sapi.patch,
  -files/5.0.5/php5.0.5-curl-open_basedir.patch,
  -files/5.0.5/php5.0.5-fopen_wrappers.patch,
  -files/5.0.5/php5.0.5-gd-safe_mode.patch,
  -files/5.0.5/php5.0.5-globals_overwrite.patch,
  -files/5.0.5/php5.0.5-mbstring-header_inj.patch,
  -files/5.0.5/php5.0.5-multilib-search-path.patch,
  -files/5.0.5/php5.0.5-obj-serialize.patch,
  -files/5.0.5/php5.0.5-pspell-ext-segf.patch,
  -files/5.0.5/php5.0.5-tsrm-gcc4.patch,
  -files/5.1.1/php5.1.1-curl-gcry_threads.patch,
  -files/5.1.1/php5.1.1-ming-config.patch,
  -files/5.1.1/php5.1.1-multilib-search-path.patch, php-4.3.11-r5.ebuild,
  php-4.4.1-r3.ebuild, php-5.0.5-r5.ebuild, php-5.1.1.ebuild:
  Move version-specific patches into external tarballs.

  05 Jan 2006; Luca Longinotti <chtekk@gentoo.org>
  +files/5.1.1/php5.1.1-curl-gcry_threads.patch, php-5.1.1.ebuild:
  Fix bug #117767.

*php-5.1.1 (28 Dec 2005)
*php-5.0.5-r5 (28 Dec 2005)
*php-4.4.1-r3 (28 Dec 2005)
*php-4.3.11-r5 (28 Dec 2005)

  28 Dec 2005; Luca Longinotti <chtekk@gentoo.org>
  files/4-any/php4-imap-symlink.diff, files/4-any/php4-iodbc-config.diff,
  +files/4.3.11/php4.3.11-apache2sapi.patch,
  +files/4.3.11/php4.3.11-apachesapi.patch,
  +files/4.3.11/php4.3.11-curl-open_basedir.patch,
  -files/4.3.11/php4.3.11-curl_safemode.patch,
  +files/4.3.11/php4.3.11-gd-safe_mode.patch,
  -files/4.3.11/php4.3.11-gd_safe_mode.patch,
  +files/4.3.11/php4.3.11-mbstring-header_inj.patch,
  +files/4.3.11/php4.3.11-multilib-search-path.patch,
  -files/4.3.11/php4.3.11-session_save_path-segf.patch,
  -files/4.4.0/php4.4.0-curl_safemode.patch,
  -files/4.4.0/php4.4.0-fopen_wrappers.patch,
  -files/4.4.0/php4.4.0-gd_safe_mode.patch,
  -files/4.4.0/php4.4.0-globals_overwrite.patch,
  -files/4.4.0/php4.4.0-pcre-security.patch,
  -files/4.4.0/php4.4.0-phpinfo_xss.patch,
  -files/4.4.0/php4.4.0-pspell-ext-segf.patch,
  -files/4.4.0/php4.4.0-session_save_path-segf.patch,
  +files/4.4.1/php4.4.1-apache2sapi.patch,
  +files/4.4.1/php4.4.1-curl-open_basedir.patch,
  +files/4.4.1/php4.4.1-gd-safe_mode.patch,
  +files/4.4.1/php4.4.1-mbstring-header_inj.patch,
  -files/4.4.1/php4.4.1-mod_rewrite-crash.patch,
  +files/4.4.1/php4.4.1-multilib-search-path.patch,
  files/5.0-any/php5-iodbc-config.diff,
  -files/5.0.4/php5.0.4-curl_safemode.patch,
  -files/5.0.4/php5.0.4-fopen_wrappers.patch,
  -files/5.0.4/php5.0.4-gd_safe_mode.patch,
  -files/5.0.4/php5.0.4-globals_overwrite.patch,
  -files/5.0.4/php5.0.4-pcre-security.patch,
  -files/5.0.4/php5.0.4-phpinfo_xss.patch,
  -files/5.0.4/php5.0.4-pspell-ext-segf.patch,
  -files/5.0.4/php5.0.4-session_save_path-segf.patch,
  -files/5.0.4/php5.0.4-xmlrcp-ccode.diff,
  +files/5.0.5/php5.0.5-apache2sapi.patch,
  +files/5.0.5/php5.0.5-curl-open_basedir.patch,
  -files/5.0.5/php5.0.5-curl_safemode.patch,
  +files/5.0.5/php5.0.5-gd-safe_mode.patch,
  -files/5.0.5/php5.0.5-gd_safe_mode.patch,
  +files/5.0.5/php5.0.5-mbstring-header_inj.patch,
  +files/5.0.5/php5.0.5-multilib-search-path.patch,
  -files/5.0.5/php5.0.5-session_save_path-segf.patch,
  +files/5.0.5/php5.0.5-tsrm-gcc4.patch,
  files/5.1-any/php5-iodbc-config.diff,
  +files/5.1.1/php5.1.1-ming-config.patch,
  +files/5.1.1/php5.1.1-multilib-search-path.patch, -php-4.3.11-r4.ebuild,
  +php-4.3.11-r5.ebuild, -php-4.4.0-r4.ebuild, -php-4.4.1-r2.ebuild,
  +php-4.4.1-r3.ebuild, -php-5.0.4-r4.ebuild, -php-5.0.5-r4.ebuild,
  +php-5.0.5-r5.ebuild, +php-5.1.1.ebuild:
  Sync with PHP Overlay. Delete PHP 4.4.0 and PHP 5.0.4, add PHP 5.1.1. Update
  a lot of patches, update Hardened-PHP patches, add lib64 patch for multilib
  systems. Fixes many bugs.

  19 Nov 2005; Markus Rothe <corsair@gentoo.org> php-4.4.1-r2.ebuild,
  php-5.0.5-r4.ebuild:
  Added ~ppc64 keywords; bug #102649

  10 Nov 2005; Jason Wever <weeve@gentoo.org> php-4.4.1-r2.ebuild:
  Added ~sparc keyword as all arches but ~x86 were dropped from the 4.4.1
  ebuilds.

*php-5.0.5-r4 (04 Nov 2005)
*php-5.0.4-r4 (04 Nov 2005)
*php-4.4.1-r2 (04 Nov 2005)
*php-4.4.0-r4 (04 Nov 2005)
*php-4.3.11-r4 (04 Nov 2005)

  04 Nov 2005; Luca Longinotti <chtekk@gentoo.org>
  files/4.3.11/php4.3.11-session_save_path-segf.patch,
  files/5.0.4/php5.0.4-session_save_path-segf.patch,
  files/4.4.0/php4.4.0-session_save_path-segf.patch,
  files/5.0.5/php5.0.5-session_save_path-segf.patch, -php-4.3.11-r3.ebuild,
  +php-4.3.11-r4.ebuild, -php-4.4.0-r3.ebuild, +php-4.4.0-r4.ebuild,
  -php-4.4.1-r1.ebuild, +php-4.4.1-r2.ebuild, -php-5.0.4-r3.ebuild,
  +php-5.0.4-r4.ebuild, -php-5.0.5-r3.ebuild, +php-5.0.5-r4.ebuild:
  Revbump to fix a bug in the Apache2 SAPI and a bug with key() and current().

  04 Nov 2005; Luca Longinotti <chtekk@gentoo.org>
  files/4.3.11/php4.3.11-globals_overwrite.patch,
  files/4.4.0/php4.4.0-globals_overwrite.patch,
  +files/4.4.1/php4.4.1-current_key_by_reference.patch,
  files/5.0.4/php5.0.4-globals_overwrite.patch,
  files/5.0.5/php5.0.5-globals_overwrite.patch, php-4.4.1-r1.ebuild:
  Fix for http://bugs.php.net/bug.php?id=35067.

*php-4.4.1-r1 (03 Nov 2005)

  03 Nov 2005; Luca Longinotti <chtekk@gentoo.org>
  +files/4.4.1/php4.4.1-mod_rewrite-crash.patch, -php-4.4.1.ebuild,
  +php-4.4.1-r1.ebuild:
  Update Hardened-PHP to latest version for PHP 4.4.1 and 5.0.5, fix bug in
  the Apache2 SAPI of PHP 4.4.1 (mentioned in bug #111032).

*php-5.0.5-r3 (02 Nov 2005)
*php-5.0.4-r3 (02 Nov 2005)
*php-4.4.1 (02 Nov 2005)
*php-4.4.0-r3 (02 Nov 2005)
*php-4.3.11-r3 (02 Nov 2005)

  02 Nov 2005; Luca Longinotti <chtekk@gentoo.org>
  +files/4.3.11/php4.3.11-curl_safemode.patch,
  +files/4.3.11/php4.3.11-globals_overwrite.patch,
  +files/4.3.11/php4.3.11-phpinfo_xss.patch,
  +files/4.4.0/php4.4.0-curl_safemode.patch,
  +files/4.4.0/php4.4.0-globals_overwrite.patch,
  +files/4.4.0/php4.4.0-phpinfo_xss.patch,
  +files/5.0.4/php5.0.4-curl_safemode.patch,
  +files/5.0.4/php5.0.4-globals_overwrite.patch,
  +files/5.0.4/php5.0.4-phpinfo_xss.patch,
  +files/5.0.5/php5.0.5-curl_safemode.patch,
  +files/5.0.5/php5.0.5-globals_overwrite.patch, -php-4.3.11-r2.ebuild,
  +php-4.3.11-r3.ebuild, -php-4.4.0-r2.ebuild, +php-4.4.0-r3.ebuild,
  +php-4.4.1.ebuild, -php-5.0.4-r2.ebuild, +php-5.0.4-r3.ebuild,
  -php-5.0.5-r2.ebuild, +php-5.0.5-r3.ebuild:
  Security-update: fix bugs #111032, #111015, #111011 and bug #111014. Also
  add PHP 4.4.1 to the tree, wich fixes those vulnerabilities.

*php-5.0.5-r2 (31 Oct 2005)
*php-5.0.4-r2 (31 Oct 2005)
*php-4.4.0-r2 (31 Oct 2005)
*php-4.3.11-r2 (31 Oct 2005)

  31 Oct 2005; Luca Longinotti <chtekk@gentoo.org>
  -files/4.4.0/php4.3.11-pcre-security.patch,
  +files/4.4.0/php4.4.0-fopen_wrappers.patch,
  +files/4.4.0/php4.4.0-gd_safe_mode.patch,
  files/4.4.0/php4.4.0-pcre-security.patch,
  +files/4.4.0/php4.4.0-pspell-ext-segf.patch,
  +files/4.4.0/php4.4.0-session_save_path-segf.patch,
  -files/4.4.0/apache-1.3/70_mod_php.conf,
  -files/4.4.0/apache-2.0/70_mod_php.conf,
  +files/4-any/php4-fastbuild.patch, +files/4-any/php4-imap-symlink.diff,
  +files/4-any/php4-iodbc-config.diff,
  +files/5.0-any/php5-imap-symlink.diff,
  +files/4-any/php4-libtool-1.5.patch,
  +files/4-any/php4-uClibc-have_dn_skipname.patch,
  +files/4-any/php4-with-iodbc.diff, +files/5.0-any/php5-iodbc-config.diff,
  +files/4-any/apache-1.3/70_mod_php.conf,
  +files/5.0-any/php5-libtool-1.5.patch,
  +files/4-any/apache-2.0/70_mod_php.conf,
  +files/4.3.11/php4.3.11-fopen_wrappers.patch,
  +files/4.3.11/php4.3.11-gd_safe_mode.patch,
  +files/4.3.11/php4.3.11-pcre-security.patch,
  +files/4.3.11/php4.3.11-pspell-ext-segf.patch,
  +files/4.3.11/php4.3.11-session_save_path-segf.patch,
  -files/4.4.0/fastbuild.patch, -files/4.4.0/php4-imap-symlink.diff,
  -files/4.4.0/php4-iodbc-config.diff, -files/4.4.0/php4-libtool-1.5.patch,
  -files/4.4.0/php4-with-iodbc.diff, +files/5.0-any/php5-prefork.patch,
  +files/5.0-any/php5-soap_persistence_session.diff,
  +files/5.0-any/php5-with-iodbc.diff,
  +files/5.0-any/apache-1.3/70_mod_php5.conf,
  +files/5.0-any/apache-2.0/70_mod_php5.conf,
  -files/5.0.0/php5-imap-symlink.diff, -files/5.0.0/php5-iodbc-config.diff,
  -files/5.0.0/php5-libtool-1.5.patch,
  -files/5.0.0/php5.0.4-pcre-security.patch,
  -files/5.0.0/php5.0.4-xmlrcp-ccode.diff,
  -files/5.0.0/php5.0.5-obj-serialize.patch,
  +files/5.0.4/php5.0.4-fopen_wrappers.patch,
  +files/5.0.4/php5.0.4-gd_safe_mode.patch,
  +files/5.0.4/php5.0.4-pcre-security.patch,
  +files/5.0.4/php5.0.4-pspell-ext-segf.patch,
  +files/5.0.4/php5.0.4-session_save_path-segf.patch,
  +files/5.0.4/php5.0.4-xmlrcp-ccode.diff,
  +files/5.0.5/php5.0.5-fopen_wrappers.patch,
  +files/5.0.5/php5.0.5-gd_safe_mode.patch,
  +files/5.0.5/php5.0.5-obj-serialize.patch,
  +files/5.0.5/php5.0.5-pspell-ext-segf.patch,
  +files/5.0.5/php5.0.5-session_save_path-segf.patch,
  +files/5.1-any/php5-fastbuild.patch,
  +files/5.1-any/php5-imap-symlink.diff,
  +files/5.1-any/php5-iodbc-config.diff, +files/5.1-any/php5-prefork.patch,
  +files/5.1-any/php5-soap_persistence_session.diff,
  +files/5.1-any/php5-with-iodbc.diff,
  +files/5.1-any/apache-1.3/70_mod_php5.conf,
  +files/5.1-any/apache-2.0/70_mod_php5.conf,
  -files/5.1.0/php5-imap-symlink.diff, -files/5.1.0/php5-iodbc-config.diff,
  -files/5.1.0/php5-prefork.patch, -files/5.1.0/php5-with-iodbc.diff,
  -files/5.1.0/php5_soap_persistence_session.diff,
  -files/5.1.0/apache-1.3/70_mod_php5.conf,
  -files/5.1.0/apache-2.0/70_mod_php5.conf, -php-4.3.11-r1.ebuild,
  +php-4.3.11-r2.ebuild, -php-4.4.0-r1.ebuild, +php-4.4.0-r2.ebuild,
  -php-5.0.4-r1.ebuild, +php-5.0.4-r2.ebuild, -php-5.0.5-r1.ebuild,
  +php-5.0.5-r2.ebuild:
  New-style PHP update: fix quotation of some vars, change URI of a mirror,
  change ordering of patches in the files/ directory, add 'mnogosearch' USE
  flag, add 'oci8-instant-client' USE flag, add 'pic' USE flag, add 'cjk' USE
  flag, delete 'png' and 'jpeg' USE flags now directly controlled by 'gd' USE
  flag, change PHP extensions enabling/disabling system, fix a bug with
  Apache1 + fastbuild, fix elibtoolize call (bug #106176) and fix bugs #99312,
  #109669, #102943, #107602, #99225, #108834.

  24 Sep 2005; Jason Wever <weeve@gentoo.org> php-5.0.5-r1.ebuild:
  Added ~sparc keyword.

*php-5.0.5-r1 (18 Sep 2005)
*php-5.0.4-r1 (18 Sep 2005)
*php-4.4.0-r1 (18 Sep 2005)
*php-4.3.11-r1 (18 Sep 2005)

  18 Sep 2005; Benedikt Boehm <hollow@gentoo.org>
  +files/4.4.0/php4-libtool-1.5.patch, +files/5.0.0/php5-libtool-1.5.patch,
  +files/4.4.0/php4.3.11-pcre-security.patch,
  +files/4.4.0/php4.4.0-pcre-security.patch,
  +files/5.0.0/php5.0.4-pcre-security.patch,
  +files/5.0.0/php5.0.4-xmlrcp-ccode.diff,
  +files/5.0.0/php5.0.5-obj-serialize.patch, files/4.4.0/fastbuild.patch,
  -files/5.0.0/php5-hphp-acinclude.patch,
  -files/4.4.0/php4-hphp-acinclude.patch, -php-4.3.11.ebuild,
  +php-4.3.11-r1.ebuild, -php-4.4.0.ebuild, +php-4.4.0-r1.ebuild,
  -php-5.0.4.ebuild, +php-5.0.4-r1.ebuild, -php-5.0.5.ebuild,
  +php-5.0.5-r1.ebuild:
  Fix security issue in bundled PCRE lib for PHP 4.3.11, 4.4.0 and 5.0.4, bug #102373.
  Fix object serialization bug in PHP 5.0.5, bug #105374.
  Fix Hardened-PHP support for all PHP releases.
  Various compilation fixes for all PHP releases.
  Various dependency fixes for all PHP releases.
  Deleted 'dbm' USE flag from all PHP ebuilds, it's not supported upstream.
  Changed 'java' USE flag to 'java-internal' USE flag for PHP4.

  17 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> php-5.0.4.ebuild:
  Fixed up the remaining deps, tested here and looks good. Marking ~amd64, bug
  102649.

  17 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> php-4.4.0.ebuild:
  Fixed up the remaining deps, tested here and looks good. Marking ~amd64, bug
  102649.

  17 Sep 2005; Brian Harring <ferringb@gentoo.org> php-4.4.0.ebuild, 
  php-5.0.4.ebuild:
  Backed out ~amd64 keywording.  bad deps.

  16 Sep 2005; Christian Parpart <trapni@gentoo.org> php-4.4.0.ebuild,
  php-5.0.4.ebuild:
  added to ~amd64

  14 Sep 2005; Joseph Jezak <josejx@gentoo.org> php-5.0.4.ebuild:
  Marked ~ppc for bug #105673.

  14 Sep 2005; Joseph Jezak <josejx@gentoo.org> php-4.4.0.ebuild,
  php-5.0.5.ebuild:
  Marked ~ppc for bug #105673.

*php-4.3.11 (11 Sep 2005)

  11 Sep 2005; Benedikt Boehm <hollow@gentoo.org> +php-4.3.11.ebuild:
  add 4.3.11, b/c 4.4.0 breaks compatibility
  remove some archs, get your deps tested!

  09 Sep 2005; Jason Wever <weeve@gentoo.org> php-4.4.0.ebuild,
  php-5.0.4.ebuild:
  Added ~sparc keyword to help fix the broken dependencies of
  dev-php/PEAR-Date-1.4.3-r1.

*php-4.4.0 (08 Sep 2005)

  08 Sep 2005; Stuart Herbert <stuart@gentoo.org>
  +files/4.4.0/php4-hphp-acinclude.patch,
  +files/5.0.0/php5-hphp-acinclude.patch, php-4.4.0.ebuild, php-5.0.4.ebuild,
  php-5.0.5.ebuild:
  Hardened-PHP fix from the overlay
  Slight change to symlink creation behaviour

  07 Sep 2005; Konstantin Arkhipov <voxus@gentoo.org> php-5.0.4.ebuild,
  php-5.0.5.ebuild:
  Added to ~amd64.

*php-5.0.5 (06 Sep 2005)

  06 Sep 2005; Sebastian Bergmann <sebastian@gentoo.org> +php-5.0.5.ebuild:
  Version bump.

  04 Sep 2005; Stuart Herbert <stuart@gentoo.org>
  +files/5.1.0/php5-imap-symlink.diff, +files/5.1.0/php5-iodbc-config.diff,
  +files/5.1.0/php5-prefork.patch, +files/5.1.0/php5-with-iodbc.diff,
  +files/5.1.0/php5_soap_persistence_session.diff:
  Added missing patch files for PHP 5.0 from the overlay

  05 Sep 2005; <stuart@gentoo.org> ChangeLog:
  Initial version; replaces older dev-php/* packages