?>
 (Segfault in curl_multi_exec).</li>
  <li>Removed support for unsafe file uploads.</li>
  <li><?php 
bugfix(69831);
?>
 (Segmentation fault in curl_getinfo).</li>
</ul></li>
<li>Date:
<ul>
  <li>Fixed day_of_week function as it could sometimes return negative values internally.</li>
  <li>Removed $is_dst parameter from mktime() and gmmktime().</li>
  <li>Removed date.timezone warning (https://wiki.php.net/rfc/date.timezone_warning_removal).</li>
  <li>Added "v" DateTime format modifier to get the 3-digit version of fraction of seconds.</li>
  <li>Implemented FR <?php 
bugl(69089);
?>
: Added DateTime::RFC3339_EXTENDED to output in RFC3339 Extended format which includes fraction of seconds.</li>
</ul></li>
<li>DBA:
<ul>
  <li><?php 
bugfix(62490);
?>
 (dba_delete returns true on missing item (inifile)).</li>
  <li><?php 
bugfix(68711);
?>
 (useless comparisons).</li>
</ul></li>
<li>DOM:
?>
 (extract() turns array elements to references).</li>
  <li><?php 
bugfix(70211);
?>
 (php 7 ZEND_HASH_IF_FULL_DO_RESIZE use after free).</li>
  <li><?php 
bugfix(70208);
?>
 (Assert breaking access on objects).</li>
  <li><?php 
bugfix(70140);
?>
 (str_ireplace/php_string_tolower - Arbitrary Code Execution).</li>
  <li>Implemented FR <?php 
bugl(70112);
?>
 (Allow "dirname" to go up various times).</li>
  <li><?php 
bugfix(36365);
?>
 (scandir duplicates file name at every 65535th file).</li>
  <li><?php 
bugfix(70096);
?>
 (Repeated iptcembed() adds superfluous FF bytes).</li>
  <li><?php 
bugfix(70018);
?>
 (exec does not strip all whitespace).</li>
  <li><?php 
<li>Fixed warning when shutting down OCINLogon() connections. (Thies)</li>
<li>Fixed \n in session variables bug on Win32 (Stas)</li>
<li>OCIError() would sometimes not report failed connections. (Thies)</li>
<li>Fixed HEAD request bug on an Apache ErrorDocument redirect and preserve
  the status code across the redirect as well.  (Rasmus)</li>
<li>Added Olympus-specific tags to read_exif_data() (Rasmus)</li>
<li>Fixed bug in imap_fetchheader() where using FT_PREFETCHTEXT didn't return
  the body. Bug <?php 
bugl(4447);
?>
. (Jani)</li>
<li>Fixed exec() returning "\0" when output is empty</li>
<li>Added XML_Parser class in PEAR (Stig)</li>
<li>Added "make test" target in pear/ and added some regression tests (Stig)</li>
<li>Fixed bug in strip_tags function as per bug <?php 
bugl(5857);
?>
 (Rasmus)</li>
<li>Fixed reading of IPTC via GetImageInfo() for certain JPEG files. (Thies)</li>
<li>Improved the output-buffering functions to be re-entrant (Zeev)</li>
<li>Made ldap_add(), ldap_modify(), ldap_mod_add(), ldap_mod_replace()
  binary-safe. Original patch: Terrence Miao &lt;terrence_miao@email.com&gt; (Jani)</li>
<li>CGI aka. command line version has now an option '-l' for syntax check
  without execution (Hartmut)</li>
<li>Fixed bug in ldap_get_values_len() which makes it NULL-safe. (Jani)</li>
<li>Bug-report and fix submitted by Michel Alexeline &lt;alexel@dr15.cnrs.fr&gt;</li>
<li>Make ext_skel create a Makefile.in set up to handle shared extension
  support automatically (Rasmus)</li>
<li>Fixed php_realpath not to die on non-existing files (needed for touch())
  (Stas and china@thewrittenword.com)</li>
<li>Fixed get_browser() function (Stas)</li>
function peclbugfix($number)
{
    echo "Fixed PECL bug ";
    bugl($number);
}
function bugfix($number)
{
    echo "Fixed bug ";
    bugl($number);
}