We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9dfa12 commit 4a55794Copy full SHA for 4a55794
ext/standard/hrtime.h
@@ -20,8 +20,6 @@
20
#ifndef HRTIME_H
21
#define HRTIME_H
22
23
-#include <Zend/zend_portability.h>
24
-
25
#define PHP_HRTIME_PLATFORM_POSIX 0
26
#define PHP_HRTIME_PLATFORM_WINDOWS 0
27
#define PHP_HRTIME_PLATFORM_APPLE 0
ext/standard/php_random.h
@@ -19,6 +19,8 @@
19
#ifndef PHP_RANDOM_H
#define PHP_RANDOM_H
+BEGIN_EXTERN_C()
+
PHP_FUNCTION(random_bytes);
PHP_FUNCTION(random_int);
@@ -48,6 +50,8 @@ extern PHPAPI int random_globals_id;
48
50
extern PHPAPI php_random_globals random_globals;
49
51
#endif
52
53
+END_EXTERN_C()
54
55
56
57
/*
0 commit comments