From c72fae7864c68cb82c0aeb86d40711679f295980 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Wed, 2 May 2018 22:04:49 +0000 Subject: [PATCH] In the "Internal (built-in) functions" I changed mysql_connect to mysqli_connect -- Provided by anonymous 90612 (bounya9mehdi@gmail.com) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344927 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/functions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/functions.xml b/language/functions.xml index 828bc2df23..c7f2ffcff6 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -1282,8 +1282,8 @@ $func(); // prints "bar" as of PHP 7.0.0; prior, it raised a fatal error image functions such as imagecreatetruecolor, PHP must be compiled with GD support. Or, to use - mysql_connect, PHP must be compiled with - MySQL support. There are many core functions + mysqli_connect, PHP must be compiled with + MySQLi support. There are many core functions that are included in every version of PHP, such as the string and variable functions. A call