wasmer-php
wasmer-php copied to clipboard
Fix missing include directory in extension
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.