diff options
Diffstat (limited to 'ext/standard/php_lcg.h')
| -rw-r--r-- | ext/standard/php_lcg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_lcg.h b/ext/standard/php_lcg.h index 2d88e582e6..a6d8b0c0a4 100644 --- a/ext/standard/php_lcg.h +++ b/ext/standard/php_lcg.h @@ -28,7 +28,7 @@ typedef struct { double php_combined_lcg(void); PHP_FUNCTION(lcg_value); -PHP_MINIT_FUNCTION(lcg); +PHP_RINIT_FUNCTION(lcg); #ifdef ZTS #define LCGLS_D php_lcg_globals *lcg_globals |
