MacFJA

Results 79 comments of MacFJA

I found what cause the issue. And it had nothing to do with Windows 😅 They are in fact 2 issues. ## PHPUnit coverage XML The coverage xml generated by...

Can you try with `master` ? I run a quick test with `master` and release `0.12.0`, on `master` I don't have the issue, but I have it on `0.12.0`

There is also http://virtphp.org/ which can _pack_ a PHP version with extension etc.

The big difference between virtPHP and PhpBrew (as far as I know) is the fact that virtPHP duplicate the existing (local) PHP version and add PECL, PEAR and composer to...

I made some tests with PhpBrew, I have the result: there are some absolute path inside the build PHP, so it won't work outsite the installation path. Maybe I miss...

> I thought too but Composer is using the same stub... So I have no idea... @MacFJA did you encounter a similar issue? Yes, I encounter something similar ([See this...

@c33s What is the first line of the file `bin/puppet-enc` ? I just look at Composer phar creation, they remove [on the fly](https://github.com/composer/composer/blob/0f373e3249b0d9523c94766d69d47676f190fdb4/src/Composer/Compiler.php#L205) the shebang of there entry file. So...

> see my comment above #168 (comment) there you have the source and the compiled results for box2 and box3 Oh sorry :sweat_smile: In box2 the shebang is removed ([doc...

Related to: - #6972 - #7125 ? - sveltejs/rfcs#63 - sveltejs/rfcs#66 - #6422 - #2870 ? - #5804 - #7776 ?

Hi, I have in the past an issue with the compression of a Phar when it's not done file by file (see my comment here: https://github.com/MacFJA/PharBuilder/blob/master/app/PharBuilder.php#L538) (I don't know if...