[nycphp-talk] Which MySQL API?
justin
justin at justinhileman.info
Mon Feb 24 22:41:54 EST 2014
ᐧ
On Mon, Feb 24, 2014 at 7:34 PM, David Krings <ramons at gmx.net> wrote:
> Regular MySQL depricated? Can anyone elaborate on this? Is that to be
> understood as that the drivers for MySQL in PHP will go away eventually?
>
The "regular" MySQL library has been deprecated, meaning all of the
functions that start with mysql_*
That's these guys:
http://us2.php.net/manual/en/book.mysql.php
They've been replaced by one of two things: the MySQL PDO driver, or the
mysqli_* functions:
http://us2.php.net/manual/en/ref.pdo-mysql.php
http://us2.php.net/manual/en/book.mysqli.php
--justin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20140224/4d2ebd10/attachment.html>
More information about the talk
mailing list