Source of: /manual/en/migration51.changes.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/migration51.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'migration51.changes.php',
1 => 'Key PHP 5.1.x features',
),
'up' =>
array (
0 => 'migration51.php',
1 => 'Migrating from PHP 5.0.x to PHP 5.1.x',
),
'prev' =>
array (
0 => 'migration51.php',
1 => 'Migrating from PHP 5.0.x to PHP 5.1.x',
),
'next' =>
array (
0 => 'migration51.references.php',
1 => 'Changes in reference handling',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="migration51.changes" class="section">
<h2 class="title">Key PHP 5.1.x features</h2>
<p class="para">
Some of the key features of PHP 5.1.x include:
</p>
<ul class="itemizedlist">
<li class="listitem">
<p class="para">
A complete rewrite of date handling code, with improved timezone support.
</p>
</li>
<li class="listitem">
<p class="para">
Significant performance improvements compared to PHP 5.0.X.
</p>
</li>
<li class="listitem">
<p class="para">
PDO extension is now enabled by default.
</p>
</li>
<li class="listitem">
<p class="para">
Over 30 new functions in various extensions and built-in functionality.
</p>
</li>
<li class="listitem">
<p class="para">
Over 400 various bug fixes.
</p>
</li>
</ul>
</div><?php manual_footer(); ?>