From 23652e7aa9d25eb0438a862b32ea66e328c9572c Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Wed, 20 Mar 2002 19:15:05 +0000 Subject: [PATCH] inserted ucn (valid return values when connect failed) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74338 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ircg.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/functions/ircg.xml b/functions/ircg.xml index 581661f5e5..5d7969cc9e 100644 --- a/functions/ircg.xml +++ b/functions/ircg.xml @@ -1,5 +1,5 @@ - + IRC Gateway Functions IRC Gateway @@ -84,6 +84,10 @@ any hostname lookups and will only accept IP addresses in numerical form. + + Currently ircg_pconnect always returns a valid + handle, even if the connection failed. +