Skip to content

[Lock] Deprecate Filesystem/LockHandler #8243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 9, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor reword
  • Loading branch information
javiereguiluz authored Jan 9, 2018
commit af6dc34d4b9307ae9be2b9f84918ddf26ef2fa86
7 changes: 3 additions & 4 deletions components/filesystem/lock_handler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ LockHandler

.. versionadded:: 3.4

The ``LockHandler`` class has been deprecated in Symfony 3.4
and it will be removed in Symfony 4.0. Use ``SemaphoreStore`` or
``FlockStore`` from the ``Lock`` component instead.

The ``LockHandler`` class was deprecated in Symfony 3.4 and it will be
removed in Symfony 4.0. Use ``SemaphoreStore`` or ``FlockStore`` from the
``Lock`` component instead.

What is a Lock?
---------------
Expand Down