Théo FIDRY
Théo FIDRY
Example: ``` $ phpbrew install 7.3 +default +intl=shared,/usr/local/opt/icu4c/ +zts ``` This syntax seems to be [indicated for `gd`](https://github.com/phpbrew/phpbrew/wiki/Troubleshooting#can-not-configure-with-gd) but doesn't seem to work with other variants like `intl` here. For...
This is not so much of a big change but it ensures there is only one point of injection which is preferable IMO. That said the value is debatable and...
Last time I looked, I couldn't find any way to really squeeze much more perf. This is mainly due to the fact that `DeepCopy` deep copy an _object_. As such,...
I'm not really sure what's the interest of having an `addFilter` and co. when everything could be added in the constructor.
Add a mode where dynamic properties can be skipped: I expect this could significantly improve performances and be good enough for some users.
Logging
It's worth mentioning I'm mostly using parallelMap rather than parallel directly and this may be purely a doc issue. My main "complain" and by that I mean pain to check,...
Moving my question from https://github.com/humbug/box/issues/53#issue-294948638 to here. I think it would be good if it would be possible to easily switch from `parallelMap()` to a plain old `array_map()`, be it...
If you have something like: ```json { "output": "build/foo.phar", "main": "bin/foo.php", "base-path": "src" } ``` Then the real path of the main used is `$CWD/src/bin/foo.php` and the output _should_ be...
Easy upgrade: maintained project, lighter configuration and way faster. Also if you are making use of reflection at any point, you could try to enable the [PhpScoper](https://github.com/humbug/php-scoper) compactor to isolate...
It would be nice if the CLI output would fit in small screens. Obviously not asking for making it readable on a phone but at least on a terminal like...