Skip to content

Conversation

Ayesh
Copy link
Member

@Ayesh Ayesh commented Aug 4, 2025

Similar Dockerfile as php8, but with root image using the latest current PHP version, which makes this a moving target.


diff Dockerfile.php8 Dockerfile.php8latest
- FROM php:8.3-apache
+ FROM php:8.4-apache
- COPY ./php.ini-production "$PHP_INI_DIR/php.ini"
+ COPY ./php.ini-production.php8latest "$PHP_INI_DIR/php.ini"

PHP 8.5 deprecates a few PHP INI options and bundled Opcache without needing a separate toggle. To account for these changes, there is a separate INI file.

These images are not meant to be used in production, but rather as a target to test the latest PHP version easily.

Checklist

  • Breaking change: fix or feature that would cause existing functionality to not work as expected
  • I have read the Contributing doc
  • I have read the Creating and reviewing pull requests at LinkORB guide doc
  • Lint and unit tests pass locally with my changes
  • I have added/updated necessary documentation in the README.md or doc/ directories (if appropriate)

Identical Dockerfile as `php8`, but with root image using the latest
current PHP version, which makes this a moving target.

```bash
diff Dockerfile.php8 Dockerfile.php8latest
```

```diff
- FROM php:8.3-apache
+ FROM php:8.4-apache
```
@Ayesh Ayesh marked this pull request as draft August 24, 2025 18:50
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.

1 participant