togos / togvm
该软件包最新版本(1.0.0)没有可用的许可信息。
1.0.0
2021-02-27 19:43 UTC
Requires
- php: >=5.4
- earthit/php-common: ^1.0.0
- ryprop/nife: ^0.2
Requires (Dev)
- togos/php-n2r: ^0.0.5
- togos/simpler-test: ^1.2.1
- togos/togvm-spec: ^1.0.2
README
PHP 5.4 is required primarily for: - Support for $this in closures Since it was required anyway, other I went ahead and used 5.4 features, even though normally I try to keep code 5.2-compatible. ## Test Vectors While developing the test vectors, you can make a symlink to the test vector directory from the root TOGVM-PHP directory, e.g. ln -s ../TOGVM-Spec/test-vectors ./test-vectors If that's not present, the unit tests will look for vendor/togos/togvm-spec/test-vectors.