Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13473 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50139 invoked by uid 1010); 22 Oct 2004 20:51:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50113 invoked from network); 22 Oct 2004 20:51:21 -0000 Received: from unknown (HELO mail.omniti.com) (66.80.117.3) by pb1.pair.com with SMTP; 22 Oct 2004 20:51:21 -0000 DomainKey-Status: good DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=test; d=omniti.com; h=Received:In-Reply-To:References:Mime-Version:Content-Type:Message-Id:Content-Transfer-Encoding:Cc:From:Subject:Date:To:X-Mailer; b=T8wFBhuawVHPI4Kd/zbSqowYIT2z7gRUcOAqz+hWoh/z60jGI7TSxBObGZFeWomT 68AJ7XmAn41weKVZxN9aXWcdIlPX7EFCvNBeHYEsXwxg+03tRMQbAkCUAmtlcM6B Received: from ([66.80.117.2:61224] helo=[10.80.116.151]) by mail.omniti.com (ecelerity HEAD) with SMTP id 0E/20-31044-CC279714 for ; Fri, 22 Oct 2004 16:51:27 -0400 In-Reply-To: <417970E3.7080001@prohost.org> References: <417970E3.7080001@prohost.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: George Schlossnagle , internals@lists.php.net Date: Fri, 22 Oct 2004 16:50:14 -0400 To: Ilia Alshanetsky X-Mailer: Apple Mail (2.619) Subject: Re: [PHP-DEV] PHP 5.1 time() caching From: george@omniti.com (George Schlossnagle) On Oct 22, 2004, at 4:43 PM, Ilia Alshanetsky wrote: > > The question is what would be the best way to provide this information > within the script. The two alternatives are: adding a new function to > get this info or storing this data inside $_SERVER. > > What do you think? $_SERVER['request_time'] George