mirror of
https://github.com/php/php-src.git
synced 2025-01-09 04:24:06 +08:00
Default to ZEND_STR_TYPE.
This commit is contained in:
parent
0e6a629702
commit
562e88a30f
@ -45,7 +45,7 @@ PHP_FUNCTION(uniqid)
|
||||
{
|
||||
zstr prefix = EMPTY_ZSTR;
|
||||
int prefix_len = 0;
|
||||
zend_uchar str_type;
|
||||
zend_uchar str_type = ZEND_STR_TYPE;
|
||||
#if defined(__CYGWIN__)
|
||||
zend_bool more_entropy = 1;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user