[PEAR-BUG] Bug #20366 [Opn]: windows8.1_x64 failure

[email protected]
Newsgroups php.pear.bugs
Message-ID <[email protected]>
Edit report at https://pear.php.net/bugs/bug.php?id=20366&edit=1

 ID:               20366
 Updated by:       [email protected]
 Reported By:      new8au at aliyun dot com
 Summary:          windows8.1_x64 failure
 Status:           Open
 Type:             Bug
 Package:          Archive_Tar
 Operating System: windows8.1_x64
 Package Version:  1.3.12
 PHP Version:      5.5.15
 Roadmap Versions: 
 New Comment:

I'm sorry,Problem has been found,Not installed the pear,thank.


Previous Comments:
------------------------------------------------------------------------

[2014-08-10 10:36:36] new8au2

Description:
------------
Archive_Tar_1.3.11,php5.5.15_x64,apache2.4.10_x64
Operating system:windows8.1_x64

Test script:
---------------
<?php
$wjjn = 'd:/abc/qwe';

if(!file_exists("tar.php"))
{
    echo "failure";
}
else
{
require_once 'tar.php';
$usmm = date('YmdHis',time()).'.tgz';
$usmt = 'd:/abc/'.$usmm;
$pk = new Archive_Tar($usmt, true);
if($pk->create($wjjn) == false)
{
    echo "failure";
}
else
{
    echo "successful";
}
}
?>

Expected result:
----------------
successful

Actual result:
--------------
Blank, what all have no

------------------------------------------------------------------------


-- 
Edit this bug report at https://pear.php.net/bugs/bug.php?id=20366&edit=1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.