About 52 results
Open links in new tab
  1. How do I install / enable the PHP phar extension? - Stack Overflow

    Some settings on your machine make Composer unable to work properly. Make sure that you fix the issues listed below and run this script again: The phar extension is missing. Install it or recompile php …

  2. php - Extracting files from .phar archive - Stack Overflow

    Oct 21, 2012 · PHP also has functions for extracting phar archives, but the files keep the current compression. To properly extract an archive it has to be converted into a uncompressed form first …

  3. O que é e como funciona a função PHAR do PHP?

    Apr 9, 2017 · Alguém possui informações sobre a função phar? O que é, para que serve, como utilizar e qual a vantagem? Achei muita coisa na internet, mas nada tão especifico, então resolvi perguntar.

  4. How to run .phar from anywhere on Windows? - Stack Overflow

    Mar 10, 2014 · Reply to old answer and old comment: @kutacoder calling php file.phar directly from its folder where .phar exists work but from my question is run it from anywhere.

  5. Running Composer returns: "Could not open input file: composer.phar"

    Feb 10, 2014 · I am new to symfony2 and reading symblog. In third chapter while trying with data-fixtures I tried the command: php composer.phar update but I got the error: Could not open input file: …

  6. How do I correctly create, and then require a PHAR file?

    Jul 6, 2016 · After creating the PHAR file, I'm trying to verify that it was done correctly with a simple test script. At some point in the create-PHAR -> use-PHAR process, I'm doing something wrong. How do …

  7. php - How to work with .phar file? - Stack Overflow

    Oct 27, 2016 · How to work with .phar file? Ask Question Asked 9 years, 4 months ago Modified 9 years, 4 months ago

  8. Generating a PHAR for a simple application - Stack Overflow

    The Phar#stopBuffering method stops the creation of the phar and saves it to the phar file. To make this story complete, Composer creates a very simple CLI compile file which runs this command.

  9. difference between composer and composer.phar - Stack Overflow

    Feb 6, 2018 · What is the difference between composer and composer.phar? Example: composer install composer.phar install Is there a reason why I keep seeing code writen using composer.phar all the …

  10. php - Could not open input file: composer.phar - Stack Overflow

    Dec 25, 2013 · The composer.phar install is not working but without .phar this is working. We need to enable the openssl module in php before installing the zendframe work. We have to uncomment the …