wasmerio / wasmer-php

🐘🕸️ WebAssembly runtime for PHP
https://wasmerio.github.io/wasmer-php/wasm/
MIT License
1k stars 42 forks source link

Fix missing include directory in extension #150

Open petk opened 6 months ago

petk commented 6 months ago

With PHP 8.4 the 'include' directory in extensions isn't included automatically. It was part of the PHP_DEFINE macro. This fixes the build for the possible future versions.