You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented support unicode escape sequences in PHP 5.6, see #38
(@thekid)
Fixed issue #39: Syntax error for parameters called "function"
(@thekid)
Dropped confusing way of compiling multiple sources using -b to
strip bases. New way is to pass multiple directories directly, e.g. $ xp compile -o dist src/main/php/ src/test/php
(@thekid)
Fixed compiling to a directory when the source path was not inside
the current directory.
(@thekid)