Mohamed E.

Results 7 comments of Mohamed E.

This is a common issue among Vagrant users who use the VirtualBox provider. It is because VirtualBox doesn't allow changing file permissions from within the VM. A quick fix for...

Looks good, thank you for looking into this :) I will try to get this feature done by next week.

Thanks @Brunty :) I hope we could turn this into something useful to the PHP community.

Enabling extensions for system php version is bit different than enabling extensions for phpbrew php versions. In order to enable an extension for system php, use the OS package manager...

Thanks @hassankhan for your suggestion. I have already considered using Composer for managing Dashbrew dependencies but currently I think Git submodules is doing just fine given the nature of the...

Well, using a PHAR may not be a good solution here because the dependencies are being used by both CLI (i.e. Dashbrew Provisioner) and web interfaces. However, the idea of...