Commit Graph

23 Commits

Author SHA1 Message Date
CismonX 426d80e5b1 compatible to PHP 7.4 2019-12-10 04:50:01 +08:00
CismonX 60ae083093 refactor code 2018-10-11 18:53:39 +08:00
CismonX 9dace534af Fix Windows ZTS build. 2018-09-08 13:07:29 +08:00
CismonX 34354803c7 Add `retainWhile()`. Refactor code. 2018-09-07 16:00:08 +08:00
CismonX 639479d031 Fix bugs. Refactor code. Improve performance of `Pair`. 2018-08-31 01:04:46 +08:00
CismonX 5fe6912bc4 reformat code 2018-08-26 20:56:35 +08:00
CismonX c221128351 Compatible with PHP 7.3+ 2018-08-26 20:33:02 +08:00
CismonX edda23318c add `sortByxxx()` methods. fix bugs. 2018-08-26 20:23:22 +08:00
CismonX 4754c5a3d6 update arginfo. format code. 2018-08-22 16:35:27 +08:00
CismonX f32fa48291 update compare flags 2018-08-20 22:47:23 +08:00
CismonX a5119e597d add ZTS globals for userland comparator callbacks 2018-08-14 19:56:25 +08:00
CismonX db0465e943 closes #1 2018-08-09 16:53:29 +08:00
CismonX 3b168358b7 Add `partition()`. Manually init properties for `Pair`. 2018-05-12 22:10:59 +08:00
CismonX 283fdafd56 Add `maxBy()`, `minBy()`. Remove ZTS relevant code. 2018-05-01 17:35:19 +08:00
CismonX 01d459f965 Fix bugs. Improve performance. 2018-04-18 12:03:27 +08:00
CismonX f2402b9f67 Add `Collection::flatMap()` and `Collection::flatMapTo()`. Fix bugs. 2018-04-16 20:58:38 +08:00
CismonX 70588073a6 Add `Collection::first()` and `Collection::last()`. Update code structure. 2018-04-15 11:22:10 +08:00
CismonX 83a43421a9 update 2018-04-14 14:07:33 +08:00
CismonX 84afc0012e remove redundant code 2018-04-01 16:29:13 +08:00
CismonX 7b98857eff Implement ArrayAccess. Fix config.m4, .travis.yml. Update stubs. 2018-03-31 12:02:13 +08:00
CismonX dc4a1546eb Fix bug in macro. Shorten code. 2018-03-30 22:20:58 +08:00
CismonX f7b924801b Implement `copyOfRange()` and `count()` 2018-03-30 19:06:39 +08:00
CismonX 604c7b1ee6 Add .gitattributes. Move source files. 2018-03-23 22:17:09 +08:00