diff --git a/reference/mysqlnd_uh/functions/mysqlnd-uh-convert-to-mysqlnd.xml b/reference/mysqlnd_uh/functions/mysqlnd-uh-convert-to-mysqlnd.xml index 03800ebe30..67450519bd 100644 --- a/reference/mysqlnd_uh/functions/mysqlnd-uh-convert-to-mysqlnd.xml +++ b/reference/mysqlnd_uh/functions/mysqlnd-uh-convert-to-mysqlnd.xml @@ -42,12 +42,6 @@ A MySQL connection handle of type mysql, mysqli or PDO_MySQL. - - - The MySQL connection handle can be of no other type but mysqli - if using PHP < 5.4.0. - - @@ -60,6 +54,32 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.4.0 + + The mysql_connection parameter can now be of type + mysql, PDO_MySQL, or mysqli. + Before, only the mysqli type was allowed. + + + + + + + + &reftitle.examples;