Merge branch 'PHP-8.2'

* PHP-8.2:
  random: Add missing `php.h` include to php_random.h (#10764)
This commit is contained in:
Tim Düsterhus 2023-03-06 17:34:24 +01:00
commit 08bae7f370
No known key found for this signature in database
GPG key ID: 8FF75566094168AF

View file

@ -31,6 +31,7 @@
#ifndef PHP_RANDOM_H #ifndef PHP_RANDOM_H
# define PHP_RANDOM_H # define PHP_RANDOM_H
# include "php.h"
# include "zend_result.h" # include "zend_result.h"
PHPAPI double php_combined_lcg(void); PHPAPI double php_combined_lcg(void);