mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
14 lines
296 B
C
14 lines
296 B
C
--- library.c.orig 2024-08-03 17:50:52 UTC
|
|
+++ library.c
|
|
@@ -56,7 +56,11 @@
|
|
#include <ext/json/php_json.h>
|
|
#endif
|
|
|
|
+#if PHP_VERSION_ID <= 80300
|
|
#include <ext/standard/php_rand.h>
|
|
+#else
|
|
+#include <ext/random/php_random.h>
|
|
+#endif
|
|
#include <ext/hash/php_hash.h>
|
|
|
|
#define UNSERIALIZE_NONE 0
|