seanmorris / php-wasm

PHP in Browser, powered by WebAssembly.
https://php-wasm.seanmorr.is/
Apache License 2.0
784 stars 41 forks source link

need --with-curl for a wordpress plugin #32

Open rhildred opened 1 year ago

rhildred commented 1 year ago

I am trying to add --with-curl so that I can run a wordpress plugin. I started just by trying to build the php-wasm package with no changes. I get the following error:

I am really eager to have --with-curl, but I am struggling to get past the build error.

seanmorris commented 4 months ago

For this one, I'd need to essentially reimplement libcurl using fetch. Not impossible...

seanmorris commented 1 month ago

I've added url_fopen to vrzno. This might not fix curl-specific stuff, but if anyone can fallback on that, its been implemented.

A fetch-based Curl clone is still on the way.