wasmer-php icon indicating copy to clipboard operation
wasmer-php copied to clipboard

Fix missing include directory in extension

Open petk opened this issue 1 year ago β€’ 0 comments

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.

petk avatar Feb 27 '24 08:02 petk