svnno****@sourc*****
svnno****@sourc*****
2011年 7月 14日 (木) 05:52:05 JST
Revision: 921 http://sourceforge.jp/projects/p2-php/svn/view?view=rev&revision=921 Author: akid Date: 2011-07-14 05:52:04 +0900 (Thu, 14 Jul 2011) Log Message: ----------- p2/ for version 1.8.71 Modified Paths: -------------- p2/trunk/conf/conf_system.inc.php p2/trunk/doc/ChangeLog.txt p2/trunk/lib/P2HttpExt.php -------------- next part -------------- Modified: p2/trunk/conf/conf_system.inc.php =================================================================== --- p2/trunk/conf/conf_system.inc.php 2011-07-03 17:04:37 UTC (rev 920) +++ p2/trunk/conf/conf_system.inc.php 2011-07-13 20:52:04 UTC (rev 921) @@ -3,7 +3,7 @@ // ±Ìt@CÍAÁÉR̳¢ÀèÏXµÈ¢Åº³¢B // include from conf.inc.php -$_conf['p2version'] = '1.8.70'; // rep2Ìo[W +$_conf['p2version'] = '1.8.71'; // rep2Ìo[W $_conf['p2name'] = 'rep2'; // rep2̼OB Modified: p2/trunk/doc/ChangeLog.txt =================================================================== --- p2/trunk/doc/ChangeLog.txt 2011-07-03 17:04:37 UTC (rev 920) +++ p2/trunk/doc/ChangeLog.txt 2011-07-13 20:52:04 UTC (rev 921) @@ -1,3 +1,8 @@ +2011/07/14 + * rep2 version 1.8.71 + + [C³] conf_adminÌÝèl $_conf['expack.use_pecl_http'] ðLøɵ½ÛÌsïðC³µ½B + 2011/07/04 * rep2 version 1.8.70 Modified: p2/trunk/lib/P2HttpExt.php =================================================================== --- p2/trunk/lib/P2HttpExt.php 2011-07-03 17:04:37 UTC (rev 920) +++ p2/trunk/lib/P2HttpExt.php 2011-07-13 20:52:04 UTC (rev 921) @@ -276,7 +276,7 @@ if (!isset($options['lastmodified']) && file_exists($destination)) { $options['lastmodified'] = filemtime($destination); } else { - FileCtl::mkdir_for($destination); + FileCtl::mkdirFor($destination); } $this->_destination = $destination;