]> granicus.if.org Git - php/commitdiff
Add missing flush
authorMarcus Boerger <helly@php.net>
Mon, 11 Nov 2002 11:57:25 +0000 (11:57 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 11 Nov 2002 11:57:25 +0000 (11:57 +0000)
ext/dba/libflatfile/flatfile.c

index deedbb23b80e2c57d0c4c6f3ef8760c9162d6fb3..1d7c10034258a70276b28c582c8977021887fca8 100644 (file)
@@ -71,6 +71,7 @@ PHPAPI int flatfile_store(flatfile *dba, datum key_datum, datum value_datum, int
                        return -1;
        }
 
+       php_stream_flush(dba->fp);
        return 0;
 }
 /* }}} */