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