Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46895 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2001 invoked from network); 27 Jan 2010 18:04:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2010 18:04:16 -0000 Authentication-Results: pb1.pair.com header.from=yoarvi@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=yoarvi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.44 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: yoarvi@gmail.com X-Host-Fingerprint: 209.85.160.44 mail-pw0-f44.google.com Received: from [209.85.160.44] ([209.85.160.44:37318] helo=mail-pw0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/04-08553-F10806B4 for ; Wed, 27 Jan 2010 13:04:16 -0500 Received: by pwi15 with SMTP id 15so4337983pwi.23 for ; Wed, 27 Jan 2010 10:04:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=y/aGya7rfcFYisBDvH285/qG7GycL5Zgu2/0ztESuTI=; b=Pb99uDKM9llEpxY3RZD4AIYxTWsSaqxmM3mqxklOs3UtakCuqLjaQM3ve6cbO/VXFR M1W2L3bQjpRYg4kFXKEVSNoDrkukaDy6OtB+wRgFYohA08kdYJkdA7O92MYTOZlURVsy hA69Z/fLcm08cVDOkr8WakhKKEarFLWs5AYIc= 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 :content-type; b=oSOV56huxZ72QK2xzbpN+kCVWM3emTDGKG1StJB5hsQ8Ex4zb1fzjaG/CbJfeNgont JKJcjEX/usEx1Bj7IZey0ydjCavMqGFpLqb6pEKDvXiI99zka0tR1PRIqzPQFALtK4hu 78Er1YT7iYLsD4mX6RyvoaDkvJR5R58b443A8= MIME-Version: 1.0 Received: by 10.114.165.28 with SMTP id n28mr2855226wae.107.1264615453235; Wed, 27 Jan 2010 10:04:13 -0800 (PST) In-Reply-To: References: Date: Wed, 27 Jan 2010 23:34:13 +0530 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Patches for a few Date/time related bugs From: yoarvi@gmail.com (Arvind Srinivasan) Thanks Derick. Please could you point me to info on how the timelib_timezone_db_data (in ext/date/lib/timezonedb.h) is generated. /* This is a generated file, do not modify */ const unsigned char timelib_timezone_db_data_builtin[257664] = { (A couple of the timezone related bugs I looked at used logic that indexed into this structure) Cheers, Arvi