https://github.com/akondas/php-docker
Docker Unofficial Image packaging for PHP 8.0
https://github.com/akondas/php-docker
docker docker-image jit php php8
Last synced: over 1 year ago
JSON representation
Docker Unofficial Image packaging for PHP 8.0
- Host: GitHub
- URL: https://github.com/akondas/php-docker
- Owner: akondas
- Created: 2019-04-18T18:22:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T08:24:16.000Z (about 7 years ago)
- Last Synced: 2025-02-28T19:21:14.075Z (over 1 year ago)
- Topics: docker, docker-image, jit, php, php8
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 11
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP 8.0 Docker with JIT
Docker Unofficial Image packaging for PHP
Run:
```bash
docker run -it akondas/php:8.0-cli-alpine
```
Run with enabled JIT:
```bash
docker run -it akondas/php:8.0-cli-alpine -dzend_extension=opcache.so -dopcache.enable_cli=1 -dopcache.jit_buffer_size=500000000 -dopcache.jit=1235
```