Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 9271

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>New Extensions</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="migration53.methods.html">New Methods</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="migration53.removed-extensions.html">Removed Extensions</a></div>
 <div class="up"><a href="migration53.html">Migrating from PHP 5.2.x to PHP 5.3.x</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="migration53.new-extensions" class="section">
  <h2 class="title">New Extensions</h2>
  <p class="simpara">
   The following new extensions are added (by default) as of PHP 5.3.0:
  </p>
  <ul class="itemizedlist">
   <li class="listitem">
    <span class="simpara">
     <a href="book.enchant.html" class="link">Enchant</a>
     - An abstraction layer above various spelling libraries
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">
     <a href="book.fileinfo.html" class="link">Fileinfo</a>
     - An improved and more solid replacement, featuring full BC, for the 
     <a href="book.mime-magic.html" class="link">Mimetype</a> extension, which has been
     removed.
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">
     <a href="book.intl.html" class="link">INTL</a>
     - Internationalization extension. INTL is a wrapper around the 
     <a href="http://www.icu-project.org/" class="link external">&raquo;&nbsp;ICU</a> library.
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">
     <a href="book.phar.html" class="link">Phar</a>
     - Implementation of PHP-Archive files.
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">
     <a href="book.sqlite3.html" class="link">SQLite3</a>
     - Support for SQLite version 3 databases.
    </span>
   </li>
  </ul>
  <p class="simpara">
   mysqlnd is a new core library shipped with PHP. It is a PHP-specific
   replacement for libmysqlclient. mysqlnd will be used to build the 
   <a href="book.mysql.html" class="link">mysql</a>,
   <a href="book.mysqli.html" class="link">mysqli</a> 
   and <a href="ref.pdo-mysql.html" class="link">PDO_MySQL</a> extensions if libmysqlclient
   isn&#039;t found on the system. It may also  be used instead of libmysqlclient even when
   libmysqlclient is present. mysqlnd is recommended for all PHP installations for
   performance reasons.
  </p>
 </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="migration53.methods.html">New Methods</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="migration53.removed-extensions.html">Removed Extensions</a></div>
 <div class="up"><a href="migration53.html">Migrating from PHP 5.2.x to PHP 5.3.x</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>