mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Updated database FAQ
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337228 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2bee52c6e2
commit
f4f505e665
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@
|
|||
<para>
|
||||
There are three MySQL extensions, as described under the
|
||||
<link linkend="mysqlinfo.api.choosing">Choosing a MySQL API</link> section. The old API
|
||||
should not be used, and one day it will be deprecated and eventually removed from PHP.
|
||||
should not be used, it is deprecated as of PHP 5.5.0 and one day it will eventually be removed from PHP.
|
||||
It is a popular extension so this will be a slow process, but you are strongly encouraged
|
||||
to write all new code with either <link linkend="book.mysqli">mysqli</link> or
|
||||
<link linkend="ref.pdo-mysql">PDO_MySQL</link>.
|
||||
|
|
Loading…
Reference in a new issue