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
+Status: Bogus
Type: Bug
Package: Archive_Tar
Operating System: windows8.1_x64
Package Version: 1.3.12
PHP Version: 5.5.15
Roadmap Versions:
New Comment:
-Status: Open
+Status: Bogus
Sorry, but your problem does not imply a bug in PEAR itself. For a
list of more appropriate places to ask for help using PEAR, please
visit http://pear.php.net/support/ as this bug system is not the
appropriate forum for asking support questions.
Thank you for your interest in PEAR.
Thanks for the feedback.
Previous Comments:
------------------------------------------------------------------------
[2014-08-12 01:15:18] new8au2
I'm sorry,Problem has been found,Not installed the pear,thank.
------------------------------------------------------------------------
[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.