Nix PHP | 80 Members | |
| A room for PHP developers running on Nix | 23 Servers |
| Sender | Message | Time |
|---|---|---|
| 12 Sep 2022 | ||
| I opened an issue about it here: https://github.com/NixOS/nixpkgs/issues/190905 | 09:47:43 | |
| Your input would be greatly appreciated. | 09:47:53 | |
| you can try stuff like strace or LD_DEBUG, but they're both very noisy sounds like it might be some impurity from the OS | 13:34:15 | |
| thanks, I will look for some information. | 15:04:58 | |
| 15 Sep 2022 | ||
| 12:49:57 | ||
| 12:49:59 | ||
| 26 Sep 2022 | ||
| etu: thanks for being so prompt for the PHP pull requests these last weeks ! it's cool :) | 07:37:12 | |
| :) | 07:39:05 | |
| 17:00:54 | ||
| 28 Sep 2022 | ||
| Damn, I just found out a bug in PHP and Nix because of OpenSSL. | 10:24:17 | |
| For some unknown reasons yet, when I use Symfony and do HTTP requests using cURL, I get this in the logs: | 13:43:39 | |
Download image.png | 13:43:41 | |
| I have absolutely no clue on how to fix this issue yet | 13:44:09 | |
I think it requires some changes in openssl.cnf | 14:40:08 | |
| Link: https://github.com/openssl/openssl/issues/18574 | 15:12:24 | |
| I think it's linked to: https://github.com/php/php-src/issues/8369 | 15:17:48 | |
The thing is that when I do: php -r "echo file_get_contents('https://chromedriver.storage.googleapis.com/LATEST_RELEASE', false, stream_context_create());" I cannot reproduce the issue. While in a symfony app, you can reproduce it. Weird. | 15:18:37 | |
| 29 Sep 2022 | ||
| So Pol: You're asking the really good questions regarding imap and why we have it disabled, I didn't know, but it was kinda fun to find out the reason for it 😉 | 12:06:02 | |
| I'm currently reading your answer. Massive. | 12:06:18 | |
In reply to @drupol:matrix.orgOn my side the issue was because you can only read once the body content of a request made with curl in Symfony. You need to make sure you don't read the body more than once, or else, it's empty. | 12:07:06 | |
In reply to @etu:semi.socialThanks again for your promptness ! did you sold your kids ? :D | 12:07:57 | |
In reply to @drupol:matrix.orgNah, but vacation is over and preschool is running so I have peace and quiet at home during daytime again... however I should spend time on work... but nix is more fun at times 😉 | 12:09:48 | |
| Okay :D | 12:16:45 | |
In reply to @drupol:matrix.orggoogle already fixed their servers according to https://github.com/php/php-src/pull/8558#issuecomment-1177656911 | 17:01:54 | |
| 2 Oct 2022 | ||
| etu: Job done ! https://github.com/NixOS/nixpkgs/pull/194109 props to @stephank ! | 18:19:13 | |
| * etu: Job done ! https://github.com/NixOS/nixpkgs/pull/194109 props at Stéphan ! | 18:19:57 | |
In reply to @drupol:matrix.orgNice, I'll look into it tomorrow. Currently in couch mode with a baby sleeping on my lap :) | 18:33:49 | |
| Enjoy these moments mate :) | 18:38:58 | |
| there's currently two issues on the blockers list for 22.11, they are:
| 22:24:54 | |
| please consider whether they're blockers and will be addressed, or whether they should be bumped/closed | 22:25:39 | |