Tommy Mühle

Results 11 comments of Tommy Mühle

Sure. Thanks for the heads up @solokirrik @butuzov !

Could help here. Did you've a test scenario in mind?

Can confirm this. Maybe an additional flag "--with-suffix" would solve this problem. By default this option should be false.

Hi @dunglas, yes, still the same with ["latest" master (ab93fea)](https://github.com/symfony/symfony/search?utf8=%E2%9C%93&q=ab93fea&type=Commits).

@loostro You can define entries which apply to all git projects in your global .gitignore. So that you doesnt define it everytime in the project .gitignore. See [here](https://help.github.com/articles/ignoring-files/) for more...

Hi fago, thanks for your feedback. Performance is an aspect with many many variables (internet connection, proxy-connection, VPN, OS system, PHP version, xdebug, composer version, global composer plugins and requirements,...

I've got it to work on blackfire with [a workaround](https://gist.github.com/tommy-muehle/b18d3920679fe86a980c7f6672ecd633) which simulate the initialization of the script via composer. Here is the profile: https://blackfire.io/profiles/bf8cf002-9e65-42a9-a6c3-d51b831351e4/graph It shows the average of 5...

Hi there, in general I share totally the same point that @bflad brought up. But on the other side I can also understand that, especially in smaller projects, time related...

@enygma The cast is correct. It seems more an error with the "current value" column. See my example for "allow_url_fopen". The real value: The result of iniscan: Current value shows...

The bug is here: https://github.com/psecio/iniscan/blob/master/src/Psecio/Iniscan/Rule.php#L369 Instead of $test->value which returns https://github.com/psecio/iniscan/blob/master/src/Psecio/Iniscan/rules.json#L148 should be $ini[$test->key] are set.