Skip to content

Files

Latest commit

af6ffcc · Jul 13, 2023

History

History
19 lines (13 loc) · 370 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 370 Bytes

About

Building

You can build PHP by running the following Makefile targets:

  • make v8.1.11
  • make v8.2.0
  • make v8.2.0-slim
  • make v8.2.6
  • make v8.2.6-slim

Running a script with php-cgi

Don't forget to map the folder that contains the php script, which you want to run. For example:

wasmtime --mapdir=./::./ -- php-cgi my-script.php