History log of /php-src/Zend/zend_hrtime.h (Results 1 – 3 of 3)
Revision Date Author Comments
# 6c4e3c0f 17-Mar-2024 Bob Weinand

Use ZEND_API in zend_hrtime (#13288)

This allows actually calling zend_hrtime() from extensions on Windows.

Signed-off-by: Bob Weinand <bobwei9@hotmail.com>


# b132b7ab 20-Jul-2023 Peter Kokot

Remove check for time.h and HAVE_TIME_H (#11726)

The `<time.h>` header file is part of the standard C89 headers [1] and
on current systems can be included unconditionally.

The c

Remove check for time.h and HAVE_TIME_H (#11726)

The `<time.h>` header file is part of the standard C89 headers [1] and
on current systems can be included unconditionally.

The conditional include based on Windows is there so the win32/time.h
can be included on other places when needed.

Refs:
[1] https://port70.net/~nsz/c/c89/c89-draft.html#4.1.2
[2] https://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/autoconf/headers.m4

show more ...


# d0731934 16-Jul-2023 Arnaud Le Blanc

Expose time spent collecting cycles in gc_status() (#11523)