diff options
author | Adam Harvey <aharvey@php.net> | 2012-12-11 09:08:07 +0800 |
---|---|---|
committer | Adam Harvey <aharvey@php.net> | 2012-12-11 09:08:07 +0800 |
commit | ec83534d88da4c96777b86d8db7fd20a52ed012e (patch) | |
tree | 196da0df018b7e76f215c8b0f8b609f3634ffaf0 /NEWS | |
parent | b7091aaf0137d97cf4aa4a402ec50b3946d369c0 (diff) | |
download | php-git-ec83534d88da4c96777b86d8db7fd20a52ed012e.tar.gz |
Tinker with the wording of the MySQL deprecation news post.
I know that in general NEWS is a very punchy "this is what happened" log, but
Chris e-mailed me off-list to ask if it could be added to avoid any FUD — this
merely brings the NEWS post into line with UPGRADING, the migration guide, and
every other piece of advice we're giving out.
I also forgot to add the RFC URL last night, so added that.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -166,7 +166,8 @@ PHP NEWS - MySQL . This extension is now deprecated, and deprecation warnings will be generated when connections are established to databases via mysql_connect(), - mysql_pconnect(), or through implicit connection. (Adam) + mysql_pconnect(), or through implicit connection: use MySQLi or PDO_MySQL + instead (https://wiki.php.net/rfc/mysql_deprecation). (Adam) - MySQLi . Dropped support for LOAD DATA LOCAL INFILE handlers when using libmysql. |