c9s

Results 281 comments of c9s

It looks like the "filter" extension was enabled and compiled into the php. can you show me the path of php executable? `which php` http://php.net/manual/en/function.filter-var.php

Thanks for your detailed report, that's helpful :) I remember that gettext variant should automatically lookup your homebrew dependency. https://github.com/phpbrew/phpbrew/blob/master/src/PhpBrew/VariantBuilder.php#L711 openssl lookup for homebrew https://github.com/phpbrew/phpbrew/blob/master/src/PhpBrew/VariantBuilder.php#L498 readline https://github.com/phpbrew/phpbrew/blob/master/src/PhpBrew/VariantBuilder.php#L308 libedit is missing...

For `--with-libedit` you can use `+editline` variant.

BTW, you can run: ``` phpbrew --debug install 7.0.7 .... ``` to see the actual configure command before building it.

@markwu Would be helpful if you can help us diagnose the problem: You can clone this repo and run the command below: ``` git clone https://github.com/phpbrew/phpbrew cd phpbrew composer install...

I think it uses system's readline instead of brew's readline.

Hi @markwu, could you try this again with 1.22.0 release? Thanks

ok, for the gd variant, I think it's because libpng, libjpeg libraries use different prefix instead of just /usr/local, I guess this is only for homebrew...........

yeah I saw that openssl is set to "yes", I think that's enabled for some reasons... @marcioAlmada do you remember the reason of enabling openssl by default?

@markwu I reminded that we need https support when using curl or something, so openssl is required as default.