Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33412 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99024 invoked by uid 1010); 24 Nov 2007 09:20:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 99009 invoked from network); 24 Nov 2007 09:20:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Nov 2007 09:20:48 -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 209.85.198.187 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: 209.85.198.187 rv-out-0910.google.com Received: from [209.85.198.187] ([209.85.198.187:6050] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/A1-20678-EECE7474 for ; Sat, 24 Nov 2007 04:20:47 -0500 Received: by rv-out-0910.google.com with SMTP id k15so68032rvb for ; Sat, 24 Nov 2007 01:20:44 -0800 (PST) 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=VpPtzhvHAhQn8XuGhf/jMGqqtZzbhLm2EESakhPqcuo=; b=n4cpPuQoL8+9EKvBebnrsASQL9oZkBN64fj7/oEAspZYB7uVGrFp4/zNPkedUgotycUVPTdd1/7P40o5sgD2p3IaocI3MlYoy3qxaIXgn8ifgXsdeOhdPX+DKwKLQJEoum/uY0eQIQVhRxRYpyVMzZzdrqyN/sGFTGDRsVILb+c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RlG3ulr1LXtXtu1PImUcMZTeIVO5Rn0C397cGbHTiBZAp+wZTSv5hlJsj6Gp/K3gtV2pw6aD11GNLvjkIDCyB0kV17QKaaJ63MhOGJpE7k2wsr+o07+O7egfeO46i8NZtXzs7XX62UyA1OZliqUzXtDCZcbrHc1Mot8SgNlNwpc= Received: by 10.142.177.7 with SMTP id z7mr24363wfe.1195896044432; Sat, 24 Nov 2007 01:20:44 -0800 (PST) Received: by 10.142.170.21 with HTTP; Sat, 24 Nov 2007 01:20:44 -0800 (PST) Message-ID: <7f3ed2c30711240120q704d20f9x4b7ef3f9d4083b85@mail.gmail.com> Date: Sat, 24 Nov 2007 10:20:44 +0100 To: "Edward Z. Yang" Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <113985055.20071124091535@simps.ru> Subject: Re: [PHP-DEV] Re: 5.2.5 - changes in the string parser From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Nov 24, 2007 4:27 AM, Edward Z. Yang wrote: > The documentation probably should be fixed. Also, \f and \v have been > documented; your mirror probably isn't up to date. See: > http://cvs.php.net/viewvc.cgi/phpdoc/en/language/types.xml?r1=1.189&r2=1.190&diff_format=u Its not the mirror. Our build master is MIA, the only mirror that is up to date is http://docs.php.net which does 4builds a day (for all 17 translations). -Hannes