| 17 Mar 2022 |
Pol | I created this PR: https://github.com/NixOS/nixpkgs/pull/164576 as soon as the 3 PHP versions are released, I'll mark the PR as ready to review. (currently only php 8.0.17 has been released, others are only tagged on Github). | 11:03:43 |
Pol | Build of PHP 8.0.17 is successful on all platforms except aarch64-darwin as usual. | 12:24:18 |
| 18 Mar 2022 |
Pol | I just created my first PHP app with Nix flake: nix run github:drupol/framework-x/feat/use-nix | 12:47:51 |
| Pol invited stephank (Stéphan Kochen). | 12:48:08 |
Pol | I can't do the same with symfony/demo because of: ` | 15:21:06 |
Pol | * I can't do the same with symfony/demo because of: | 15:21:08 |
Pol |  Download image.png | 15:21:12 |
Pol | Branch here: https://github.com/drupol/demo/tree/feat/use-nix | 15:22:40 |
Pol | I fixed the symfony demo as well: nix run github:drupol/demo/feat/use-nix | 20:30:00 |
| 21 Mar 2022 |
Pol | PHP bumps: https://github.com/NixOS/nixpkgs/pull/164576 ready to review. | 08:41:05 |
Pol | (it does not includes php 7.4.29 as it seems that there won't be any release this month. | 08:41:36 |
Pol | * (it does not includes php 7.4.29 as it seems that there won't be any release this month.) | 08:41:38 |
| 23 Mar 2022 |
Pol | How about merging that PR please? ^^ | 08:03:01 |
| 25 Mar 2022 |
Pol | We have issue to build PHP <= 7.2: https://github.com/fossar/nix-phps/runs/5691255326?check_suite_focus=true | 11:46:30 |
Pol | Looks like it's an issue with:
> checking for jpeg_read_header in -ljpeg... no
> configure: error: Problem with libjpeg.(a|so). Please check config.log for more information.
| 11:46:58 |
Pol | * We have issue to build PHP <= 7.3: https://github.com/fossar/nix-phps/runs/5691255326?check_suite_focus=true | 11:47:12 |
Pol | Locally, I have another issue: | 12:51:40 |
Pol |  Download image.png | 12:51:42 |
Pol | weird stuff. | 12:51:53 |
Jan Tojnar | Pol: it just looks like libpng or zlib is no longer in the dependencies | 13:13:04 |
Jan Tojnar | most likely, they were previously propagated but not any more | 13:13:22 |
Pol | Oh. Where should I look and/or add them then? in fossar/phps or somewhere else? | 13:14:21 |
Jan Tojnar | likely | 13:19:23 |
Jan Tojnar | if the unpropagation is correct | 13:19:39 |
Pol | https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/php-packages.nix#L295 | 13:20:13 |
Pol | Not in there? | 13:20:24 |
Jan Tojnar | well, it looks like it is not needed for newer versions for some reason | 13:21:12 |
Pol | right. Then we mneed to add it in fosar/phps. I tried to search a bit, but don't know where to add it. Do you have a suggestion ? | 13:22:11 |
Pol | * right. Then we mneed to add it in fossar/phps. I tried to search a bit, but don't know where to add it. Do you have a suggestion ? | 13:22:18 |
Jan Tojnar | general rule of thumb, if phpExtensions.gd uses functions from libpng, then it should be dependency of phpExtensions.gd | 13:22:51 |