Default to ZEND_STR_TYPE.

This commit is contained in:
Andrei Zmievski 2006-10-07 00:41:14 +00:00
parent 0e6a629702
commit 562e88a30f

View file

@ -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