Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47085 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77001 invoked from network); 2 Mar 2010 18:17:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2010 18:17:24 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.220.223 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.220.223 mail-fx0-f223.google.com Received: from [209.85.220.223] ([209.85.220.223:38086] helo=mail-fx0-f223.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 67/66-40142-2365D8B4 for ; Tue, 02 Mar 2010 13:17:23 -0500 Received: by fxm23 with SMTP id 23so75162fxm.23 for ; Tue, 02 Mar 2010 10:17:19 -0800 (PST) Received: by 10.223.15.154 with SMTP id k26mr6982773faa.77.1267553839529; Tue, 02 Mar 2010 10:17:19 -0800 (PST) Received: from ?192.168.200.22? (c-98-234-184-167.hsd1.ca.comcast.net [98.234.184.167]) by mx.google.com with ESMTPS id 16sm3075606fxm.3.2010.03.02.10.17.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 02 Mar 2010 10:17:18 -0800 (PST) Message-ID: <4B8D562C.1050305@lerdorf.com> Date: Tue, 02 Mar 2010 10:17:16 -0800 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9pre) Gecko/20100301 Shredder/3.0.4pre MIME-Version: 1.0 To: PHP Developers Mailing List X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: SSL enabled for SVN From: rasmus@lerdorf.com (Rasmus Lerdorf) You can now use https://svn.php.net/respository for your authenticated checkouts to keep your svn account safer. You can switch an existing checkout using: svn switch --relocate http://svn.php.net/repository https://svn.php.net/repository If you get any sort of ca-root errors, install the cacert class 3 root cert from http://www.cacert.org/index.php?id=3 -Rasmus