From 0e4b458b9259b4c434ef8a86f9e62dfa2ffaa94f Mon Sep 17 00:00:00 2001 From: Daniel Convissor Date: Sun, 15 Mar 2009 15:32:54 +0000 Subject: [PATCH] * Indicate that empty constrcutor is like calling mysqli_init(). Bug 38998. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277201 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli/connect.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reference/mysqli/mysqli/connect.xml b/reference/mysqli/mysqli/connect.xml index 36186542c8..5b0c2195f4 100644 --- a/reference/mysqli/mysqli/connect.xml +++ b/reference/mysqli/mysqli/connect.xml @@ -1,5 +1,5 @@ - + mysqli::__construct @@ -246,6 +246,12 @@ Success... MySQL host info: localhost via TCP/IP mysqli_real_connect must be used instead. + + + Calling the constructor with no parameters is the same as calling + mysqli_init. + + Error "Can't create TCP/IP socket (10106)" usually means that the