Skip to content

Commit 1cb69c4

Browse files
committed
Merge branch 'PHP-7.4'
2 parents 999e32b + 05bce66 commit 1cb69c4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ext/standard/hrtime.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
#ifndef HRTIME_H
1919
#define HRTIME_H
2020

21-
#include <Zend/zend_portability.h>
22-
2321
#define PHP_HRTIME_PLATFORM_POSIX 0
2422
#define PHP_HRTIME_PLATFORM_WINDOWS 0
2523
#define PHP_HRTIME_PLATFORM_APPLE 0

ext/standard/php_random.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#ifndef PHP_RANDOM_H
1818
#define PHP_RANDOM_H
1919

20+
BEGIN_EXTERN_C()
21+
2022
PHP_FUNCTION(random_bytes);
2123
PHP_FUNCTION(random_int);
2224

@@ -46,4 +48,6 @@ extern PHPAPI int random_globals_id;
4648
extern PHPAPI php_random_globals random_globals;
4749
#endif
4850

51+
END_EXTERN_C()
52+
4953
#endif

0 commit comments

Comments
 (0)