Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97720 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79525 invoked from network); 12 Jan 2017 09:28:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2017 09:28:38 -0000 Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 209.85.210.178 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 209.85.210.178 mail-wj0-f178.google.com Received: from [209.85.210.178] ([209.85.210.178:34426] helo=mail-wj0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/33-50165-34C47785 for ; Thu, 12 Jan 2017 04:28:35 -0500 Received: by mail-wj0-f178.google.com with SMTP id tn15so7818248wjb.1 for ; Thu, 12 Jan 2017 01:28:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pthreads-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Sb5cs3OPmUOj4AWCsU6ehP5iF+tDzrTK0yafefLkcnI=; b=QZA7nLiW06O8sznMEYlj3/YHKit0VrqKfQu7032lJ67JJobBtYc0SkfLBiWRRKLuPl KiqZNWZz/3Uq1UFbxgWtnCwCED6YuAoBkb/QYCIrnNnbm+Q5Qs2HZdARXqT9l2B0Q9RH GWFEWAnzTPkl494rRLkOx6C6okFCKSmT1ABqyINjQ11huhogiNubXivzndZ8kH//HWMc 4LmolgOe+bpNPijXuChz9AtfvN8FV3ihLK1VQtm/6F8xEa4FtRPEWC9IXYFzwOAwuBY5 njzEgRFmBiNPY3dAM4Uch7IafX0yY2oEdCgSK7ft/dr/b0f57Yn+nH75s44O1C5ByBj5 IGIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Sb5cs3OPmUOj4AWCsU6ehP5iF+tDzrTK0yafefLkcnI=; b=bryumz1jXbJFfEl5MWWbeP5qUZ1hnIWIhxou5LL5ZNpmkXVbYridfUkh7jOZo0nOn8 5zmGgRHP1HxA6JzvHJ9rt86VM7rrx/FqaNyJ5WB98H0R185eu1vVUnuzCaZrisBnsuiR MZAK2a9FnR3JZAh0TUBWzDGyvivdWHSr8kHlkkOXbIbTYPg3ujFe2HC6PsRpMHVAyNXe K3OTaYiDB8BA49B9q17R5lOjtc8/j9uUjXY5q7ktv7LXCZkl15MTUg0FNWmnnyYkMIJt LzArowAUBS1qq1nkAZEJR5BEkREVBQuHGmQKwNqKOpn8GgOHMRxXg2/Y3rHHjtOhUkMh xL5w== X-Gm-Message-State: AIkVDXLzFChyvcs2fazuYRGNJ7skETu15knJIewXyyrC6i/1yz7h/T1JRxV5muiHxx2ArRCELQxa4+K52EvD5w== X-Received: by 10.194.62.136 with SMTP id y8mr7671476wjr.224.1484213311878; Thu, 12 Jan 2017 01:28:31 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.176.4 with HTTP; Thu, 12 Jan 2017 01:28:31 -0800 (PST) X-Originating-IP: [86.178.168.203] In-Reply-To: References: <4083361484210288@web9o.yandex.ru> Date: Thu, 12 Jan 2017 09:28:31 +0000 Message-ID: To: Kalle Sommer Nielsen Cc: sachavav@tut.by, Internals Content-Type: multipart/alternative; boundary=047d7bacb39e39cf7c0545e25726 Subject: Re: [PHP-DEV] Small mistake on wiki From: pthreads@pthreads.org (Joe Watkins) --047d7bacb39e39cf7c0545e25726 Content-Type: text/plain; charset=UTF-8 Morning, Other stuff that has been removed has strike through it, that would seem approrpiate ? Cheers Joe On Thu, Jan 12, 2017 at 8:59 AM, Kalle Sommer Nielsen wrote: > Hi > > 2017-01-12 9:38 GMT+01:00 : > > Hi, > > > > The page https://wiki.php.net/phpng-upgrading#call_frame_changes_ > zend_execute_data > > says: > > > >> zend_execute_data.num_args - number of arguments passed to the function > (this is a new field) > > > > However, there's no such field in zend_execute_data structure: > > https://github.com/php/php-src/blob/PHP-7.0.15/Zend/zend_compile.h#L430 > > it's in zend_function: https://github.com/php/php- > src/blob/PHP-7.0.15/Zend/zend_compile.h#L414 > > > > Probably this line should be removed from the wiki page. > > True, but PHP 5 is still widely available and 5.6 is still supported. > Some companies support their extensions for PHP even longer than we > support that specific branch, so leaving such information, despite we > have only a tiny bit internals docs laying around may not be such a > bad idea. > > -- > regards, > > Kalle Sommer Nielsen > kalle@php.net > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --047d7bacb39e39cf7c0545e25726--