phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/inc class.network.inc.php,1.8,1.8.2.1


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.network.inc.php,1.8,1.8.2.1
Date: Sun, 14 Apr 2002 22:26:16 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv6804/phpgwapi/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.network.inc.php 
Log Message:
Fixed Call-by-reference.

Index: class.network.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.network.inc.php,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -r1.8 -r1.8.2.1
*** class.network.inc.php       23 Sep 2001 19:41:20 -0000      1.8
--- class.network.inc.php       15 Apr 2002 02:26:14 -0000      1.8.2.1
***************
*** 78,86 ****
                        if(floor(phpversion()) == 4)
                        {
!                               $this->socket = 
fsockopen($server,$port,&$errcode,&$errmsg,$timeout);
                        }
                        else
                        {
!                               $this->socket = 
fsockopen($server,$port,&$errcode,&$errmsg);
                        }
                        if (!$this->socket)
--- 78,86 ----
                        if(floor(phpversion()) == 4)
                        {
!                               $this->socket = 
fsockopen($server,$port,$errcode,$errmsg,$timeout);
                        }
                        else
                        {
!                               $this->socket = 
fsockopen($server,$port,$errcode,$errmsg);
                        }
                        if (!$this->socket)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]