Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 420 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 420 Bytes

Fresh Tea ASM

Fresh Tea ASM is a machine code executor and JIT compiler for PHP, written in C/C++.

Installation

sudo apt-get install nasm php7.4-dev -y;
git clone https://github.com/ammarfaizi2/fresh-tea-asm;
cd fresh-tea-asm/src;
phpize;
./configure;
make;
cd ..;
php -d extension=$(pwd)/src/modules/fresh_tea_asm.so examples/hello_world.php;

License

This software is licensed under the MIT license.