PHP Doku:: New Extensions - migration53.new-extensions.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchAppendicesMigrating from PHP 5.2.x to PHP 5.3.xNew Extensions

Ein Service von Reinhard Neidl - Webprogrammierung.

Migrating from PHP 5.2.x to PHP 5.3.x

<<New Methods

Removed Extensions>>

New Extensions

The following new extensions are added (by default) as of PHP 5.3.0:

mysqlnd is a new core library shipped with PHP. It is a PHP-specific replacement for libmysql. mysqlnd will be used to build the mysql, mysqli and PDO_MySQL extensions if libmysql isnt found on the system. It may also be used instead of libmysql even when libmysql is present. mysqlnd is recommended for all PHP installations for performance reasons.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)