GreenLamantin / php-docker-jit

PHP docker image with experimental jit support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP 8 with experimental JIT support docker image

This code is a helper to try out the PHP with experimental JIT support. It was written as a pet project inspired by the tweet that states 54% performance improvement.

This image is based on experimental branch: https://github.com/zendtech/php-src/tree/jit-dynasm

You can read more about JIT support in internals mail list (https://externals.io/message/103903) or review changes in related pull request (php/php-src#3792).

To get latest image you should run:

docker pull dmitrybalabka/php-jit:latest

Docker hub link: https://cloud.docker.com/u/dmitrybalabka/repository/docker/dmitrybalabka/php-jit

Code is a copy-paste of docker/php builder with slight additions to be able to compile git-based version of php.

Copyright (c) 2014-2016 Docker, Inc.

About

PHP docker image with experimental jit support


Languages

Language:Shell 51.2%Language:Dockerfile 48.8%