ID:               22810
 User updated by:  gfraley5 at earthlink dot net
 Reported By:      gfraley5 at earthlink dot net
-Status:           Bogus
+Status:           Open
 Bug Type:         Filesystem function related
 Operating System: Windows XP
 PHP Version:      4.3.2RC2
 New Comment:

Reopen Status


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

[2003-03-25 19:20:20] gfraley5 at earthlink dot net

Something is drasticly wrong under Windows XP with the latest CVS. 
When I run your php code (or mine) in my real application, it hard
crashes Apache 100% of the time.  When I restore to PHP 4.3.1, Apache
does not crash but your code will not work correctly.  it makes the
entries, other than prefx, one large csv file instead of adding the \n
characters.  That's why it has to loop.  In any event, I believe there
is still a problem with the filesystem code somewhere.

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

[2003-03-25 19:06:53] gfraley5 at earthlink dot net

I just downloaded the latest CVS and tried my application under it. 
Now, something between my php code, Apache, and this latest CVS is
causing Apache.exe to crash.

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

[2003-03-25 18:07:22] gfraley5 at earthlink dot net

Thank you for correcting the snippet I tried to put together to
minimize the amount of code to submit the bug.  However, in my full
code the error is there and my code works fine in all previous releases
back to 4.1.  I am not arguing with you, just stating a fact.  I will
try to redefine the error/bug.  I am curious, however, as to why the
code runs correctly under 4.3.1?

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

[2003-03-25 17:50:24] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Your code has a bug, I've revised your code and now the output is
identical to the input. It should be noted that even before any
modifications the generated output was indetical to the one of PHP
4.2.3

Here is the revised write code:
$fp = fopen("out",'w') or die("Problem");
$prefx = "<? Header(\"HTTP/1.0 403 Forbidden\");exit; ?>\n";
$csv_out = implode(',', $gcf);
fwrite($fp,$prefx.$csv_out);
 fclose($fp);


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

[2003-03-21 10:36:43] gfraley5 at earthlink dot net

I have also tested it under the latest CVS and the problem is there
also.

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

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/22810

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

Reply via email to