PHP Classes

Hello! In dUnzip2.

Recommend this page to a friend!

      dUnzip2  >  All threads  >  Hello! In dUnzip2.  >  (Un) Subscribe thread alerts  
Subject:Hello! In dUnzip2.
Summary:Package rating comment
Messages:2
Author:Willian Pedroso Neves
Date:2008-05-13 18:56:44
Update:2009-01-24 02:14:15
 

Willian Pedroso Neves rated this package as follows:

Utility: Good
Consistency: Good
Documentation: Good
Examples: Good

  1. Hello! In dUnzip2.   Reply   Report abuse  
Picture of Willian Pedroso Neves Willian Pedroso Neves - 2008-05-13 18:56:44
Hello!
In dUnzip2.inc.php I had to do this modification:

if($str==".") $str = null;
else $str = "/".$str;
$this->debugMsg(1, "Creating folder: $targetDir$str");
mkdir("$targetDir$str",0777,true);
if($applyChmod) chmod("$targetDir$str", $applyChmod);

It`s a nice class! Congratulations!

  2. Re: Hello! In dUnzip2.   Reply   Report abuse  
Picture of david alvarez david alvarez - 2009-01-24 02:14:15 - In reply to message 1 from Willian Pedroso Neves
what line might this be added to?