Skip to content

Conversation

@thekid
Copy link
Member

@thekid thekid commented Feb 19, 2023

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:

$ 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 #158 (comment)

@thekid thekid mentioned this pull request Feb 19, 2023
@thekid thekid merged commit 968f64d into master Feb 19, 2023
@thekid thekid deleted the feature/file-extension branch February 19, 2023 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants