-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
64 lines (52 loc) · 1.34 KB
/
ChangeLog
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
handlersocket extension changelog
Version 0.3.1
-------------
* Added support PHP 5.4.x.
Version 0.3.0
-------------
* Added auth method.
* Added HandlerSocketIndex class.
* Added config.m4 : [disble-handlersocket-libhsclient].
* Added handlersocket.c : native implemented. (used PHP streams)
* Added compatible with Windows. (native implemented version)
Version 0.2.0
-------------
* Updated implemented IN.
* Added examples/regtest/tests/021-023.phpt : test scripts.
* hsclient 2011-04-05 later.
Version 0.1.0
-------------
* Updated implemented filters.
* Updated executeInsert auto_increment.
* Added examples/regtest/tests/010-020.phpt : test scripts.
* hsclient 2010-12-24 later.
Version 0.0.8
-------------
* Fixed port parameter.
Version 0.0.7
-------------
* Added config.m4 : handlersocket include [with-handlersocket-includedir].
Version 0.0.6
-------------
* Fixed config.m4.
Version 0.0.5
-------------
* Fixed executeUpdate, executeDelete.
* Fixed handlersocket_set_error.
* Fixed config.m4.
Version 0.0.4
-------------
* Updated executeSingle arguments.
* Fixed executeDelete.
* Version PHP 5 or newer.
* Added examples tests scripts.
Version 0.0.3
-------------
* Fixed bug undefine fields.
Version 0.0.2
-------------
* Fixed bug thread safety.
* Added support PHP 5.2.0+.
Version 0.0.1
-------------
* Initial release.