示例#1
0
<li>Added input filter support. See README.input_filter for more info. (Rasmus)</li>
<li>Added a replace count for str_[i]replace(), see <?php 
bugl(8218);
?>
. (Sara)</li>
<li>Fixed is_executable() to be available also on Windows. (Shane)</li>
<li>Fixed dirname() and strip_tags() to be binary-safe. (Moriyoshi)</li>
<li><?php 
bugfix(24098);
?>
 (crash in pathinfo()). (Ilia)</li>
<li><?php 
bugfix(21985);
?>
 and <?php 
bugl(22064);
?>
 (various mb_send_mail() issues). (Moriyoshi)</li>
<li><?php 
bugfix(21600);
?>
 (Assign by reference function call changes variable
contents). (Zeev)</li>
</ul>
<!-- }}} -->

<?php 
site_footer();
?>

示例#2
0
  <li>Removed set_socket_blocking() in favor of its alias stream_set_blocking().</li>
</ul></li>
<li>XSL:
<ul>
  <li><?php 
bugfix(64776);
?>
 (The XSLT extension is not thread safe).</li>
  <li>Removed xsl.security_prefs ini option.</li>
</ul></li>
<li>Zlib:
<ul>
  <li>Added deflate_init(), deflate_add(), inflate_init(), inflate_add() functions allowing incremental/streaming compression/decompression.</li>
</ul></li>
<li>Zip:
<ul>
  <li>Added ZipArchive::setCompressionName and ZipArchive::setCompressionIndex methods.</li>
  <li>Update bundled libzip to 1.0.1.</li>
  <li><?php 
bugfix(67161);
?>
 (ZipArchive::getStream() returns NULL for certain file).</li>
</ul></li>
</ul>
<!-- }}} --></section>

<?php 
site_footer();
?>

示例#3
0
bugl(18167);
?>
 and <?php 
bugl(16859);
?>
 (SEGV with session_decode). (Ilia)</li>
<li>Fixed bugs <?php 
bugl(19573);
?>
 and <?php 
bugl(13472);
?>
 (Session, XHTML compliance and trans_sid). 
  (Sascha)</li>
<li><?php 
bugfix(19570);
?>
 (last character was missing in get_html_translation_table). 
  (Wez)</li>
<li>Upgraded PCRE to version 3.9. (Wez)</li>
<li>Fixed bug in OCIResult() which returned garbage when called on 
  empty result-sets. (Thies)</li>
<li>Added ability to use Perl-style ${n} subpattern references in the
  replacement string for preg_replace() (bug <?php 
bugl(18442);
?>
). (Andrei)</li>
<li>Fixed array_merge_recursive() to avoid problems with merging cyclical
  arrays (bug <?php 
bugl(16064);
?>