Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
[#4373] Updated README
Browse files Browse the repository at this point in the history
- Added note about removal of Weakref.
  • Loading branch information
weierophinney committed May 7, 2013
1 parent 3efdf45 commit 8b8dd2c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -43,6 +43,15 @@ DD MMM YYYY
and/or with third-party components. We plan a larger story around this for
2.3.0.

- **Removal of soft dependency on Weakref.** Zend\Stdlib\CallbackHandler, and,
by extension, Zend\EventManager, had detection for the [Weakref
extension](http://pecl.php.net/weakref), and internally would register
callbacks as Weakref objects when possible. However, due to improvements in
PHP garbage collection, this was often leading to listeners disappearing
from scope entirely. As a result, we have removed all support for Weakref
starting in 2.2.0. This change is fully backwards compatible, as usage of
Weakref was an internal implementation detail only.

- **Authentication:** The DB adapter now supports non-RDBMS credential validation.

- **Cache:** New storage backend: Redis.
Expand Down

0 comments on commit 8b8dd2c

Please sign in to comment.