File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ Timo Tijhof <krinkle@fastmail.com>
2+ Timo Tijhof <krinkle@fastmail.com> <krinklemail@gmail.com>
3+ Chad Horohoe <chadh@wikimedia.org>
4+ Daniel Kinzler <daniel.kinzler@wikimedia.de>
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 2.0.0
4+
5+ The library now requires PHP 7.2 or later.
6+
7+ * Drop PHP 5.5/5.6/7.0/7.1 and HHVM support (James D. Forrester)
8+ * Cli: Add new ` cdb ` CLI (Timo Tijhof)
9+
10+ ## 1.4.1
11+
12+ * Reader\Hash: Avoid use of wikimedia/assert (Ori Livneh)
13+
14+ ## 1.4.0
15+
16+ * Add Reader\Hash, a new faux CDB interface wrapping an in-memory array (Daniel Kinzler)
17+ * Reader\PHP: Avoid reading past the last key in ` nextkey() ` (Ori Livneh)
18+ * Reader\PHP: Optimize ` readInt32 ` implementation (Ori Livneh)
19+ * Reader\PHP: Improve performance (Ori Livneh)
20+
21+ ## 1.1.0
22+
23+ * Reader\PHP: Simplify ` nextkey ` by using ` unpack31 ` , and reuse method for ` firstkey ` (Thomas Colomb)
24+ * Use PHP_OS rather than php_uname, which may be disabled (Chad Horohoe)
25+
26+ ## 1.0.0
27+
28+ Initial release.
You can’t perform that action at this time.
0 commit comments