Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49874 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19289 invoked from network); 5 Oct 2010 21:46:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Oct 2010 21:46:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:52793] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/9C-09675-0BC9BAC4 for ; Tue, 05 Oct 2010 17:46:25 -0400 Received: by wyg36 with SMTP id 36so1188814wyg.29 for ; Tue, 05 Oct 2010 14:46:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=sZwoEAJMhZaeTd+KxBWEXw0kS1atAZvyFfb8h2uEfqs=; b=JSYwmBEh42wCyE6IFW3QubTowv9fnStS9pOKdlUsCcjxpcvBP7b7nAFSJFJyZt9y0s Qks2JXKVcAnqE5E88QSn0Hj139Es4IF5Z1m7iPGPnex40zPHU1djBJN2ut7vpqLJmzN7 HNGJCpzNcPlflbiQ+IkyAKTKCLMteyzGFHt7Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=fzAiSAADZrRiT9fwKbDBMv8xRxYYh1Nm1ncfq1IbOnRq2xqzWO8vWiJiESMgFZXdDs DpX/DAtYr1i2rG8dDZLwQvxEst2evVdjWjaH+Ik2Czta46xEXkNQAYAGRuM/h/ihtsCF jnl7ui8AKheVcOzonQSn0VKcbBBuAzB3fTmbU= MIME-Version: 1.0 Received: by 10.216.181.15 with SMTP id k15mr9753797wem.82.1286315180863; Tue, 05 Oct 2010 14:46:20 -0700 (PDT) Received: by 10.216.25.70 with HTTP; Tue, 5 Oct 2010 14:46:20 -0700 (PDT) In-Reply-To: References: <1281428839.969.2038.camel@guybrush> <4C61AD77.5080109@php.net> Date: Tue, 5 Oct 2010 14:46:20 -0700 Message-ID: To: Derick Rethans Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=001636416dcf6cb1ba0491e5977a Subject: Re: [PHP-DEV] SVN Account Request: kriscraig From: kris.craig@gmail.com (Kris Craig) --001636416dcf6cb1ba0491e5977a Content-Type: text/plain; charset=ISO-8859-1 I'm starting to wonder if I'm sending this to the correct list. It's been another two weeks since my last email and I still have yet to receive a response. In fact, I haven't heard a thing from anyone since I sent the first patch out (as requested) back on August 10th. Could somebody (anybody) please email me a response when you get this? If you could tell me what I need to do and/or who I need to send this to in order to illicit an answer, I would be extremely grateful for your advice! I would be even more grateful (for whatever that's worth) if you have any thoughts on the latest date patch I sent. Thanks! --Kris On Fri, Sep 24, 2010 at 7:17 PM, Kris Craig wrote: > It's been a couple months since I heard anything, so I wanted to check the > status of my request and update you on my efforts. Things got pretty busy > so I didn't have much time to work on this in August, but the last couple > weeks I've been able to really dive into it. > > The latest patch is attached (based off 5.3.3 r303757 now). As you can > see, it's no longer just a hacky proof-of-concept like the previous patch > sent out. This actually makes full use of the formulas and has been > thoroughly tested. > > The only issue I'm running into is precision. You'll notice I've got a ton > of type casting all over the place (including a lot of unnecessary long > doubles lol) which I'll have cleaned-up in the next patch. These formulas > are accurate to within a few seconds (over the next several thousand years > at least), but the level of precision required is a bit much for standard > floating points to handle. As a result, the equinox/solstice start dates > are off by about 6-14 minutes when compiled on stock Ubuntu 10.04 and 0-7 > minutes when compiled on Windows (VC9). Is the PHP source currently making > use of any arbitrary precision libraries (like MPFR, etc) anywhere? That > would easily solve this rounding issue and enable me to put together some > PHPT tests with predictable results. > > > Also, I would like to ping for an update on my SVN account request. If > there is anything further you need me to do for you in order to complete > this process, I will be more than happy to do it. > > > Thanks! > > --Kris > > > > On Tue, Aug 10, 2010 at 1:36 PM, Kris Craig wrote: > >> Woops, sorry. Here's the file renamed to .txt. Thanks for the tip! >> >> >> --Kris >> >> >> >> On Tue, Aug 10, 2010 at 12:50 PM, Michael Maclean wrote: >> >>> On 10/08/10 20:28, Kris Craig wrote: >>> >>>> Sorry, I guess it would help if I actually attached the patch..... Here >>>> it is. >>>> >>> >>> The list strips attachments with filenames ending in something other than >>> .txt - resend or perhaps put it online somewhere? >>> >>> -- >>> Cheers, >>> Michael >>> >> >> > --001636416dcf6cb1ba0491e5977a--