mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Upgrade master to Ubuntu 24.04 (GH-16704)
This commit is contained in:
parent
40997c2c62
commit
fb257ee83c
11 changed files with 36 additions and 15 deletions
|
@ -1182,6 +1182,7 @@ PHP_FUNCTION(time_nanosleep)
|
|||
RETURN_TRUE;
|
||||
} else if (errno == EINTR) {
|
||||
array_init(return_value);
|
||||
MSAN_UNPOISON(php_rem);
|
||||
add_assoc_long_ex(return_value, "seconds", sizeof("seconds")-1, php_rem.tv_sec);
|
||||
add_assoc_long_ex(return_value, "nanoseconds", sizeof("nanoseconds")-1, php_rem.tv_nsec);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue