From: [EMAIL PROTECTED]
Operating system: Linux RedHat 7.0
PHP version: Earlier? Upgrade first!
PHP Bug Type: Filesystem function related
Bug description: doubble writing in files
Using Linux RH 7.0 / Apache 1.1.14 / php 4.01
When I am using my computer at the same time as web-server & netscape-browser...
When writing some text into a .txt file (fPutsS($file_handle,$sentence);), the record
is made twice inside this file.
Exactly same happends when executing
exec("echo \"$sentence\" >> file.txt", $sortie, $handle);
When browsing from external computer, this does no happend, and the writing in the
.txt file does happen only once
--
Edit Bug report at: http://bugs.php.net/?id=10757&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]