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.
2 parents 999e32b + 05bce66 commit 1cb69c4Copy full SHA for 1cb69c4
ext/standard/hrtime.h
@@ -18,8 +18,6 @@
18
#ifndef HRTIME_H
19
#define HRTIME_H
20
21
-#include <Zend/zend_portability.h>
22
-
23
#define PHP_HRTIME_PLATFORM_POSIX 0
24
#define PHP_HRTIME_PLATFORM_WINDOWS 0
25
#define PHP_HRTIME_PLATFORM_APPLE 0
ext/standard/php_random.h
@@ -17,6 +17,8 @@
17
#ifndef PHP_RANDOM_H
#define PHP_RANDOM_H
+BEGIN_EXTERN_C()
+
PHP_FUNCTION(random_bytes);
PHP_FUNCTION(random_int);
@@ -46,4 +48,6 @@ extern PHPAPI int random_globals_id;
46
48
extern PHPAPI php_random_globals random_globals;
47
49
#endif
50
51
+END_EXTERN_C()
52
53
0 commit comments