mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.3'
This commit is contained in:
commit
e1c8a85244
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ static void php_fsockopen_stream(INTERNAL_FUNCTION_PARAMETERS, int persistent)
|
|||
efree(hashkey);
|
||||
}
|
||||
|
||||
zend_argument_value_error(6, "must be -1 or between 0 and " ZEND_ULONG_FMT, (PHP_TIMEOUT_ULL_MAX / 1000000.0));
|
||||
zend_argument_value_error(6, "must be -1 or between 0 and " ZEND_ULONG_FMT, ((double) PHP_TIMEOUT_ULL_MAX / 1000000.0));
|
||||
RETURN_THROWS();
|
||||
} else {
|
||||
#ifndef PHP_WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue