Yannick Decat
Yannick Decat
Nevermind, I finally got it working with Composer 1 using php-wasm/node Still not working on browser. Proxy is not reachable.
I finally managed to make things work on browser. Unfortunately a dynamic CAPem is needed and a TODO has been added by @adamziel months ago in #1093. The next step...
I would be absolutely delighted to help complete task #1093, but I am not yet well informed about how the different steps work. So, I will need to dig deeper....
I’ve applied all the code changes from #1093. I also successfully installed composer packages using `@php-wasm/node` back then, but for some unknown reason, I'm now experiencing timeouts instead of seeing...
It was indeed related to `disable_functions`, specifically with `proc_open` and `popen`. Now, let's look into the certificates!
I couldn't resist and tried @adamziel new #1926 from this morning, and I managed to retrieve the first data from composer ! Unfortunately it doesn't work exactly as expected... With...
Some weird things happen when running `php composer diagnose -vvv`. The result without dev logs is shown above. But here is some screenshots with them. HTTP :  According to...
Here it is ! :  Still a Warning but, 🎉 ! The previous reason why it didn't work was due to the proxy being on HTTPS. And after 12...
 16 seconds for a unique composer package [ CowsayPHP ](https://github.com/alrik11es/cowsayphp) for a basic test : - Download a git repository - Download Composer Phar file - Install Composer dependencies...
@adamziel Unfortunetaly, these processes are actually made with curl enabled. I echoed `curl_version` to illustrate it.  So the previous 12 minutes test was with curl enabled. I maybe missed...