| 20 Jan 2023 |
phaer | Hello, I am running php-fpm on nginx on nixos 22.11 and even though error_log = syslog by default and i have catch_workers_output in my pool config, php errors do not seem to end up in php-fpms journal or anywhere else i can find them. | 12:36:54 |
phaer | Is this expected behaviour? Shouldn't php errors be logged somewhere by default? Am i mssing a critical setting? | 12:37:23 |
hexa | mayeb the app has a statedir, where it logs into var/log | 17:58:36 |
hexa | I'm looking at you, wallabag | 17:58:44 |
| 21 Jan 2023 |
philipp | And laravel and magento (shudder). | 15:28:05 |
| 23 Jan 2023 |
Pol | Looking for comments in here: https://github.com/NixOS/nixpkgs/pull/212249#issuecomment-1400255969 | 12:22:06 |
Pol | Especially from PHP Maintainers ^^ | 12:22:26 |
@etu:failar.nu | I also have the question if PHP version really matters when using that tool | 12:25:59 |
@etu:failar.nu | Like, does it make a difference to have 3 variants for it for each version? | 12:26:20 |
@etu:failar.nu | And the commit history needs... some work ;) | 12:26:34 |
Pol | The commit history is the least of the issues and can be addressed at the end. I think here you're also making a good point and I would not include it in the php-packages namespace. | 12:34:49 |
Pol | In the long run this is something I wish I could do in Nix... like remove phpstan, psalm, phpcsfixer from the php-packages namespace. | 12:35:25 |
@etu:failar.nu | Certain tools it makes sense to run with specific PHP versions | 12:58:11 |
Pol | Yup, but not these | 12:59:40 |
Pol | In reply to @drupol:matrix.org Looking for comments in here: https://github.com/NixOS/nixpkgs/pull/212249#issuecomment-1400255969 He closed the PR... I think I got him frustrated | 13:00:15 |
Pol | :( | 13:00:22 |
@etu:failar.nu | You asked valid questions | 13:01:31 |
Pol | More replies ! | 13:32:36 |
Pol | cool ! https://github.com/netz98/n98-magerun2/issues/1098 | 13:44:02 |
| 24 Jan 2023 |
Pol | Once again... https://github.com/netz98/n98-magerun/issues/1276 | 11:37:38 |
Pol | #facepalm | 11:37:42 |
Pol | etu: WDYT about all this mess ? | 11:39:55 |
Pol | I'm not paranoid about security at all, but downloading a random phar from a website where we don't know how it is built... it's... meh | 11:41:28 |
Pol | "Built on my machine" mmmh ok... | 11:48:46 |
@etu:failar.nu | Well, that's how we do it with composer | 11:49:43 |
Pol | Let me check how composer is built. | 11:50:13 |
Pol | https://github.com/composer/composer/blob/main/.github/workflows/release.yml | 11:50:36 |
Pol | It's built on Github. | 11:50:41 |
Pol | Would it be a stupid idea to verify the downloaded phar with the .asc file ? | 13:21:44 |
philipp | If the problem is that you don't trust (the integrity of the systems of) the person signing those files, not much is won by checking the signature. | 13:24:27 |