Closed thekid closed 1 year ago
Default:
$ xp compile HelloWorld.php dist/ # ... $ ls -al dist/HelloWorld* -rwxr-xr-x 1 timmf timmf 519 Feb 19 13:12 dist/HelloWorld.class.php
Using .php file extension:
.php
$ xp compile -e .php HelloWorld.php dist/ # ... $ ls -al dist/HelloWorld* -rwxr-xr-x 1 timmf timmf 519 Feb 19 13:13 dist/HelloWorld.php
See https://github.com/xp-framework/compiler/pull/158#issuecomment-1435988175
Default:
Using
.php
file extension:See https://github.com/xp-framework/compiler/pull/158#issuecomment-1435988175