phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [ 101796 ] perfgetmicrotime() Error


From: nobody
Subject: [Phpgroupware-tracker] [ 101796 ] perfgetmicrotime() Error
Date: Tue, 04 Feb 2003 07:44:02 -0500


Support Request #101796, was updated on 2003-Feb-04 19:40
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=101796&group_id=509

Category: Question
Status: Closed
Priority: 5
Summary: perfgetmicrotime() Error

By: skwashd
Date: 2003-Feb-04 23:44
Logged In: YES 
user_id=2480
Browser: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826

This support request has been closed.  The support manager does
not provide the features that are required to properly manage bug
reports. This section of savannah is only used for feature
requests and questions.

If the issue outlined below is still a problem please report it
on our bug tracker at
https://savannah.gnu.org/bugs/?group=phpgroupware

Please ensure you are logged in or provide an email address, so
you receive any follow up.  Also include as much information
about your configuration as possible - such as OS(distro +
version), apache version, php version, db etc.

Thanks for your feedback and interest in the project.

Cheers

----------------------------------------------------------------------

By: skwashd
Date: 2003-Feb-04 23:43
Logged In: YES 
user_id=2480
Browser: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826

Ok, a couple of issues here, posted in the wrong place, it
is a documented problem.

I will overlook the first issues.  The second issue,  Look
at this file:
http://savannah.gnu.org/cgi-bin/viewcvs/phpgroupware/phpgroupware/header.inc.php.template?rev=1.35.2.5&content-type=text/vnd.viewcvs-markup

Change:
                function perfgetmicrotime()
                {
                        list($usec, $sec) = explode(' ',microtime());
                        return ((float)$usec + (float)$sec);
                }
To:
        if (!function_exists('perfgetmicrotime'))
        {
                function perfgetmicrotime()
                {
                        list($usec, $sec) = explode(' ',microtime());
                        return ((float)$usec + (float)$sec);
                }
        }

Should work fine.  I am closing this ... any more problems
see my next post.

----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=101796&group_id=509




reply via email to

[Prev in Thread] Current Thread [Next in Thread]