From 9a85a944d8ed79a9f006873be5c5f762e037ccbf Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 15 Apr 2019 17:14:11 +0200 Subject: s/mysql_connect()/mysqli_connect() in php.ini --- php.ini-development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'php.ini-development') diff --git a/php.ini-development b/php.ini-development index 5883743e53..1ba130de34 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1186,11 +1186,11 @@ mysqli.default_port = 3306 ; http://php.net/mysqli.default-socket mysqli.default_socket = -; Default host for mysql_connect() (doesn't apply in safe mode). +; Default host for mysqli_connect() (doesn't apply in safe mode). ; http://php.net/mysqli.default-host mysqli.default_host = -; Default user for mysql_connect() (doesn't apply in safe mode). +; Default user for mysqli_connect() (doesn't apply in safe mode). ; http://php.net/mysqli.default-user mysqli.default_user = -- cgit v1.2.1