Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74775 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87688 invoked from network); 6 Jun 2014 12:18:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jun 2014 12:18:15 -0000 Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.200 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.200 imap1-2.ox.privateemail.com Received: from [192.64.116.200] ([192.64.116.200:52292] helo=imap1-2.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/00-21044-581B1935 for ; Fri, 06 Jun 2014 08:18:14 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id E92F52004CC; Fri, 6 Jun 2014 08:18:10 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at imap1.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap1.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id pXC70pbvy0Qy; Fri, 6 Jun 2014 08:18:10 -0400 (EDT) Received: from [192.168.0.200] (unknown [90.203.28.11]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id BE8442001CF; Fri, 6 Jun 2014 08:18:09 -0400 (EDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) In-Reply-To: <53910675.6040908@nebm.ist.utl.pt> Date: Fri, 6 Jun 2014 13:18:06 +0100 Cc: PHP Content-Transfer-Encoding: quoted-printable Message-ID: <6264D129-2F40-429B-B89A-940F6F8D498C@ajf.me> References: <53910675.6040908@nebm.ist.utl.pt> To: Gustavo Lopes X-Mailer: Apple Mail (2.1878.2) Subject: Re: [PHP-DEV] lxr.php.net's phpng seems out of date From: ajf@ajf.me (Andrea Faulds) On 6 Jun 2014, at 01:08, Gustavo Lopes wrote: > On 06-06-2014 00:50, Andrea Faulds wrote: >> I=92m using lxr.php.net and trying to find some stuff in phpng. = However, >> it can=92t find some things which most definitely are in the branch = as >> they=92re in the checked-out, up-to-date copy on my local machine. >>=20 >> Is lxr.php.net=92s phpng branch not updated very often? >=20 > Can you point out exactly the problem? It should be updating with the = same frequency as everything else (except for PECL), which is hourly. A = quick look at the files shows some updated on the 5th June, which has = just gone by (UTC wise). It can=92t find ZVAL_NEW_STR: = http://lxr.php.net/search?q=3D&defs=3DZVAL_NEW_STR&refs=3D&path=3D&hist=3D= &project=3Dphpng That=92s just the definition, which might be expected since sometimes = lxr.php.net can=92t find definitions. But it can=92t find the symbol at = all! = http://lxr.php.net/search?q=3DZVAL_NEW_STR&defs=3D&refs=3D&path=3D&hist=3D= &project=3Dphpng A quick look at git blame on my local machine says that macro was added = to zend_types.h by the commit "76cc99fe (Dmitry Stogov 2014-04-03 = 15:26:23 +0400 545)=94. That=92s more than two months ago. Furthermore, = a quick check on GitHub confirms it is most definitely still in phpng at = the time of writing: https://github.com/php/php-src/blob/phpng/Zend/zend_types.h#L515 Based on this I believe that the copy on lxr must be out-of-date = somehow. -- Andrea Faulds http://ajf.me/