summaryrefslogtreecommitdiff
path: root/security/pecl-mcrypt/files/patch-php84
blob: 9d7ac9def9e6782ef8055e34681202609b24076c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- mcrypt.c.orig	2023-12-19 10:55:02 UTC
+++ mcrypt.c
@@ -38,7 +38,11 @@
 #include "php_ini.h"
 #include "php_globals.h"
 #include "ext/standard/info.h"
+#if PHP_VERSION_ID >= 80400
+#include "ext/random/php_random.h"
+#else
 #include "ext/standard/php_rand.h"
+#endif
 #include "zend_smart_str.h"
 #include "php_mcrypt_filter.h"