| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This is related to the fix for bug #64370. MSVC natively supports __int64 type,
so calculating with 32 bit ints is neither necessary nor reliable. Therefore
an older piece of code is reused.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
__int64 is unsafe.
via http://technet.microsoft.com/en-us/library/ms724284(v=vs.85).aspx
"Do not cast a pointer to a FILETIME structure to either a
ULARGE_INTEGER* or __int64* value because it can cause alignment faults on 64-bit Windows."
|
|
|
|
|
| |
1 million microsecs). (ped at 7gods dot org)
- Moved line out of order in NEWS.
|
|
|
|
|
|
|
|
| |
- add nanosleep
- expose nanosleep and usleep
- [DOC] time_ nanosleep and time_ sleep_ until available on windows
- change nanosleep signature to match posix one
|
|
|
|
|
|
| |
* Last _WIN32_WINNT macro redef
* Include <config.w32.h> where _WIN32_WINNT was
|
|
|
|
|
|
| |
* Remove NTDDI_VERSION declaring and use the one in config.w32.h
* Remove another _WIN32_WINNT macro redef in win32/time.c
|
| |
|
| |
|
|
|
|
|
|
| |
NB: we now depend on windows 98 and later;
windows 95 does not have these timing functions.
|
| |
|
| |
|
|
|
|
|
|
|
| |
<Reijo.Vanhanen@helsoft.fi>
@- microtime under windows now returns accurate values (James)
|
|
|
|
|
|
|
|
|
|
|
|
| |
* hand-patched in php3 changes from 3.0.6 to HEAD in these files:
fopen-wrappers.[ch] ext/standard/file.[ch] ext/standard/fsock.[ch]
ext/standard/php3_string.h ext/standard/string.c
* added some new file/socket macros for more readable code:
FP_FGETS(buf,len,sock,fp,issock)
FP_FREAD(buf,len,sock,fp,issock)
FP_FEOF(sock,fp,issock)
FP_FGETC(sock,fp,issock)
|
|
|
|
| |
and files
|
| |
|
|
|