This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Lock
Fabien Potencier 78ecaf381d feature #27456 [LOCK] Add a PdoStore (jderusse)
This PR was merged into the 4.2-dev branch.

Discussion
----------

[LOCK] Add a PdoStore

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #25400
| License       | MIT
| Doc PR        | https://github.com/symfony/symfony-docs/pull/9875

This is an alternative to #25578

Commits
-------

46fe1b0712 Add a PdoStore in lock
2018-09-04 18:52:43 +02:00
..
Exception Revert "feature #26702 Mark ExceptionInterfaces throwable (ostrolucky)" 2018-05-30 09:26:09 +02:00
Store feature #27456 [LOCK] Add a PdoStore (jderusse) 2018-09-04 18:52:43 +02:00
Strategy Merge branch '3.3' into 3.4 2017-09-15 12:12:22 +02:00
Tests feature #27456 [LOCK] Add a PdoStore (jderusse) 2018-09-04 18:52:43 +02:00
.gitignore [Lock] Re-add the Lock component in 3.4 2017-05-24 08:31:08 +02:00
CHANGELOG.md Add a PdoStore in lock 2018-08-13 19:20:41 +02:00
composer.json Add a PdoStore in lock 2018-08-13 19:20:41 +02:00
Factory.php [Lock] Automaticaly release lock when user forget it 2017-10-01 11:03:19 -07:00
Key.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
LICENSE Merge branch '3.3' into 3.4 2018-01-03 18:14:19 +01:00
Lock.php Add a TTL to refresh lock 2018-02-19 14:37:52 +01:00
LockInterface.php Add a TTL to refresh lock 2018-02-19 14:37:52 +01:00
phpunit.xml.dist [Lock] Re-add the Lock component in 3.4 2017-05-24 08:31:08 +02:00
README.md [Lock] Re-add the Lock component in 3.4 2017-05-24 08:31:08 +02:00
StoreInterface.php [Lock] Fix incorrect phpdoc 2017-12-11 10:12:53 +01:00