Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27611 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53605 invoked by uid 1010); 23 Jan 2007 17:34:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53590 invoked from network); 23 Jan 2007 17:34:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2007 17:34:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.237 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.237 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.237] ([64.233.162.237:31480] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/84-17963-51746B54 for ; Tue, 23 Jan 2007 12:34:13 -0500 Received: by nz-out-0506.google.com with SMTP id k1so1359707nzf for ; Tue, 23 Jan 2007 09:34:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MLrqX4MCqw52J/EnNv269NON8RTU4l6HgogbiYM+Ific9lTxKEXaE4YNMNAPc+Mt5GWRMg0NBwzBvYPSTm7tgEtnQ69Oo70ieey7nKAmNY+W36om1JTxsN4sxa1yeiiW53ML3hWgibDZYyXwb2i2TxeeEto5cJTACkGZcQT2uMs= Received: by 10.65.176.3 with SMTP id d3mr10147194qbp.1169573650762; Tue, 23 Jan 2007 09:34:10 -0800 (PST) Received: by 10.65.241.7 with HTTP; Tue, 23 Jan 2007 09:34:10 -0800 (PST) Message-ID: Date: Tue, 23 Jan 2007 18:34:10 +0100 To: "Oliver Block" Cc: internals@lists.php.net In-Reply-To: <200701231829.15407.lists@block-online.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200701222028.59307.lists@block-online.eu> <200701231829.15407.lists@block-online.eu> Subject: Re: [PHP-DEV] easter_date() II From: pierre.php@gmail.com (Pierre) On 1/23/07, Oliver Block wrote: > Hello Pierre, > > a bug report will be no problem.:) > > Regarding a patch: timezone information needs to be accessible from within > ext/calendar/easter.c if I got it right. The easiest way is to call > php_mktime/PHP_FUNCTION(mktime) from within easter_date() - but is that > possible/allowed/welcome? No idea, report a bug and the maintainer will tell you his opinion :) --Pierre