: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* An implementation of the Utility_Lock that doesn't actually do any locking
class Utility_NullLock implements Utility_Lock {
public function acquire($delay = self::DEFAULT_DELAY) {
public function release() {