Skip to content

Commit ec83534

Browse files
committed
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.
1 parent b7091aa commit ec83534

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ PHP NEWS
166166
- MySQL
167167
. This extension is now deprecated, and deprecation warnings will be generated
168168
when connections are established to databases via mysql_connect(),
169-
mysql_pconnect(), or through implicit connection. (Adam)
169+
mysql_pconnect(), or through implicit connection: use MySQLi or PDO_MySQL
170+
instead (https://wiki.php.net/rfc/mysql_deprecation). (Adam)
170171

171172
- MySQLi
172173
. Dropped support for LOAD DATA LOCAL INFILE handlers when using libmysql.

0 commit comments

Comments
 (0)