ID: 50652 Updated by: [email protected] Reported By: robert_xp at gmx dot net -Status: Open +Status: Wont fix Bug Type: Performance problem PHP Version: 5.3.1 New Comment:
We can't do this, as for longer running scripts the value as returned by time() can change (like once every second). Previous Comments: ------------------------------------------------------------------------ [2010-01-04 12:18:06] robert_xp at gmx dot net Description: ------------ Sure, it is not so critical to patch this but you use ever time(NULL) to get the current time in most functions. There is a better way going over the SAPI interface and retrieve a cached value. I published also a patch for all time(NULL/0) calls on http://www.xarg.org/2009/12/php-hacking/ I also hacked the FCGI sapi to get the time value direclty from the webserver - yes it is not supported by default. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=50652&edit=1
