Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40071 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77597 invoked from network); 23 Aug 2008 21:09:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2008 21:09:30 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.173 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 66.249.92.173 ug-out-1314.google.com Received: from [66.249.92.173] ([66.249.92.173:62913] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/A9-07001-98C70B84 for ; Sat, 23 Aug 2008 17:09:30 -0400 Received: by ug-out-1314.google.com with SMTP id c2so356517ugf.37 for ; Sat, 23 Aug 2008 14:09:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=9FmOSucl5TeNkLEc/F2S9+RYx+ySYFxnO24zWRpFyG8=; b=hP81ZUDrqfwaFA5Z2+Pj21lt78Bd6/eZFOwdu5UzaT46g3KkQfo7B1Gc29NTtnAiP+ yGLQmW9P7tLhHa4sfdfBb7MiQYHIVThgvzk9XlhYKWB2Q2STUERsM9kIIMFe55LRQ9gq sT/zH3k2wUL/3jy83W9osHnIApPaPqDAllpfY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=u1l616vNkHJ5ili1ToxcVoFrmBuw6/uvMSbDOyC1RzExNPtSBHJ+1Cp/23w7xvaW/f tvnGX1PJEqO/jmqXgZh8MLVjk+IDnTJYQtrXcqJnLIIfWoVRUOgfnaOYv3hD72bKkUmk C5oHwbTTVqbOLOt8tTu8GSiTdExrmFRVPs8kg= Received: by 10.103.252.17 with SMTP id e17mr1686407mus.115.1219525765823; Sat, 23 Aug 2008 14:09:25 -0700 (PDT) Received: by 10.103.248.20 with HTTP; Sat, 23 Aug 2008 14:09:25 -0700 (PDT) Message-ID: <7f3ed2c30808231409p63d7bdf8reac2b4c8435de2c2@mail.gmail.com> Date: Sat, 23 Aug 2008 23:09:25 +0200 To: "Christian Seiler" Cc: "php-dev List" In-Reply-To: <48B07A62.3050207@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48B07A62.3050207@gmx.net> Subject: Re: [PHP-DEV] [RFC] [PATCH] Rounding in PHP From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Sat, Aug 23, 2008 at 23:00, Christian Seiler wrote: > PS: While testing the Windows versions, I discovered, that someone > removed http://www.php.net/extras/win32build.zip - is that intentional? That was intentional yes. I asked Pierre, and he said nothing from that folder was used. > I got the previous version out of CVS in order to be able to build PHP. > If it is intentional, where do I get updated build instruction when > compared to ? I honestly didn't even think of grepping the documentations :] But apparently the wiki is used as documentations these days: http://wiki.php.net/internals/windows -Hannes