Wilko Meyer writes: > * gnu/packages/php.scm (php): Update to 8.3.6. > > Change-Id: I8f173558fc4098d6d72b42724e5e106d7dabb62a > --- > Hi Guix, > > This patch updates PHP, the new version successfully builds and runs locally: > > ~/devel/guix [env]$ php --version > PHP 8.3.6 (cli) (built: Jan 1 1970 00:00:01) (NTS) > > I had to skip two failing tests, one which seems to be > unreliable/flaky according to reports[0], another one which seems to > address a Windows only bug[1]. Haven't spend too much time investigating > these further/trying to find ways of fixing at least the non-windows > one; maybe will do so if time isn't as limited as it is right now. > > [0]: https://github.com/php/php-src/issues/11401 > [1]: https://bugs.php.net/bug.php?id=74589 > > gnu/packages/php.scm | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) This looks good to me, I've pushed the patch to master as d2a1a4efad4f1ee5b92320bdd7146411184652f9. Chris