https://bugzilla.wikimedia.org/show_bug.cgi?id=33294
--- Comment #6 from Aaron Schulz <[email protected]> 2011-12-21 09:37:04 UTC --- Can you test a bit of PHP code, e.g.: $fp1 = fopen( <path to a file in a dir that exists>, 'a+' ); $ok1 = flock( $fp1, LOCK_SH | LOCK_NB ); $fp2 = fopen( <path to same file>, 'a+' ); $ok2 = flock( $fp2, LOCK_EX | LOCK_NB ); And look at $ok1/$ok2. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
