[FIXED] concurrent writes with ryzom_log()
Replies (1)
(1-1/1)
Added by nimetu almost 6 years ago
ryzom_log() function should use file_put_contents() which can handle concurrent writes.
because that function is available from PHP5, included diff has emulation that PHP4 can use.
functions_common.diff
(1.5 kB)
Thanks for the patch, it's applied.
(1-1/1)