Merge branch 'PHP-7.4'

This commit is contained in:
Levi Morrison 2019-11-08 08:04:52 -07:00
commit 1cb69c44d7
2 changed files with 4 additions and 2 deletions

View File

@ -18,8 +18,6 @@
#ifndef HRTIME_H
#define HRTIME_H
#include <Zend/zend_portability.h>
#define PHP_HRTIME_PLATFORM_POSIX 0
#define PHP_HRTIME_PLATFORM_WINDOWS 0
#define PHP_HRTIME_PLATFORM_APPLE 0

View File

@ -17,6 +17,8 @@
#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;
extern PHPAPI php_random_globals random_globals;
#endif
END_EXTERN_C()
#endif