From bd8256905637720c0a55f1e31bb2decd455dcbfd Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 27 Apr 2012 05:59:40 +0000 Subject: [PATCH] Moved change history to a changelog section git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325472 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../mysqlnd-uh-convert-to-mysqlnd.xml | 32 +++++++++++++++---- 1 file changed, 26 insertions(+), 6 deletions(-) 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;