opnsense-ports/security/pecl-mcrypt/files/patch-php84
Franco Fichtner 090e743ba0 security/pecl-mcrypt: sync with upstream
Taken from: FreeBSD
2024-07-31 11:03:21 +02:00

14 lines
333 B
Text

--- 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"