2007-09-20 09:07:21 UTC
I just dled the latest version as of 09-19-2007
and i see many problem with the coding standards
for instance i open library/posting_new_topic.php
and i see that fread/fwrite is used with a file that is not opened in binary mode.
Also, L.6
flock ($foo, 2);
will simply fail if the lock cannot be acquired, which can be a major inconvenience
a loop would be in order