FAQ
Edit report at http://pear.php.net/bugs/bug.php?id=15894&edit=1

ID: 15894
Updated by: [email protected]
Reported By: ifeghali at php dot net
Summary: getAutoRunTemplate reads wrong path
Status: Open
Type: Bug
Package: System_Daemon
PHP Version: 5.1.6
-Assigned To:
+Assigned To: kvz
Roadmap Versions:
New Comment:

<div id="changeset">
<span class="removed">-Assigned To:</span>
<span class="added">+Assigned To: kvz</span>
</div>



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

[2009-02-12 18:31:11] ifeghali

Ok i cant attach the patch. Here it goes:

--- OS.php.orig 2009-02-12 16:06:37.000000000 -0200
+++ OS.php 2009-02-12 16:07:09.000000000 -0200
@@ -249,7 +249,7 @@
return false;
}

- return file_get_contents($this->autoRunTemplatePath);
+ return file_get_contents($path);
}//end getAutoRunTemplate

/**

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

[2009-02-12 18:27:06] ifeghali

Description:
------------
OS::getAutoRunTemplate() reads the wrong path when
autoRunTemplatePath is set to false. Please see patch attached.

Test script:
---------------


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


Actual result:
--------------

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

Search Discussions

  • Kevin at Feb 15, 2009 at 12:50 pm
    Edit report at http://pear.php.net/bugs/bug.php?id=15894&edit=1

    ID: 15894
    Updated by: [email protected]
    Reported By: ifeghali at php dot net
    Summary: getAutoRunTemplate reads wrong path
    -Status: Assigned
    +Status: Closed
    Type: Bug
    Package: System_Daemon
    PHP Version: 5.1.6
    Assigned To: kvz
    Roadmap Versions:
    New Comment:

    <div id="changeset">
    <span class="removed">-Status: Assigned</span>
    <span class="added">+Status: Closed</span>
    </div>
    This bug has been fixed in CVS.

    If this was a documentation problem, the fix will appear on
    pear.php.net by the end of next Sunday (CET).

    If this was a problem with the pear.php.net website, the change should
    be live shortly.

    Otherwise, the fix will appear in the package's next release.

    Thank you for the report and for helping us make PEAR better.

    Thanks!


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

    [2009-02-15 12:30:32] kvz

    <div id="changeset">
    <span class="removed">-Assigned To:</span>
    <span class="added">+Assigned To: kvz</span>
    </div>

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

    [2009-02-12 18:31:11] ifeghali

    Ok i cant attach the patch. Here it goes:

    --- OS.php.orig 2009-02-12 16:06:37.000000000 -0200
    +++ OS.php 2009-02-12 16:07:09.000000000 -0200
    @@ -249,7 +249,7 @@
    return false;
    }

    - return file_get_contents($this->autoRunTemplatePath);
    + return file_get_contents($path);
    }//end getAutoRunTemplate

    /**

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

    [2009-02-12 18:27:06] ifeghali

    Description:
    ------------
    OS::getAutoRunTemplate() reads the wrong path when
    autoRunTemplatePath is set to false. Please see patch attached.

    Test script:
    ---------------


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


    Actual result:
    --------------

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

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
grouppear-bugs @
categoriesphp
postedFeb 15, '09 at 12:30p
activeFeb 15, '09 at 12:50p
posts2
users1
websitepear.php.net

1 user in discussion

Kevin: 2 posts

People

Translate

site design / logo © 2023 Grokbase