[FIXED] concurrent writes with ryzom_log()

Added by nimetu about 9 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.


Replies (1)

RE: [FIXED] concurrent writes with ryzom_log() - Added by vl about 9 years ago

Thanks for the patch, it's applied.

(1-1/1)