[MacPorts] #64255: php81-apache2handler: unexpectedly uses xxhashlib, which fails
MacPorts
noreply at macports.org
Thu Feb 6 20:45:53 UTC 2025
#64255: php81-apache2handler: unexpectedly uses xxhashlib, which fails
-----------------------------+-------------------------
Reporter: BjarneDMat | Owner: ryandesign
Type: defect | Status: accepted
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Resolution: | Keywords: snowleopard
Port: php, xxhashlib |
-----------------------------+-------------------------
Comment (by BjarneDMat):
I've found the error:
for php @8.1.31, @8.2.27 & @8.3.16 there's an error in
{{{
--- a/ext/hash/php_hash_xxhash.h
+++ b/ext/hash/php_hash_xxhash.h
@@ -17,10 +17,10 @@
#ifndef PHP_HASH_XXHASH_H
#define PHP_HASH_XXHASH_H
#define XXH_INLINE_ALL 1
-#include "xxhash.h"
+#include "xxhash/xxhash.h"
typedef struct {
XXH32_state_t s;
} PHP_XXH32_CTX;
}}}
I've sent en email to Anatol Belski <ab at php.net> who is the author of
these files
--
Ticket URL: <https://trac.macports.org/ticket/64255#comment:13>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list