[P2-php-svn] [921] p2/ for version 1.8.71

Back to archive index

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‚µ‚È‚¢‚ʼnº‚³‚¢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‚Ì–¼‘OB
 

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;



P2-php-svn メーリングリストの案内
Back to archive index