1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 07:02:33 +02:00
This commit is contained in:
Stig Bakken
1999-08-31 15:57:30 +00:00
parent fb981b9650
commit b5375a323d

View File

@@ -57,8 +57,6 @@ PHP_FUNCTION(uniqid)
convert_to_boolean(flags);
}
printf("flags->value.lval = %d\n", flags->value.lval);
/* Do some bounds checking since we are using a char array. */
if (prefix->value.str.len > 114) {
php_error(E_WARNING, "The prefix to uniqid should not be more than 114 characters.");