summaryrefslogtreecommitdiff
path: root/ext/standard/php_lcg.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-05-06 16:54:27 +0000
committerfoobar <sniper@php.net>2001-05-06 16:54:27 +0000
commit8e006f81afa692ebef76e10b75de2b9361a480d5 (patch)
treee6162da5ad27c7fece4b74a2ea03f24cd8c4a120 /ext/standard/php_lcg.h
parentd2cbd019e38d3ff520541c0bef783028d321027a (diff)
downloadphp-git-8e006f81afa692ebef76e10b75de2b9361a480d5.tar.gz
Fix bug: #8834. Now there should be more random salts..
Diffstat (limited to 'ext/standard/php_lcg.h')
-rw-r--r--ext/standard/php_lcg.h2
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