mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Default to ZEND_STR_TYPE.
This commit is contained in:
parent
0e6a629702
commit
562e88a30f
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ PHP_FUNCTION(uniqid)
|
||||||
{
|
{
|
||||||
zstr prefix = EMPTY_ZSTR;
|
zstr prefix = EMPTY_ZSTR;
|
||||||
int prefix_len = 0;
|
int prefix_len = 0;
|
||||||
zend_uchar str_type;
|
zend_uchar str_type = ZEND_STR_TYPE;
|
||||||
#if defined(__CYGWIN__)
|
#if defined(__CYGWIN__)
|
||||||
zend_bool more_entropy = 1;
|
zend_bool more_entropy = 1;
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue