So, making it look like:
EXTENSION("curl", "interface.c multi.c share.c curl_file.c", false);
instead may fix this? I am going to try.

I had my doubts because it could be that the extension was made in a way that 
made a static compile impossible.
Am 21.10.2013 um 16:00 schrieb Johannes Schlüter <johan...@schlueters.de>:

> On Mon, 2013-10-21 at 14:28 +0200, Kevin Ingwersen wrote:
>> Is there anything I could do? I thought about editing config.w32 - but I had 
>> my doubts on that one.
> 
> Why doubts? That file defines what s possible.
> 
> In there one can read
> EXTENSION("curl", "interface.c multi.c share.c curl_file.c", true);
> which forces a shared build. This comes from this commit:
> https://github.com/php/php-src/commit/deb0695069ef72d7a0936fdabaa7c9fea02f7fcd
> 
> johannes
> 
> 


--
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to