mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
14 lines
287 B
C
14 lines
287 B
C
--- src/php_http_misc.c.orig 2024-08-03 15:35:31 UTC
|
|
+++ src/php_http_misc.c
|
|
@@ -12,7 +12,11 @@
|
|
|
|
#include "php_http_api.h"
|
|
|
|
+#if PHP_VERSION_ID <= 80300
|
|
#include "ext/standard/php_lcg.h"
|
|
+#else
|
|
+#include "ext/random/php_random.h"
|
|
+#endif
|
|
#include "zend_exceptions.h"
|
|
|
|
/* SLEEP */
|