Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73221 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22755 invoked from network); 17 Mar 2014 15:07:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Mar 2014 15:07:55 -0000 Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.213.42 mail-yh0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:42680] helo=mail-yh0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/B7-17561-9CF07235 for ; Mon, 17 Mar 2014 10:07:54 -0500 Received: by mail-yh0-f42.google.com with SMTP id t59so5451543yho.1 for ; Mon, 17 Mar 2014 08:07:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tWoADsK8Vl9laDZbX7k4wtmGEOqgWbRPijpk3cRHXkE=; b=N+DJhnoVVuocbSvxdu2Cas+t4aHtlFti6SBsH6QeQzOGRLVbG2gbnSubDgQe+zx7Ql WyooqkHeVULN1yOdKi/tjMNsPJcJH1fdqgzaK+4fwTrLCbzCPKaVMYLCQk1yYZyV/2G0 pHnOHISZ897+wvke0nBHOsAC6eNelCZXVirB0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=tWoADsK8Vl9laDZbX7k4wtmGEOqgWbRPijpk3cRHXkE=; b=PVdB07mlbMTcLOLw63xZYv2I9J7gRxVByOhw24lJSM4u4njTtu0BJEj4AMVRUNIAJw PAm+RvDgvHR5MVqPuQ6eDWtPY1KdUxU8WQqfNEvfVZ0iQvJ1LG+qpI+0AF145UnZ65lj SFlIQdRPThdj4wjtzB8UXPpzzXQqTT5Uc9V6JvvkYP+bYL+cRUfnBt5LK8Xj9IKQZDCa yaJAcUqFJUEe7jYyGX/TwF5BG6mIu8IW2LEvqOHvPuQ4zxE+P3U89swuYnnt1ANKdO/+ mxiqe849b3f5loxjW5iO2Q4jfe53FFnBDysApYh9bEBBueVtJTTfFdRtsIwxIk7opU08 Uh0Q== X-Gm-Message-State: ALoCoQnDEOHXcoZUitDrAQ92DeacaDkJKrxyKFJ9BsBXlbG/U3plXO7B7z3o4pjPRrQirxhmTNz7 MIME-Version: 1.0 X-Received: by 10.236.172.33 with SMTP id s21mr34881059yhl.71.1395068870071; Mon, 17 Mar 2014 08:07:50 -0700 (PDT) Received: by 10.170.188.139 with HTTP; Mon, 17 Mar 2014 08:07:49 -0700 (PDT) In-Reply-To: References: Date: Mon, 17 Mar 2014 17:07:49 +0200 Message-ID: To: Chris Wright Cc: Leigh , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Session: deprecating create_sid() method and add createSid()? From: narf@devilix.net (Andrey Andreev) On Mon, Mar 17, 2014 at 4:11 PM, Chris Wright wrote: > Docs are still in SVN, by far the easiest way to do it is via the OE > (http://edit.php.net/). > > If you want to check the English docs out via SVN, use > https://svn.php.net/repository/phpdoc/modules/doc-en Great, svn kind of sucks, but I still like it better than the online editor. I'll look into it, thanks. Cheers, Andrey.