This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
Releases: xp-framework/xp-runners
Releases · xp-framework/xp-runners
6.4.0: Argument encoding
6.3.1: Boostrapping
6.3.0: Class path precedence
6.2.0: Run xar files
- Removed deprecation warning with "iconv.internal_encoding". See the PHP
RFC https://wiki.php.net/rfc/default_encoding
(@thekid) - Merged PR #38: Implement running .xar files directly without xp.runtime.Xar,
e.g.xp test.xar
. Works with all XP 6 releases, XP 7.0-dev & XP 5.12.
(@thekid)
6.1.0: Run class files
6.0.0: Modules
- Adopted xp-framework/rfc#300 and switched to semantic versioning
(@thekid, @kiesel) - Implemented xp-framework/rfc#306: Load modules, see PR #36.
(@thekid) - Allowed empty ini keys, treat them the same as being absent
(@thekid)
5.7.2: Remove deprecation warning
- Changed code to no longer set
iconv.internal_encoding
which is
deprecated
(@thekid)
5.7.1: Use Jessie
- Switch Debian distribution to jessie
(@mikey179)