Skip to content

Conversation

@kdambekalns
Copy link
Member

@kdambekalns kdambekalns commented Sep 26, 2025

The following need a release for PHP 8.5:

  • igbinary – 3.2.17RC1 by now…
  • imagick
  • phpredis
  • spx
  • xdebug

@kdambekalns kdambekalns self-assigned this Sep 26, 2025
@kdambekalns
Copy link
Member Author

kdambekalns commented Sep 26, 2025

So far this fails to build, as Xdebug won't compile, even with the master branch.

@kdambekalns
Copy link
Member Author

Xdebug 3.5.0alpha2 does support PHP 8.5 (and the new path mapping feature!)

@kdambekalns
Copy link
Member Author

Xdebug 3.5.0alpha2 does support PHP 8.5 (and the new path mapping feature!)

But it still fails to compile…

@kdambekalns kdambekalns force-pushed the task/add-php-8.5 branch 2 times, most recently from aefccb3 to e9b9f35 Compare October 30, 2025 22:21
@kdambekalns
Copy link
Member Author

This builds now: docker build --build-arg PHP_VERSION=8.5.0RC3 -t flownative/php:8.5.0RC3 .

Running yields:

I have no name!@2c9dc7142134:/opt/flownative/php$ php -v
PHP 8.5.0RC3 (cli) (built: Oct 30 2025 22:10:00) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.5.0RC3, Copyright (c) Zend Technologies
    with Zend OPcache v8.5.0RC3, Copyright (c), by Zend Technologies

@kdambekalns
Copy link
Member Author

This builds now: docker build --build-arg PHP_VERSION=8.5.0RC4 -t flownative/php:8.5.0RC4 .

Running (docker run --rm -ti flownative/php:8.5.0RC4 bash) yields:

I have no name!@e385757b7bba:/opt/flownative/php$ php -v
PHP 8.5.0RC4 (cli) (built: Nov 10 2025 08:50:28) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.5.0RC4, Copyright (c) Zend Technologies
    with Zend OPcache v8.5.0RC4, Copyright (c), by Zend Technologies

@kdambekalns
Copy link
Member Author

This builds now: docker build --build-arg PHP_VERSION=8.5.0 -t flownative/php:8.5.0 .

Running (docker run --rm -ti flownative/php:8.5.0 bash) yields:

I have no name!@b9467d07609a:/opt/flownative/php$ php -v
PHP 8.5.0 (cli) (built: Nov 20 2025 20:47:47) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.5.0, Copyright (c) Zend Technologies
    with Zend OPcache v8.5.0, Copyright (c), by Zend Technologies

But still missing three extension releases…

@kdambekalns kdambekalns marked this pull request as ready for review November 21, 2025 09:20
@kdambekalns
Copy link
Member Author

We could already enable building this, so we (and potentially others) can use it locally for testing things!?

And then drop the use of unstable extensions as they are released, before making this available to Beach?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants