]> granicus.if.org Git - php/commit
Fixed a compatibility problem is some file functions (fgets, fputs, fread,
authorAlexander Feldman <sasha@php.net>
Sun, 11 Mar 2001 10:08:27 +0000 (10:08 +0000)
committerAlexander Feldman <sasha@php.net>
Sun, 11 Mar 2001 10:08:27 +0000 (10:08 +0000)
commit397c76d7877cdc82b0e7bf7901ad7dbbd7e84163
treea3094026116b622adcc5c4348a0dab64c93b45c0
parentba12d0b4b1698de4daf894657ec6d21676e95e43
Fixed a compatibility problem is some file functions (fgets, fputs, fread,
fwrite). The ANSI standard says that if a file is opened in read/write
mode, fseek() should be called before switching from reading to writing
and vice versa.
NEWS
ext/standard/config.m4
ext/standard/file.c