jojokung22 / php-for-android

Automatically exported from code.google.com/p/php-for-android
0 stars 0 forks source link

Adding phar to PFA #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
With phar we could create one file applications.
All phar apps can be namespaced, so we could write modular applications based 
on plugin architecture. You only need to add new phar to application and you 
get new features.

Original issue reported on code.google.com by mwilgu...@gmail.com on 24 Jul 2010 at 1:33

GoogleCodeExporter commented 8 years ago
I second this! Phar is a great container to distribute your PHP applications 
in! In addition, openssl could be compiled in to allow for code signing and 
verification in phar (important if you allow_url_include by default).

Original comment by kkotowicz on 29 Jul 2010 at 8:44