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:
Pasindu De Silva 2015-07-23 15:14:01 +00:00
parent 2bee52c6e2
commit f4f505e665

View file

@ -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>.