php - How to extract and "compress" .phar-files using Windows -
basically need extract, edit , re-pack .phar language file using windows. have downloaded php , trying run .phar files php.exe php program-window disappears.
is there easy way doing or step-by-step guide?
the php releases contain phar
executable can run on windows, too.
you can use extract files , add files archive.
$ phar help-list add compress delete extract help-list info list meta-del meta-get meta-set pack sign stub-get stub-set tree version $ phar add add entries phar package. required arguments: -f <file> specifies phar file work on. ... number of input files , directories. if -i in use files , matching given regular expression being packed. if -x given files ...
Comments
Post a Comment