Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11979 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23926 invoked by uid 1010); 6 Aug 2004 21:22:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 23882 invoked from network); 6 Aug 2004 21:22:15 -0000 Received: from unknown (HELO mail.omniti.com) (66.80.117.3) by pb1.pair.com with SMTP; 6 Aug 2004 21:22:15 -0000 Received: from ([66.80.117.2:59373]) by mail.omniti.com (ecelerity HEAD) with SMTP id 96/C0-14247-586F3114; Fri, 06 Aug 2004 17:22:19 -0400 In-Reply-To: References: <5.1.0.14.2.20040724003444.034ea690@127.0.0.1> <5.1.0.14.2.20040724003444.034ea690@127.0.0.1> <5.1.0.14.2.20040725104701.02789d40@127.0.0.1> <5.1.0.14.2.20040806140026.02cc9ec8@127.0.0.1> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: Sara Golemon , George Schlossnagle , Andi Gutmans , internals@lists.php.net Date: Fri, 6 Aug 2004 17:21:50 -0400 To: Rasmus Lerdorf X-Mailer: Apple Mail (2.618) Subject: Re: [PHP-DEV] Everyone on the road? From: george@omniti.com (George Schlossnagle) On Aug 6, 2004, at 5:12 PM, Rasmus Lerdorf wrote: > On Fri, 6 Aug 2004, Andi Gutmans wrote: >> If you call it get_request_start_time() it should make it clearer >> what it >> means. >> I guess we could put it into SAPI I don't see any disadvantage >> although in >> any case, doing it one more time per-request wouldn't be that bad >> either. >> I hope to have more time towards the end of next week and then I can >> hopefully make this improvement. > > Sure, it's a single syscall, but this entire effort is about removing > syscalls, so adding one that isn't necessary because it has already > been > done during the request makes sense. I didn't imagine this would be so controversial. I'm all for this added callout. George