ID:               16875
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Filesystem function related
 Operating System: Windows XP
 PHP Version:      4.2.0
 New Comment:

I just wanted some assurance that this bug hadn't somehow fallen
between the cracks.  I'd asked 4 days earlier for someone to just tell
me that it hadn't done just that, and when no one did, I posted w/CAPS,
just trying to make sure it was being seen.  Change my attitude?  I got
the exact reaction I wanted, assurance it was being seen.  I know this
bug isn't a real big deal, and I'm not angry.  I was just trying to get
your attention.


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

[2002-05-06 08:55:09] [EMAIL PROTECTED]

I suggest changing your attitude:

http://www.jdimedia.nl/derick/20020502.php

Derick

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

[2002-05-06 08:49:00] [EMAIL PROTECTED]

Please be patient: we don't have much time either.

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

[2002-05-06 08:40:09] [EMAIL PROTECTED]

IS THIS BUG GETTING ANY ATTENTION?  I'D CONTRIBUTE SOME WORK TO PHP AND
FIND THE BUG MYSELF BUT I DO NOT HAVE THE TIME TO DO SO!

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

[2002-05-02 13:16:33] [EMAIL PROTECTED]

I'm gonna go out a limb here and guess that this bug is no longer being
looked into.  If it's not, someone should kindly take the time to
contradict me...

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

[2002-04-29 11:58:04] [EMAIL PROTECTED]

I looked through some of the PHP scripts I had written, and found a
working example of fopen that works just fine using a relative file
path.  Pertinent exerpt:

        $log = fopen('log.txt', 'a');
        fwrite($log, $text . "\n");
        fclose($log);
        echo ' <a href="log.txt">View Log</a>';

Is this bug being dealt with?

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/16875

-- 
Edit this bug report at http://bugs.php.net/?id=16875&edit=1

Reply via email to