|
16 | 16 |
|
17 | 17 | <active>yes</active>
|
18 | 18 | </lead>
|
19 |
| - <date>2017-07-22</date> |
20 |
| - <time>11:38:26</time> |
| 19 | + <date>2017-08-27</date> |
| 20 | + <time>14:08:56</time> |
21 | 21 | <version>
|
22 |
| - <release>0.4.4</release> |
23 |
| - <api>0.4.4</api> |
| 22 | + <release>0.5.0</release> |
| 23 | + <api>0.5.0</api> |
24 | 24 | </version>
|
25 | 25 | <stability>
|
26 | 26 | <release>stable</release>
|
27 | 27 | <api>stable</api>
|
28 | 28 | </stability>
|
29 | 29 | <license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license>
|
30 | 30 | <notes>
|
31 |
| - This release improves PHP 7.2 compatibility support |
| 31 | + This release fix bugs, drop unused feature and soon to be EOL PHP 7.0 (see http://php.net/supported-versions.php for details). |
32 | 32 |
|
33 | 33 | Changelist:
|
34 |
| - - Restore original referent obj handler when it is no longer tracked |
| 34 | + - Drop PHP < 7.1 support (BC-breaking); |
| 35 | + - Remove array notifier in a favor of callback (BC-breaking); |
| 36 | + - Remove references comparison (BC-breaking); |
| 37 | + - Fix bug when object handle reused but previous state was not clean; |
| 38 | + - Fix wrong behavior when reference get deleted during notifier call; |
| 39 | + - Fix memleaks; |
35 | 40 | </notes>
|
36 | 41 | <contents>
|
37 | 42 | <dir name="/">
|
|
54 | 59 | <file name="tests/002-WeakReference-clone.phpt" role="test" />
|
55 | 60 | <file name="tests/002-WeakReference-clone_extended.phpt" role="test" />
|
56 | 61 | <file name="tests/002-WeakReference-closure.phpt" role="test" />
|
57 |
| - <file name="tests/002-WeakReference-compare.phpt" role="test" /> |
58 | 62 | <file name="tests/002-WeakReference-die_in_dtor.phpt" role="test" />
|
59 | 63 | <file name="tests/002-WeakReference-dump_extended.phpt" role="test" />
|
60 | 64 | <file name="tests/002-WeakReference-exception-before-and-from-notifier.phpt" role="test" />
|
|
69 | 73 | <file name="tests/002-WeakReference-multiple_with_notify_and_orig_dtor.phpt" role="test" />
|
70 | 74 | <file name="tests/002-WeakReference-notified.phpt" role="test" />
|
71 | 75 | <file name="tests/002-WeakReference-notifier.phpt" role="test" />
|
72 |
| - <file name="tests/002-WeakReference-notifier_array.phpt" role="test" /> |
73 |
| - <file name="tests/002-WeakReference-notifier_array_clone.phpt" role="test" /> |
74 |
| - <file name="tests/002-WeakReference-notifier_array_reliability.phpt" role="test" /> |
75 | 76 | <file name="tests/002-WeakReference-notifier_callable_array.phpt" role="test" />
|
76 | 77 | <file name="tests/002-WeakReference-notifier_callable_string.phpt" role="test" />
|
77 | 78 | <file name="tests/002-WeakReference-notifier_change.phpt" role="test" />
|
78 | 79 | <file name="tests/002-WeakReference-notifier_clone_change.phpt" role="test" />
|
79 | 80 | <file name="tests/002-WeakReference-notifier_invalid_callback.phpt" role="test" />
|
80 | 81 | <file name="tests/002-WeakReference-notifier_not_called_after_wr_dies_first.phpt" role="test" />
|
| 82 | + <file name="tests/002-WeakReference-object-handle-reuse.phpt" role="test" /> |
81 | 83 | <file name="tests/002-WeakReference-orig_dtor_and_notifier_when_wr_dies_first.phpt" role="test" />
|
82 | 84 | <file name="tests/002-WeakReference-orig_dtor_and_notify.phpt" role="test" />
|
83 | 85 | <file name="tests/002-WeakReference-orig_dtor_called.phpt" role="test" />
|
84 | 86 | <file name="tests/002-WeakReference-orig_dtor_called_after_wr_dies_first.phpt" role="test" />
|
85 | 87 | <file name="tests/002-WeakReference-orig_dtor_called_once.phpt" role="test" />
|
| 88 | + <file name="tests/002-WeakReference-reference-deleted-during-notifier.phpt" role="test" /> |
86 | 89 | <file name="tests/002-WeakReference-serialize_extended_not_allowed.phpt" role="test" />
|
87 | 90 | <file name="tests/002-WeakReference-serialize_not_allowed.phpt" role="test" />
|
88 | 91 | <file name="tests/002-WeakReference-spl_hash_consistent.phpt" role="test" />
|
|
93 | 96 | <file name="tests/003-functions-weakrefcounted_after_all_refs_died.phpt" role="test" />
|
94 | 97 | <file name="tests/003-functions.phpt" role="test" />
|
95 | 98 | <file name="tests/004-SofReference-basic.phpt" role="test" />
|
96 |
| - <file name="tests/004-SofrReference-compare.phpt" role="test" /> |
97 | 99 | <file name="tests/004-SoftReference-clone.phpt" role="test" />
|
98 | 100 | <file name="tests/004-SoftReference-clone_extended.phpt" role="test" />
|
99 | 101 | <file name="tests/004-SoftReference-closure.phpt" role="test" />
|
|
117 | 119 | <file name="tests/004-SoftReference-notified_prevent_destoying_with_weak.phpt" role="test" />
|
118 | 120 | <file name="tests/004-SoftReference-notified_with_weak.phpt" role="test" />
|
119 | 121 | <file name="tests/004-SoftReference-notifier.phpt" role="test" />
|
120 |
| - <file name="tests/004-SoftReference-notifier_array.phpt" role="test" /> |
121 |
| - <file name="tests/004-SoftReference-notifier_array_clone.phpt" role="test" /> |
122 |
| - <file name="tests/004-SoftReference-notifier_array_reliability.phpt" role="test" /> |
123 | 122 | <file name="tests/004-SoftReference-notifier_callable_array.phpt" role="test" />
|
124 | 123 | <file name="tests/004-SoftReference-notifier_callable_string.phpt" role="test" />
|
125 | 124 | <file name="tests/004-SoftReference-notifier_change.phpt" role="test" />
|
|
0 commit comments