We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Packaging Phalcon app into a phar archive

Am I right that it is not possible to pack the app folder of a Phalcon app into a phar-archive? Seems like all includes use absolute paths using DIR which doesn't seem to work within a phar-archive.



98.9k

Currently Phalcon is loaded in memory as PHP extension and the framework is not doing any require to PHP files.



9.2k

thats absolutly right, i know. I used the developer tools which caused my problems. i know its possble