summaryrefslogtreecommitdiff
blob: e9dacfc086723ebf1f701efbb7e6a54cc972ad68 (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
# ChangeLog for dev-lang/php
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.843 2014/06/08 10:59:25 ago Exp $

  08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> php-5.4.28.ebuild,
  php-5.5.12.ebuild:
  Stable for x86, wrt bug #509132

  08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> php-5.4.28.ebuild,
  php-5.5.12.ebuild:
  Stable for sparc, wrt bug #509132

  08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> php-5.4.28.ebuild,
  php-5.5.12.ebuild:
  Stable for ppc, wrt bug #509132

  08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> php-5.4.28.ebuild,
  php-5.5.12.ebuild:
  Stable for ppc64, wrt bug #509132

  08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> php-5.4.28.ebuild,
  php-5.5.12.ebuild:
  Stable for ia64, wrt bug #509132

  08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> php-5.4.28.ebuild,
  php-5.5.12.ebuild:
  Stable for alpha, wrt bug #509132

*php-5.4.29 (30 May 2014)
*php-5.5.13 (30 May 2014)

  30 May 2014; Ole Markus With <olemarkus@gentoo.org> +php-5.4.29.ebuild,
  +php-5.5.13.ebuild:
  Version bump

  25 May 2014; Markus Meier <maekke@gentoo.org> php-5.5.12.ebuild:
  arm stable, bug #509132

  25 May 2014; Markus Meier <maekke@gentoo.org> php-5.4.28.ebuild:
  arm stable, bug #509132

  24 May 2014; Agostino Sarubbo <ago@gentoo.org> php-5.4.28.ebuild,
  php-5.5.12.ebuild:
  Stable for amd64, wrt bug #509132

  20 May 2014; Jeroen Roovers <jer@gentoo.org> php-5.4.28.ebuild,
  php-5.5.12.ebuild:
  Stable for HPPA (bug #509132).

  17 May 2014; Agostino Sarubbo <ago@gentoo.org> php-5.3.28-r3.ebuild:
  Stable for alpha, wrt bug #501376

  14 May 2014; Agostino Sarubbo <ago@gentoo.org> php-5.3.28-r3.ebuild:
  Stable for sparc, wrt bug #501376

  13 May 2014; Agostino Sarubbo <ago@gentoo.org> php-5.3.28-r3.ebuild:
  Stable for ia64, wrt bug #501376

*php-5.5.12 (03 May 2014)
*php-5.4.28 (03 May 2014)
*php-5.6.0_beta2 (03 May 2014)

  03 May 2014; Ole Markus With <olemarkus@gentoo.org> +php-5.4.28.ebuild,
  +php-5.5.12.ebuild, +php-5.6.0_beta2.ebuild:
  Version bumps

*php-5.6.0_beta1 (23 Apr 2014)

  23 Apr 2014; Ole Markus With <olemarkus@gentoo.org> +php-5.6.0_beta1.ebuild:
  Add php 5.6 beta 1

  20 Apr 2014; Agostino Sarubbo <ago@gentoo.org> php-5.3.28-r3.ebuild:
  Stable for ppc64, wrt bug #501376

  13 Apr 2014; Agostino Sarubbo <ago@gentoo.org> php-5.3.28-r3.ebuild:
  Stable for ppc, wrt bug #501376

  05 Apr 2014; Agostino Sarubbo <ago@gentoo.org> php-5.3.28-r3.ebuild:
  Stable for x86, wrt bug #501376

  05 Apr 2014; Ole Markus With <olemarkus@gentoo.org> -php-5.3.28-r1.ebuild,
  -php-5.3.28-r2.ebuild, -php-5.4.23.ebuild, -php-5.4.24-r1.ebuild,
  -php-5.4.24.ebuild, -php-5.4.25.ebuild, -php-5.5.7.ebuild,
  -php-5.5.8-r1.ebuild, -php-5.5.8.ebuild, -php-5.5.9.ebuild:
  Removing older, insecure versions

*php-5.5.11 (05 Apr 2014)
*php-5.4.27 (05 Apr 2014)

  05 Apr 2014; Ole Markus With <olemarkus@gentoo.org> +php-5.4.27.ebuild,
  +php-5.5.11.ebuild:
  Version bumps

  05 Apr 2014; Pacho Ramos <pacho@gentoo.org> php-5.3.28-r3.ebuild:
  amd64 stable, bug #501376

  26 Mar 2014; Markus Meier <maekke@gentoo.org> php-5.3.28-r3.ebuild:
  arm stable, bug #501376

  24 Mar 2014; Agostino Sarubbo <ago@gentoo.org> php-5.4.26.ebuild,
  php-5.5.10.ebuild:
  Stable for ppc64, wrt bug #503630

  19 Mar 2014; Jeroen Roovers <jer@gentoo.org> php-5.3.28-r3.ebuild:
  Stable for HPPA (bug #501376).

  19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> php-5.4.26.ebuild,
  php-5.5.10.ebuild:
  Stable for alpha, wrt bug #503630

  18 Mar 2014; Agostino Sarubbo <ago@gentoo.org> php-5.4.26.ebuild,
  php-5.5.10.ebuild:
  Stable for ia64, wrt bug #503630

  16 Mar 2014; Agostino Sarubbo <ago@gentoo.org> php-5.4.26.ebuild,
  php-5.5.10.ebuild:
  Stable for ppc, wrt bug #503630

  12 Mar 2014; Markus Meier <maekke@gentoo.org> php-5.5.10.ebuild:
  arm stable, bug #503630

  12 Mar 2014; Markus Meier <maekke@gentoo.org> php-5.4.26.ebuild:
  arm stable, bug #503630

  12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> php-5.4.26.ebuild,
  php-5.5.10.ebuild:
  Stable for sparc, wrt bug #503630

  12 Mar 2014; Patrick Lauer <patrick@gentoo.org> php-5.3.28-r3.ebuild:
  Whitespace

*php-5.3.28-r3 (11 Mar 2014)

  11 Mar 2014; Ole Markus With <olemarkus@gentoo.org>
  +files/freetype-2.5.1-linking-fix.patch, +php-5.3.28-r3.ebuild:
  Add patch for compiling against freetype-2.5.1

  09 Mar 2014; Agostino Sarubbo <ago@gentoo.org> php-5.4.26.ebuild,
  php-5.5.10.ebuild:
  Stable for x86, wrt bug #503630

  09 Mar 2014; Agostino Sarubbo <ago@gentoo.org> php-5.4.26.ebuild,
  php-5.5.10.ebuild:
  Stable for amd64, wrt bug #503630

  07 Mar 2014; Jeroen Roovers <jer@gentoo.org> php-5.4.26.ebuild,
  php-5.5.10.ebuild:
  Stable for HPPA (bug #503630).

*php-5.4.26 (07 Mar 2014)
*php-5.5.10 (07 Mar 2014)

  07 Mar 2014; Ole Markus With <olemarkus@gentoo.org> +php-5.4.26.ebuild,
  +php-5.5.10.ebuild:
  Version bumps

  22 Feb 2014; Agostino Sarubbo <ago@gentoo.org> php-5.5.9.ebuild:
  Stable for sparc, wrt bug #501312

  20 Feb 2014; Agostino Sarubbo <ago@gentoo.org> php-5.5.9.ebuild:
  Stable for ppc, wrt bug #501312

  20 Feb 2014; Agostino Sarubbo <ago@gentoo.org> php-5.5.9.ebuild:
  Stable for ppc64, wrt bug #501312

  17 Feb 2014; Agostino Sarubbo <ago@gentoo.org> php-5.5.9.ebuild:
  Stable for arm, wrt bug #501312

  16 Feb 2014; Jeroen Roovers <jer@gentoo.org> php-5.5.9.ebuild:
  Stable for HPPA (bug #501312).

  16 Feb 2014; Ole Markus With <olemarkus@gentoo.org> -php-5.5.2.ebuild:
  Removing old version 5.5.2

  16 Feb 2014; Agostino Sarubbo <ago@gentoo.org> php-5.5.9.ebuild:
  Stable for ia64, wrt bug #501312

  16 Feb 2014; Agostino Sarubbo <ago@gentoo.org> php-5.5.9.ebuild:
  Stable for alpha, wrt bug #501312

  15 Feb 2014; Agostino Sarubbo <ago@gentoo.org> php-5.5.9.ebuild:
  Stable for x86, wrt bug #501312

  15 Feb 2014; Agostino Sarubbo <ago@gentoo.org> php-5.5.9.ebuild:
  Stable for amd64, wrt bug #501312

  08 Feb 2014; Ole Markus With <olemarkus@gentoo.org> -php-5.3.27.ebuild,
  -php-5.4.17.ebuild:
  Remove older unsecure versions

  08 Feb 2014; Ole Markus With <olemarkus@gentoo.org> php-5.3.27.ebuild,
  php-5.3.28-r1.ebuild, php-5.3.28-r2.ebuild, php-5.3.28.ebuild,
  php-5.4.17.ebuild, php-5.4.23.ebuild, php-5.4.24-r1.ebuild, php-5.4.24.ebuild,
  php-5.4.25.ebuild, php-5.5.2.ebuild:
  Remove frontbase keyword, which does nothing

*php-5.5.8-r1 (02 Feb 2014)
*php-5.4.24-r1 (02 Feb 2014)
*php-5.6.0_alpha1-r1 (02 Feb 2014)
*php-5.3.28-r2 (02 Feb 2014)

  02 Feb 2014; Pacho Ramos <pacho@gentoo.org> +files/php-fpm_at-simple.service,
  +files/php-fpm_at.service, +php-5.3.28-r2.ebuild, +php-5.4.24-r1.ebuild,
  +php-5.5.8-r1.ebuild, +php-5.6.0_alpha1-r1.ebuild:
  Rework systemd support (#439918)

*php-5.6.0_alpha1 (28 Jan 2014)

  28 Jan 2014; Ole Markus With <olemarkus@gentoo.org> +php-5.6.0_alpha1.ebuild:
  Adding first alpha of php 5.6

  17 Jan 2014; Richard Freeman <rich0@gentoo.org> php-5.3.28-r1.ebuild:
  amd64 stable - 494249,492784

*php-5.5.7 (13 Jan 2014)

  13 Jan 2014; Ole Markus With <olemarkus@gentoo.org> +php-5.5.7.ebuild:
  Restoring php-5.5.7

  13 Jan 2014; Ole Markus With <olemarkus@gentoo.org> -php-5.4.18.ebuild,
  -php-5.4.19.ebuild, -php-5.4.20.ebuild, -php-5.4.21.ebuild,
  -php-5.4.22.ebuild, -php-5.5.3-r1.ebuild, -php-5.5.3.ebuild,
  -php-5.5.4.ebuild, -php-5.5.5.ebuild, -php-5.5.6.ebuild, -php-5.5.7.ebuild:
  Removing old versions

*php-5.5.8 (13 Jan 2014)
*php-5.4.24 (13 Jan 2014)

  13 Jan 2014; Ole Markus With <olemarkus@gentoo.org> +php-5.4.24.ebuild,
  +php-5.5.8.ebuild:
  Version bump

  12 Jan 2014; Agostino Sarubbo <ago@gentoo.org> php-5.3.28.ebuild,
  php-5.4.23.ebuild, php-5.5.7.ebuild:
  Stable for ia64, wrt bug #492784

  10 Jan 2014; Jeroen Roovers <jer@gentoo.org> php-5.3.28-r1.ebuild:
  Stable for HPPA (bug #492784).

  10 Jan 2014; Ole Markus With <olemarkus@gentoo.org> php-5.3.28-r1.ebuild:
  Fix for building with USE=threads. Bug #494240

  05 Jan 2014; Agostino Sarubbo <ago@gentoo.org> php-5.3.28.ebuild,
  php-5.4.23.ebuild, php-5.5.7.ebuild:
  Stable for alpha, wrt bug #492784

  05 Jan 2014; Agostino Sarubbo <ago@gentoo.org> php-5.3.28.ebuild,
  php-5.4.23.ebuild, php-5.5.7.ebuild:
  Stable for arm, wrt bug #492784

  04 Jan 2014; Agostino Sarubbo <ago@gentoo.org> php-5.3.28.ebuild,
  php-5.4.23.ebuild, php-5.5.7.ebuild:
  Stable for sparc, wrt bug #492784

  04 Jan 2014; Agostino Sarubbo <ago@gentoo.org> php-5.3.28.ebuild,
  php-5.4.23.ebuild, php-5.5.7.ebuild:
  Stable for ppc64, wrt bug #492784

  04 Jan 2014; Agostino Sarubbo <ago@gentoo.org> php-5.3.28.ebuild,
  php-5.4.23.ebuild, php-5.5.7.ebuild:
  Stable for ppc, wrt bug #492784

  03 Jan 2014; Agostino Sarubbo <ago@gentoo.org> php-5.3.28.ebuild,
  php-5.4.23.ebuild, php-5.5.7.ebuild:
  Stable for x86, wrt bug #492784

  03 Jan 2014; Agostino Sarubbo <ago@gentoo.org> php-5.3.28.ebuild,
  php-5.4.23.ebuild, php-5.5.7.ebuild:
  Stable for amd64, wrt bug #492784

  30 Dec 2013; Jeroen Roovers <jer@gentoo.org> php-5.4.23.ebuild,
  php-5.5.7.ebuild:
  Stable for HPPA (bug #492784).

*php-5.4.23 (13 Dec 2013)
*php-5.5.7 (13 Dec 2013)
*php-5.3.28 (13 Dec 2013)

  13 Dec 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.3.28.ebuild,
  +php-5.4.23.ebuild, +php-5.5.7.ebuild:
  Version bump of all minor versions

*php-5.4.22 (15 Nov 2013)

  15 Nov 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.4.22.ebuild:
  Version bump

*php-5.5.6 (14 Nov 2013)

  14 Nov 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.5.6.ebuild:
  Version bump

*php-5.4.21 (29 Oct 2013)

  29 Oct 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.4.21.ebuild:
  Version bump

*php-5.5.5 (18 Oct 2013)

  18 Oct 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.5.5.ebuild:
  Version bump

  14 Oct 2013; Naohiro Aota <naota@gentoo.org> php-5.5.4.ebuild:
  Rekeyword ~x86-fbsd

  13 Oct 2013; Agostino Sarubbo <ago@gentoo.org> php-5.4.20.ebuild,
  php-5.5.4.ebuild:
  Stable for sparc, wrt bug #483212

  06 Oct 2013; Agostino Sarubbo <ago@gentoo.org> php-5.4.20.ebuild,
  php-5.5.4.ebuild:
  Stable for alpha, wrt bug #483212

  30 Sep 2013; Agostino Sarubbo <ago@gentoo.org> php-5.4.20.ebuild,
  php-5.5.4.ebuild:
  Stable for ia64, wrt bug #483212

  30 Sep 2013; Agostino Sarubbo <ago@gentoo.org> php-5.4.20.ebuild,
  php-5.5.4.ebuild:
  Stable for arm, wrt bug #483212

  29 Sep 2013; Agostino Sarubbo <ago@gentoo.org> php-5.4.20.ebuild,
  php-5.5.4.ebuild:
  Stable for ppc, wrt bug #483212

  28 Sep 2013; Agostino Sarubbo <ago@gentoo.org> php-5.4.20.ebuild,
  php-5.5.4.ebuild:
  Stable for x86, wrt bug #483212

  28 Sep 2013; Agostino Sarubbo <ago@gentoo.org> php-5.4.20.ebuild,
  php-5.5.4.ebuild:
  Stable for amd64, wrt bug #483212

  28 Sep 2013; Jeroen Roovers <jer@gentoo.org> php-5.4.20.ebuild,
  php-5.5.4.ebuild:
  Stable for HPPA (bug #483212).

*php-5.4.20 (22 Sep 2013)
*php-5.5.4 (22 Sep 2013)

  22 Sep 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.4.20.ebuild,
  +php-5.5.4.ebuild:
  Version bump

  22 Sep 2013; Ole Markus With <olemarkus@gentoo.org>
  -files/eblits/common-v2.eblit, -files/eblits/pkg_setup-v2.eblit,
  -files/eblits/pkg_setup-v3.eblit, -files/eblits/src_compile-v1.eblit,
  -files/eblits/src_compile-v2.eblit, -files/eblits/src_configure-v53.eblit,
  -files/eblits/src_configure-v54.eblit, -files/eblits/src_install-v2.eblit,
  -files/eblits/src_install-v3.eblit, -files/eblits/src_prepare-v2.eblit,
  -files/eblits/src_prepare-v3.eblit, -files/eblits/src_prepare-v4.eblit,
  -files/eblits/src_test-v1.eblit:
  Removing the eblits that are not in use

  10 Sep 2013; Patrick Lauer <patrick@gentoo.org> php-5.5.2.ebuild,
  php-5.5.3-r1.ebuild, php-5.5.3.ebuild:
  Whitespace

  27 Aug 2013; Michael Palimaka <kensington@gentoo.org> php-5.3.27.ebuild,
  php-5.4.17.ebuild, php-5.4.18.ebuild, php-5.4.19.ebuild, php-5.5.2.ebuild,
  php-5.5.3-r1.ebuild, php-5.5.3.ebuild:
  Pin virtual/jpeg SLOT to 0.

  24 Aug 2013; Ole Markus With <olemarkus@gentoo.org> php-5.5.3-r1.ebuild:
  Fix bug 482310, use the correct patch

*php-5.5.3-r1 (24 Aug 2013)

  24 Aug 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.5.3-r1.ebuild:
  Readding systemd-enabled ebuild

  23 Aug 2013; Jeroen Roovers <jer@gentoo.org> php-5.5.2.ebuild:
  Stable for HPPA (bug #480460).

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> -php-5.5.1-r1.ebuild,
  -php-5.5.1.ebuild:
  Remove old

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> php-5.5.2.ebuild:
  Stable for x86, wrt bug #481004

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> php-5.5.2.ebuild:
  Stable for amd64, wrt bug #481004

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> php-5.5.2.ebuild:
  Stable for sparc, wrt bug #480460

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> php-5.5.2.ebuild:
  Stable for sh, wrt bug #480460

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> php-5.5.2.ebuild:
  Stable for alpha, wrt bug #480460

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> php-5.5.2.ebuild:
  Stable for arm, wrt bug #480460

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> php-5.5.2.ebuild:
  Stable for ppc64, wrt bug #480460

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> php-5.5.2.ebuild:
  Stable for ppc, wrt bug #480460

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> php-5.5.2.ebuild:
  Stable for ia64, wrt bug #480460

*php-5.4.19 (23 Aug 2013)
*php-5.5.3 (23 Aug 2013)

  23 Aug 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.4.19.ebuild,
  +php-5.5.3.ebuild:
  Version bumps

  18 Aug 2013; Patrick Lauer <patrick@gentoo.org> php-5.3.27.ebuild,
  php-5.4.17.ebuild, php-5.4.18.ebuild, php-5.5.1-r1.ebuild, php-5.5.1.ebuild,
  php-5.5.2.ebuild:
  Whitespace

*php-5.5.2 (17 Aug 2013)

  17 Aug 2013; Ole Markus With <olemarkus@gentoo.org>
  +files/iodbc-pkgconfig-r1.patch, +php-5.5.2.ebuild:
  php5.5 version bump

  16 Aug 2013; Agostino Sarubbo <ago@gentoo.org> -php-5.3.23.ebuild,
  -php-5.4.13.ebuild, -php-5.4.16.ebuild, -php-5.5.0.ebuild,
  -php-5.5.0_rc3.ebuild:
  Remove old

  16 Aug 2013; Agostino Sarubbo <ago@gentoo.org> php-5.4.17.ebuild:
  Stable for s390, wrt bug #472558

*php-5.4.18 (16 Aug 2013)

  16 Aug 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.4.18.ebuild:
  Verion bump

  14 Aug 2013; Patrick Lauer <patrick@gentoo.org> php-5.5.0.ebuild,
  php-5.5.0_rc3.ebuild, php-5.5.1-r1.ebuild, php-5.5.1.ebuild:
  Whitespace

  13 Aug 2013; Agostino Sarubbo <ago@gentoo.org> php-5.5.1.ebuild:
  Stable for x86, wrt bug #480460

  13 Aug 2013; Agostino Sarubbo <ago@gentoo.org> php-5.5.1.ebuild:
  Stable for amd64, wrt bug #480460

  06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.27.ebuild,
  php-5.4.16.ebuild:
  Stable for s390, wrt bug #472558

  31 Jul 2013; Jeroen Roovers <jer@gentoo.org> php-5.3.27.ebuild,
  php-5.4.17.ebuild:
  Stable for HPPA (bug #472558).

*php-5.4.13 (28 Jul 2013)
*php-5.3.23 (28 Jul 2013)

  28 Jul 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.3.23.ebuild,
  +php-5.4.13.ebuild:
  Revert a really bad cleanup

*php-5.4.16 (28 Jul 2013)

  28 Jul 2013; Patrick Lauer <patrick@gentoo.org> +php-5.4.16.ebuild:
  QA: Restore stable hppa keyword

*php-5.5.1-r1 (27 Jul 2013)

  27 Jul 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.5.1-r1.ebuild:
  Revbump providing preliminary systemd support

*php-5.5.1-r1 (27 Jul 2013)

  27 Jul 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.5.1-r1.ebuild,
  -php-5.3.23.ebuild, -php-5.3.26.ebuild, -php-5.4.13.ebuild,
  -php-5.4.16.ebuild:
  Removing older ebuilds

  22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.27.ebuild,
  php-5.4.17.ebuild:
  Stable for sparc, wrt bug #472558

  21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.27.ebuild,
  php-5.4.17.ebuild:
  Stable for sh, wrt bug #472558

*php-5.5.1 (19 Jul 2013)

  19 Jul 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.5.1.ebuild:
  Version bump

  14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.27.ebuild,
  php-5.4.17.ebuild:
  Stable for arm, wrt bug #472558

  14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.27.ebuild,
  php-5.4.17.ebuild:
  Stable for alpha, wrt bug #472558

  13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.27.ebuild:
  Stable for amd64 x86 ia64 ppc ppc64 wrt to bug #472558

  13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.26.ebuild,
  php-5.4.17.ebuild:
  Stable for ppc64, wrt bug #472558

*php-5.3.27 (13 Jul 2013)

  13 Jul 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.3.27.ebuild:
  Version bump

  13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.26.ebuild,
  php-5.4.17.ebuild:
  Stable for ppc, wrt bug #472558

  07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.26.ebuild,
  php-5.4.17.ebuild:
  Stable for ia64, wrt bug #472558

  07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> php-5.4.17.ebuild:
  Stable for x86, wrt bug #472558

  07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> php-5.4.17.ebuild:
  Stable for amd64, wrt bug #472558

  07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.26.ebuild,
  php-5.4.16.ebuild:
  Stable for x86, wrt bug #472558

  07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.26.ebuild,
  php-5.4.16.ebuild:
  Stable for amd64, wrt bug #472558

  06 Jul 2013; Jeroen Roovers <jer@gentoo.org> php-5.3.26.ebuild,
  php-5.4.16.ebuild:
  Stable for HPPA (bug #472558).

*php-5.4.17 (05 Jul 2013)

  05 Jul 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.4.17.ebuild:
  Version bump

*php-5.5.0 (20 Jun 2013)

  20 Jun 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.5.0.ebuild:
  Version bump

  07 Jun 2013; Ole Markus With <olemarkus@gentoo.org> -php-5.3.24.ebuild,
  -php-5.3.25.ebuild, -php-5.4.14.ebuild, -php-5.4.15.ebuild,
  -php-5.5.0_beta4.ebuild, -php-5.5.0_rc1.ebuild, -php-5.5.0_rc2.ebuild:
  Removing older versions

*php-5.3.26 (07 Jun 2013)
*php-5.4.16 (07 Jun 2013)
*php-5.5.0_rc3 (07 Jun 2013)

  07 Jun 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.3.26.ebuild,
  +php-5.4.16.ebuild, +php-5.5.0_rc3.ebuild, php-5.3.25.ebuild:
  Version bump

*php-5.5.0_rc2 (05 Jun 2013)

  05 Jun 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.5.0_rc2.ebuild:
  Version bump

  15 May 2013; Patrick Lauer <patrick@gentoo.org> metadata.xml:
  Fix metadata.xml

*php-5.5.0_rc1 (13 May 2013)
*php-5.3.25 (13 May 2013)
*php-5.4.15 (13 May 2013)

  13 May 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.3.25.ebuild,
  +php-5.4.15.ebuild, +php-5.5.0_rc1.ebuild, metadata.xml:
  Version bumps. xsl USE flag has been renamed to xslt.

  28 Apr 2013; Zac Medico <zmedico@gentoo.org> php-5.3.23.ebuild,
  php-5.3.24.ebuild, php-5.4.13.ebuild, php-5.4.14.ebuild,
  php-5.5.0_beta4.ebuild:
  Bug #467648 - Refer to /etc/portage/make.conf, not /etc/make.conf.

  25 Apr 2013; Ian Stakenvicius <axs@gentoo.org> ChangeLog:
  updated manifest for php-5.5.0_beta4 , per bug #467232

  25 Apr 2013; Ole Markus With <olemarkus@gentoo.org> -php-5.3.18.ebuild,
  -php-5.4.8.ebuild, -php-5.5.0_beta3.ebuild:
  Removing older versions

*php-5.5.0_beta4 (25 Apr 2013)

  25 Apr 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.5.0_beta4.ebuild:
  Bump php 5.5 beta

  13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.23.ebuild,
  php-5.4.13.ebuild:
  Stable for s390, wrt bug #459904

  11 Apr 2013; Ole Markus With <olemarkus@gentoo.org> -php-5.3.23-r1.ebuild,
  -php-5.3.23-r2.ebuild, -php-5.4.13-r2.ebuild, -php-5.4.13-r3.ebuild:
  Removing older unstable versions

*php-5.4.14 (11 Apr 2013)
*php-5.3.24 (11 Apr 2013)

  11 Apr 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.3.24.ebuild,
  +php-5.4.14.ebuild:
  Version bump for 5.4 and 5.3

  11 Apr 2013; Ole Markus With <olemarkus@gentoo.org>
  -php-5.5.0_beta1-r1.ebuild, -php-5.5.0_beta1-r2.ebuild,
  -php-5.5.0_beta1-r3.ebuild, -php-5.5.0_beta1.ebuild,
  -php-5.5.0_beta2-r1.ebuild, -php-5.5.0_beta2-r2.ebuild,
  -php-5.5.0_beta2-r3.ebuild, -php-5.5.0_beta2-r4.ebuild,
  -php-5.5.0_beta2.ebuild:
  Removing betas

*php-5.5.0_beta3 (11 Apr 2013)

  11 Apr 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.5.0_beta3.ebuild:
  Bump of 5.5 beta

*php-5.5.0_beta2-r4 (06 Apr 2013)

  06 Apr 2013; Ole Markus With <olemarkus@gentoo.org>
  +files/iodbc-pkgconfig.patch, +php-5.5.0_beta2-r4.ebuild:
  Use pkg-config for iodbc dependencies. Bug 464300

  02 Apr 2013; Fabian Groffen <grobian@gentoo.org> php-5.4.13-r3.ebuild,
  php-5.5.0_beta2-r3.ebuild:
  Fix compilation with USE=iconv for non-glibc platforms, bug #419525

  02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.23.ebuild,
  php-5.4.13.ebuild:
  Stable for sparc, wrt bug #459904

  02 Apr 2013; Ole Markus With <olemarkus@gentoo.org>
  +files/fix-libstdc++-underlinking.patch, php-5.3.23-r2.ebuild:
  Fix underlinking of libstdc++. Bug 463498

  01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.23.ebuild,
  php-5.4.13.ebuild:
  Stable for ia64, wrt bug #459904

*php-5.3.23-r2 (01 Apr 2013)
*php-5.5.0_beta2-r3 (01 Apr 2013)
*php-5.4.13-r3 (01 Apr 2013)

  01 Apr 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.3.23-r2.ebuild,
  +php-5.4.13-r3.ebuild, +php-5.5.0_beta2-r3.ebuild:
  Revbump removing the doc USE flag

  31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.23.ebuild,
  php-5.4.13.ebuild:
  Stable for sh, wrt bug #459904

*php-5.5.0_beta2-r2 (31 Mar 2013)

  31 Mar 2013; Ole Markus With <olemarkus@gentoo.org>
  +php-5.5.0_beta2-r2.ebuild, php-5.5.0_beta2-r1.ebuild:
  Fixed using mysqlnd by default also for mysqli. (Bug 463950)

  30 Mar 2013; Ole Markus With <olemarkus@gentoo.org>
  +files/stricter-libc-client-symlink-check.patch, php-5.5.0_beta2-r1.ebuild:
  Bugfix for 463800

*php-5.5.0_beta2-r1 (29 Mar 2013)

  29 Mar 2013; Ole Markus With <olemarkus@gentoo.org>
  +php-5.5.0_beta2-r1.ebuild, metadata.xml:
  Flip libmysqlclient and mysqlnd so that mysqlnd is enabed by default

*php-5.5.0_beta2 (28 Mar 2013)

  28 Mar 2013; Ole Markus With <olemarkus@gentoo.org>
  +files/all_mysql_socket_location-gentoo.patch,
  +files/all_strict_aliasing.patch, +php-5.5.0_beta2.ebuild:
  Bumping php 5.5 to beta2. Also does proper install of opcache using ext and
  ext-active

*php-5.5.0_beta1-r3 (25 Mar 2013)

  25 Mar 2013; Ole Markus With <olemarkus@gentoo.org>
  +files/bison_any_version.patch, +files/bison_build_2.patch,
  +php-5.5.0_beta1-r3.ebuild:
  Revbump that possibly fixes bug 462652

  23 Mar 2013; Ole Markus With <olemarkus@gentoo.org> metadata.xml:
  Removing suhosin USE flag description from metadata.xml

*php-5.4.13-r2 (23 Mar 2013)
*php-5.5.0_beta1-r2 (23 Mar 2013)
*php-5.3.23-r1 (23 Mar 2013)

  23 Mar 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.3.23-r1.ebuild,
  +php-5.4.13-r2.ebuild, +php-5.5.0_beta1-r2.ebuild:
  Revbumps. Resolving bug 323783, 389805 and 412913

  23 Mar 2013; Jeroen Roovers <jer@gentoo.org> php-5.3.23.ebuild,
  php-5.4.13.ebuild:
  Stable for HPPA (bug #459904).

  23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.23.ebuild,
  php-5.4.13.ebuild:
  Stable for arm, wrt bug #459904

  23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.23.ebuild,
  php-5.4.13.ebuild:
  Stable for alpha, wrt bug #459904

  23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.23.ebuild,
  php-5.4.13.ebuild:
  Stable for ppc64, wrt bug #459904

  23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.23.ebuild,
  php-5.4.13.ebuild:
  Stable for ppc, wrt bug #459904

  23 Mar 2013; Ole Markus With <olemarkus@gentoo.org>
  +files/missing-openssl-include.patch, php-5.3.23.ebuild, php-5.4.13.ebuild:
  Added patch for bug 455040

  23 Mar 2013; Ole Markus With <olemarkus@gentoo.org> -php-5.3.20.ebuild,
  -php-5.3.21-r1.ebuild, -php-5.3.21-r2.ebuild, -php-5.3.22.ebuild,
  -php-5.4.10.ebuild, -php-5.4.11-r1.ebuild, -php-5.4.11-r2.ebuild,
  -php-5.4.12.ebuild:
  Removing older versions

*php-5.5.0_beta1-r1 (23 Mar 2013)

  23 Mar 2013; Ole Markus With <olemarkus@gentoo.org>
  +php-5.5.0_beta1-r1.ebuild:
  Revbump fixing bug 462724

  22 Mar 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.23.ebuild,
  php-5.4.13.ebuild:
  Stable for x86, wrt bug #459904

  22 Mar 2013; Agostino Sarubbo <ago@gentoo.org> php-5.3.23.ebuild,
  php-5.4.13.ebuild:
  Stable for amd64, wrt bug #459904

  21 Mar 2013; Ole Markus With <olemarkus@gentoo.org> -php-5.5.0_alpha2.ebuild,
  -php-5.5.0_alpha4.ebuild, -php-5.5.0_alpha6.ebuild:
  Removing php 5.5 alphas

*php-5.5.0_beta1 (21 Mar 2013)

  21 Mar 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.5.0_beta1.ebuild,
  metadata.xml, php-5.5.0_alpha6.ebuild:
  First beta of php 5.5

*php-5.5.0_alpha6 (15 Mar 2013)
*php-5.4.13 (15 Mar 2013)
*php-5.3.23 (15 Mar 2013)

  15 Mar 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.3.23.ebuild,
  +php-5.4.13.ebuild, +php-5.5.0_alpha6.ebuild:
  Version bump. Removes kolab support (bug #416859). Pic built unconditionally
  for all shared objects (bug 354695)

*php-5.3.22 (04 Mar 2013)
*php-5.4.12 (04 Mar 2013)

  04 Mar 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.3.22.ebuild,
  +php-5.4.12.ebuild:
  5.4 and 5.3 version bump

*php-5.5.0_alpha4 (07 Feb 2013)
*php-5.4.11-r2 (07 Feb 2013)
*php-5.3.21-r2 (07 Feb 2013)

  07 Feb 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.3.21-r2.ebuild,
  +php-5.4.11-r2.ebuild, +php-5.5.0_alpha4.ebuild:
  Add subslot dependency of dev-lang/icu. Bug #455900

*php-5.4.11-r1 (28 Jan 2013)
*php-5.3.21-r1 (28 Jan 2013)

  28 Jan 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.3.21-r1.ebuild,
  +php-5.4.11-r1.ebuild:
  Let USE='-mysql mysqlnd pdo' build pdo extension without building the to-be-
  deprecated mysql extension. Bug 454020

  09 Jan 2013; Ole Markus With <olemarkus@gentoo.org> -php-5.3.15.ebuild,
  -php-5.3.19.ebuild, -php-5.4.5.ebuild, -php-5.4.6.ebuild, -php-5.4.9.ebuild,
  -php-5.5.0_alpha1.ebuild:
  Cleanup of php versions

  01 Jan 2013; Raúl Porcel <armin76@gentoo.org> php-5.3.18.ebuild:
  s390/sh stable wrt #447012

  01 Jan 2013; Raúl Porcel <armin76@gentoo.org> php-5.4.6.ebuild,
  php-5.4.8.ebuild:
  s390/sh stable wrt #427024

*php-5.5.0_alpha2 (01 Jan 2013)
*php-5.4.10 (01 Jan 2013)
*php-5.3.20 (01 Jan 2013)

  01 Jan 2013; Ole Markus With <olemarkus@gentoo.org> +php-5.3.20.ebuild,
  +php-5.4.10.ebuild, +php-5.5.0_alpha2.ebuild:
  Version bumps

  01 Jan 2013; Andreas K. Huettel <dilfridge@gentoo.org> +ChangeLog-2012:
  Split ChangeLog.

  For previous entries, please see ChangeLog-2012.