Changeset 8275 for temp/trunk/data/module
- Timestamp:
- 2006/11/13 15:08:08 (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
r8273 r8275 106 106 } 107 107 108 sfprintr($addr);109 108 if (!$addr) { 110 109 return $this->raiseError('$addr cannot be empty'); -
temp/trunk/data/module/Request.php
r8274 r8275 676 676 } 677 677 PEAR::isError($err) or $err = $this->_sock->write($this->_buildRequest()); 678 679 sfprintr($host); 678 680 679 681 if (!PEAR::isError($err)) {
Note: See TracChangeset
for help on using the changeset viewer.
