[PHP-DEV] Re: PHP 4.0 Bug #9617 Updated: fileposition error

2001-03-13 Thread Achim Winkler
: BD> $position = ftell($output); #returns always 0 and not the real fileposition!!! BD> fputs($output, "test"); #but this works without any problems (it has the real fileposition, but ftell gets the false one) BD> I found this bug only on windows systems, not on linux. BD> Ac

[PHP-DEV] PHP 4.0 Bug #9617: fileposition error

2001-03-08 Thread achim
ant append something Here is the problem: $position = ftell($output); #returns always 0 and not the real fileposition!!! fputs($output, "test"); #but this works without any problems (it has the real fileposition, but ftell gets the false one) I found this bug only on windows systems, not o