Using microtime(TRUE) rather than time() for timestamps should give us more flexibility in handling the authenticator.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | microtime-ts-385388-1.patch | 960 bytes | pwolanin |
Using microtime(TRUE) rather than time() for timestamps should give us more flexibility in handling the authenticator.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | microtime-ts-385388-1.patch | 960 bytes | pwolanin |
Comments
Comment #1
pwolanin commentedComment #2
irek02 commentedDecades have passed and it is a time to get this issue out of queue. I have tested it, and, as expected, it works fine.
Comment #3
pwolanin commentedI'm a little surprised it works now - possibly gets cast to int on the other side?
Comment #4
irek02 commentedIt does. That's why so many people like PHP :)
Comment #5
pwolanin commentedha, well - I think this is outdated. At the least, I can no longer recall specifically why I thought it would be useful!