svnno****@sourc*****
svnno****@sourc*****
2010年 1月 25日 (月) 18:18:47 JST
Revision: 802 http://sourceforge.jp/projects/p2-php/svn/view?view=rev&revision=802 Author: rsk Date: 2010-01-25 18:18:47 +0900 (Mon, 25 Jan 2010) Log Message: ----------- expack: - Wap.phpã§ããããã£åã®ãã¹ãä¿®æ£ã - HTTPæ¥ç¶ã¿ã¤ã ã¢ã¦ãç§æ°ãé·ãããã Modified Paths: -------------- p2ex/trunk/conf/conf_admin.inc.php p2ex/trunk/lib/P2Util.php p2ex/trunk/lib/Wap.php -------------- next part -------------- Modified: p2ex/trunk/conf/conf_admin.inc.php =================================================================== --- p2ex/trunk/conf/conf_admin.inc.php 2010-01-25 07:01:16 UTC (rev 801) +++ p2ex/trunk/conf/conf_admin.inc.php 2010-01-25 09:18:47 UTC (rev 802) @@ -73,10 +73,10 @@ $_conf['fsockopen_time_limit'] = 7; // (7) // HTTPÚ±^CAEgÔ (b) -$_conf['http_conn_timeout'] = 1; // (1) +$_conf['http_conn_timeout'] = 2; // (2) // HTTPÇ^CAEgÔ (b) -$_conf['http_read_timeout'] = 5; // (5) +$_conf['http_read_timeout'] = 8; // (8) // p2ÌÅVo[Wð©®`FbN(·é:1, µÈ¢:0) $_conf['updatan_haahaa'] = 1; // (1) Modified: p2ex/trunk/lib/P2Util.php =================================================================== --- p2ex/trunk/lib/P2Util.php 2010-01-25 07:01:16 UTC (rev 801) +++ p2ex/trunk/lib/P2Util.php 2010-01-25 09:18:47 UTC (rev 802) @@ -2014,7 +2014,7 @@ // }}} //register_shutdown_function(array('P2Util', 'debug')); -register_shutdown_function(array('P2Util', 'printInfoHtml')); +//register_shutdown_function(array('P2Util', 'printInfoHtml')); /* * Local Variables: Modified: p2ex/trunk/lib/Wap.php =================================================================== --- p2ex/trunk/lib/Wap.php 2010-01-25 07:01:16 UTC (rev 801) +++ p2ex/trunk/lib/Wap.php 2010-01-25 09:18:47 UTC (rev 802) @@ -237,13 +237,13 @@ // WEBT[oÖÚ± if ($this->_timeout > 0) { - if ($this->atFsockopen) { + if ($this->_atFsockopen) { $fp = @fsockopen($send_host, $send_port, $errno, $errstr, $this->_timeout); } else { $fp = fsockopen($send_host, $send_port, $errno, $errstr, $this->_timeout); } } else { - if ($this->atFsockopen) { + if ($this->_atFsockopen) { $fp = @fsockopen($send_host, $send_port, $errno, $errstr); } else { $fp = fsockopen($send_host, $send_port, $errno, $errstr);