File: CHANGES

package info (click to toggle)
php-horde-sessionhandler 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 396 kB
  • sloc: php: 1,487; xml: 672; sh: 14; makefile: 2
file content (250 lines) | stat: -rw-r--r-- 3,946 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
------
v2.3.0
------

[jan] Fix tests with PHP 7.2.
[jan] Fix compatibility with PHP 7.2 (PR #2).
[jan] Implement destroy() for builtin session handler.


------
v2.2.9
------

[jan] Fix MongoDB backend with mongodb extension.
[jan] Fix returning session ID when using a PostgreSQL backend.


------
v2.2.8
------

[jan] Fix tests for PHP 7.1.
[jan] Add Mongo test.
[jan] Run Memcache tests on PHP 7 too.


------
v2.2.7
------

[jan] Mark PHP 7 as supported.


------
v2.2.6
------

[jan] Fix updating large files in Oracle backends.
[jan] Fix writing big session data to Oracle (Bug #14175).


------
v2.2.5
------

[jan] Catch possible exceptions in shutdown methods.
[jan] Test environment improvements.


------
v2.2.4
------

[mms] More efficient reading of session data from filesystem in file driver.


------
v2.2.3
------

[mms] Fix session ID tracking for the Hashtable driver.


------
v2.2.2
------

[mms] Fix rare race condition when creating file-based session data for the
      first time (Thomas Jarosch <thomas.jarosch@intra2net.com; Bug #12557).


------
v2.2.1
------

[mms] More robust way of checking for locking in a HashTable instance.


------
v2.2.0
------

[mms] Horde_Memcache driver is now deprecated in favor of the Horde_HashTable
      driver.
[mms] Added Horde_HashTable driver.
[mms] Implement logging for all storage drivers.


------
v2.1.0
------

[mms] Add MongoDB driver.


------
v2.0.2
------

[jan] Fix unit tests.


------
v2.0.1
------

[mms] Use new Horde_Test layout.


------
v2.0.0
------

First stable release for Horde 5.


-----------
v2.0.0beta2
-----------

[jan] Fix track_lifetime setting for Memcache driver (Bug #11444).


-----------
v2.0.0beta1
-----------

First beta release for Horde 5.


------------
v2.0.0alpha1
------------

First alpha release for Horde 5.


------
v1.0.5
------

[jan] Fix SQL driver with PostgreSQL.
[jan] Fix reading sessions with the External driver.
[jan] Add test suite.


------
v1.0.4
------

[jan] Don't start transaction more than once in SQL driver (Bug #10978).


------
v1.0.3
------

[jan] Fix transaction error when reconnecting to database during session
      writing (Bug #10906).


------
v1.0.2
------

[jan] Use portable queries in SQL session handler (Bug #10574).


------
v1.0.1
------

[mms] Call garbage collection before grabbing list of active sessions.
[mms] Fix obtaining session information from more than one session.


------
v1.0.0
------

First stable release for Horde 4.


---------
v1.0.0RC2
---------

Second release candidate for Horde 4.


---------
v1.0.0RC1
---------

First release candidate for Horde 4.


-----------
v1.0.0beta1
-----------

Workaround PHP < 5.2.6 (broken stream handling) (Bug #9644).


------------
v1.0.0alpha1
------------

First alpha release for Horde 4.
Added 'File' driver.
Abstracted storage-specific code into 'Storage' drivers.
Removed LDAP driver
Abstracted memcache persistent-backend code into 'Stack' driver.
Renamed 'none' driver to 'Builtin'.
Now throws Horde_SessionHandler_Exception.
Split driver code into abstract class.
Use horde/Db to access SQL databases.
Do not rely on Horde::logMessage().
Removed Horde-specific session counting script.


------
v0.0.3
------

Fixed garbage collection checking for SQL backends.
Memcache driver no longer uses value in session.gc_maxlifetime as the lifetime
      value.
Add memcache caching support to all other backends.
Only write to backend if session data has changed
Locking in memcache driver implemented via memcache itself
Support LDAPv3 in the LDAP backend (Bug #5864)
Converted to package.xml 2.0 for pear.horde.org


------
v0.0.2
------

Renamed memcached.php to memcache.php for consistency with other drivers and
      applications.
Add support for separate read and write DB servers for the sql driver.
Add support for locking in the memcache driver (Bug #2913).


------
v0.0.1
------

Initial release as a PEAR package