diff options
author | Sascha Schumann <sas@php.net> | 2003-01-30 21:06:34 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2003-01-30 21:06:34 +0000 |
commit | 4cf174cbd44de97cc1f504a0f47865454cd6fabc (patch) | |
tree | 344b8f1e1c56c2775532f8ade45982fd72402048 /ext/ftp/php_ftp.c | |
parent | 65146ceb269d9ddbef3c828bd6ca2470cedfed8d (diff) | |
download | php-git-4cf174cbd44de97cc1f504a0f47865454cd6fabc.tar.gz |
Fix sticky EOF problem
Sometimes streams signal a temporary EOF, because all current data
has been consumed. But that does not preclude the possibility that
more data will become available later.
Thus we must not treat eof in the read path as final.
Now, "tail -f" like scripts work again.
Diffstat (limited to 'ext/ftp/php_ftp.c')
0 files changed, 0 insertions, 0 deletions