"Christoph M. Becker" in php.internals (Sat, 29 Dec 2018 12:27:58 +0100):
>As I understand it, the extension would not be compiled by default, but
>rather has to be enabled using an explicit --with-ffi configure
>option[1] (or --enable-ffi on Windows[2]).

A strange difference. Is not the convention that it should be --with-ffi when
external libraries are needed?

>[1]
><https://github.com/dstogov/php-ffi/blob/6c43a0072da2879e77bffd21d10fb28c0e3c2878/config.m4#L3-L6>
>[2]
><https://github.com/dstogov/php-ffi/blob/6c43a0072da2879e77bffd21d10fb28c0e3c2878/config.w32#L1-L3>

And as a BTW: in a snapshot build the extension will be enabled by force.
Something like
snapshot: forcing ffi on
-- 
Jan

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to