Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phar support #426

Open
koriym opened this issue Dec 22, 2023 · 0 comments
Open

Phar support #426

koriym opened this issue Dec 22, 2023 · 0 comments
Labels

Comments

@koriym
Copy link
Member

koriym commented Dec 22, 2023

Pharのための構成

├── app.phar (アプリケーションとvendorを合成したpharファイル)
└── var (動的に生成されるファイル)
    ├── log
    └── tmp

現在知られているPhar化への問題

現在phar化すると以下の問題が発生することが判明しています。

  1. Injector::getInstance()で__DIR__が使われている。(Pharファイルで使うと自身をポイントしてしまう)
  2. FileUpdate::getFiles()でsrcフォルダをスキャンんしていてファイルがないのでエラーになってしまう。
@koriym koriym added the feature label Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant