Yannick Decat

Results 81 comments of 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 : ![Image](https://github.com/user-attachments/assets/3f55c1a0-f381-477a-9972-d40ae31625d6) According to...

Here it is ! : ![Image](https://github.com/user-attachments/assets/72310807-c1c4-439b-921f-7bf5ec2d1385) Still a Warning but, 🎉 ! The previous reason why it didn't work was due to the proxy being on HTTPS. And after 12...

![Image](https://github.com/user-attachments/assets/6db433a8-046a-4fc8-a5d4-6e8cd015dc7d) 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. ![Image](https://github.com/user-attachments/assets/69c4b34d-0d93-458b-aad8-913d6d395e08) So the previous 12 minutes test was with curl enabled. I maybe missed...