- Timestamp:
- 2006/11/13 15:31:35 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 3 edited
-
downloads/module/mdl_epsilon/mdl_epsilon.inc (modified) (1 diff)
-
lib/slib.php (modified) (3 diffs)
-
module/Request.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc
r8111 r8277 113 113 xml_parser_free($parser); 114 114 115 sfprintr($arrVal); 116 115 117 return $arrVal; 116 118 } -
temp/trunk/data/lib/slib.php
r8268 r8277 2645 2645 $res_code = $req->getResponseCode(); 2646 2646 2647 sfprintr($res_code);2648 2647 if(!in_array($res_code, $arrOkCode)){ 2649 2648 $response = ""; … … 2653 2652 2654 2653 } else { 2655 sfprintr($req->sendRequest());2656 sfprintr($ret);2657 2654 $response = ""; 2658 2655 } … … 2663 2660 return $response; 2664 2661 } 2665 2666 2662 2667 2663 /* ¥Ç¥Ð¥Ã¥°ÍÑ ------------------------------------------------------------------------------------------------*/ -
temp/trunk/data/module/Request.php
r8275 r8277 661 661 unset($this->_sock); 662 662 663 664 sfprintr("socket");665 663 // There is a connected socket in the "static" property? 666 664 if ($keepAlive && !empty($sockets[$sockKey]) && … … 672 670 $this->_notify('connect'); 673 671 $this->_sock =& new Net_Socket(); 674 675 672 $err = $this->_sock->connect($host, $port, null, $this->_timeout, $this->_socketOptions); 676 673 } 677 674 PEAR::isError($err) or $err = $this->_sock->write($this->_buildRequest()); 678 679 sfprintr($host);680 675 681 676 if (!PEAR::isError($err)) { … … 688 683 // Read the response 689 684 $this->_response = &new HTTP_Response($this->_sock, $this->_listeners); 690 sfprintr($this->_response);691 685 $err = $this->_response->process( 692 686 $this->_saveBody && $saveBody,
Note: See TracChangeset
for help on using the changeset viewer.
