Changeset 8273 for temp/trunk/data/module
- Timestamp:
- 2006/11/13 15:06:33 (20 years ago)
- Location:
- temp/trunk/data/module
- Files:
-
- 2 edited
-
Net/Socket.php (modified) (1 diff)
-
Request.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/Net/Socket.php
r8270 r8273 106 106 } 107 107 108 sfprintr($addr); 108 109 if (!$addr) { 109 110 return $this->raiseError('$addr cannot be empty'); -
temp/trunk/data/module/Request.php
r8272 r8273 672 672 $this->_notify('connect'); 673 673 $this->_sock =& new Net_Socket(); 674 sfprintr($this->_sock); 675 674 676 $err = $this->_sock->connect($host, $port, null, $this->_timeout, $this->_socketOptions); 675 677 } 676 678 PEAR::isError($err) or $err = $this->_sock->write($this->_buildRequest()); 677 sfprintr($err);678 sfprintr($this->_sock);679 679 680 680 if (!PEAR::isError($err)) {
Note: See TracChangeset
for help on using the changeset viewer.
