@@ -16,6 +16,71 @@ function release_date($in) {
1616?>
1717
1818<h1>PHP 5 ChangeLog</h1>
19+ <section class="version" id="5.5.13"><!-- {{{ 5.5.13 -->
20+ <h3>Version 5.5.13</h3>
21+ <?php release_date('29-May-2014'); ?>
22+ <ul><li>CLI server:
23+ <ul>
24+ <li><?php bugfix(67079); ?> (Missing MIME types for XML/XSL files).</li>
25+ </ul></li>
26+ <ul><li>COM:
27+ <ul>
28+ <li><?php bugfix(66431); ?> (Special Character via COM Interface (CP_UTF8)).</li>
29+ </ul></li>
30+ <ul><li>Core:
31+ <ul>
32+ <li><?php bugfix(65701); ?> (copy() doesn't work when destination filename is created
33+ by tempnam()).</li>
34+ <li><?php bugfix(67072); ?> (Echoing unserialized "SplFileObject" crash).</li>
35+ <li><?php bugfix(67245); ?> (usage of memcpy() with overlapping src and dst in
36+ zend_exceptions.c).</li>
37+ <li><?php bugfix(67247); ?> (spl_fixedarray_resize integer overflow).</li>
38+ <li><?php bugfix(67249); ?> (printf out-of-bounds read).</li>
39+ <li><?php bugfix(67250); ?> (iptcparse out-of-bounds read).</li>
40+ </ul></li>
41+ <li>cURL:
42+ <ul>
43+ <li><?php bugfix(64247); ?> (CURLOPT_INFILE doesn't allow reset).</li>
44+ </ul></li>
45+ <li>Date:
46+ <ul>
47+ <li><?php bugfix(67118); ?> (DateTime constructor crash with invalid data).</li>
48+ <li><?php bugfix(67251); ?> (date_parse_from_format out-of-bounds read).</li>
49+ <li><?php bugfix(67253); ?> (timelib_meridian_with_check out-of-bounds read).</li>
50+ </ul></li>
51+ <li>DOM:
52+ <ul>
53+ <li><?php bugfix(67081); ?> (DOMDocumentType->internalSubset returns entire DOCTYPE tag,
54+ not only the subset).</li>
55+ </ul></li>
56+ <li>Fileinfo:
57+ <ul>
58+ <li><?php bugfix(66307); ?> (Fileinfo crashes with powerpoint files).</li>
59+ <li><?php bugfix(67327); ?> (CDF infinite loop in nelements DoS) (CVE-2014-0238).</li>
60+ <li><?php bugfix(67328); ?> (numerous file_printf calls resulting in
61+ performance degradation) (CVE-2014-0237).</li>
62+ </ul></li>
63+ <li>FPM:
64+ <ul>
65+ <li><?php bugfix(66908); ?> (php-fpm reload leaks epoll_create() file descriptor).</li>
66+ </ul></li>
67+ <li>GD:
68+ <ul>
69+ <li><?php bugfix(67248); ?> (imageaffinematrixget missing check of parameters).</li>
70+ </ul></li>
71+ <li>PCRE:
72+ <ul>
73+ <li><?php bugfix(67248); ?> Ungreedy and min/max quantifier bug, applied patch
74+ from the upstream.</li>
75+ </ul></li>
76+ <li>Phar:
77+ <ul>
78+ <li><?php bugfix(64498); ?> ($phar->buildFromDirectory can't compress file with an accent
79+ in its name).</li>
80+ </ul></li>
81+ </ul>
82+ <!-- }}} --></section>
83+
1984<section class="version" id="5.5.12"><!-- {{{ 5.5.12 -->
2085<h3>Version 5.5.12</h3>
2186<?php release_date('1-May-2014'); ?>
0 commit comments