Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97719 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76942 invoked from network); 12 Jan 2017 08:59:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2017 08:59:46 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.65 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.214.65 mail-it0-f65.google.com Received: from [209.85.214.65] ([209.85.214.65:33802] helo=mail-it0-f65.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/C2-50165-18547785 for ; Thu, 12 Jan 2017 03:59:45 -0500 Received: by mail-it0-f65.google.com with SMTP id o185so1165169itb.1 for ; Thu, 12 Jan 2017 00:59:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=0McHVOBNic4fVmafIcJ2q/ruMkvQwgKGHoFoiM9Q2aU=; b=QGdp1s+YRbbgcHto4hHjOAY/WstrCJq6bM+Whn68bV14GoL9bnAgM4Mx2oNsSFURJt YCKQ5yXFwtWeNwqPT8lH2GXqcgBDCUtSiNAdgo+clT4b9kzTj/qfNKvETPPxCnFnewTK r7gjvRBPFzBaWEL4i70PeJuAEPWJDvkHd2BIwlIn5H0hd/O+/xYeemmkn+OixQaN4L5w cdzTPh9AzVl/9rhcJ5OZgAUpHKrkA3e2L0bw0Hl3zRw5FobckYYEwLrUTYHmr0tTRjCg sn0fljfWcyjGIXS3m3pI/tDpQlw6+r9ZPC7+QbEDkXYOGcAp/1GKqY6Qy04jf+GcABit r4/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=0McHVOBNic4fVmafIcJ2q/ruMkvQwgKGHoFoiM9Q2aU=; b=hEgwaAFp8n+NNEOQQ7BC7Lw70aCSU0XgVp1ILGFa/9TYRyoiw2eg/0Zop5Iz3WxxuF bPVPbUlasTMz6q6nxdLl7KMHh2VPU75yZ4nn0DkTtrLp2Yzqig4lJMyqVKgMIKlgu6oN 81fcBtqKgNboBGBSfZa35Wryj9lL9SSkzuS/47HDVA2zQPrNUqxqGLQ8nI4/Q0FbAXNg qfF97wxP9bAX7dmX72x5YdNMf7eD5xlxzd9CH+fBGlclevmuZzvmioimbY5K8E0bvbK+ Ai6pkRWdoa8eVqV/kQDFrxyj973ukbhCNhKHG0M1jmRLRvBfNcMS+ZUYTx1n+UR+3zI4 QhMw== X-Gm-Message-State: AIkVDXLmcvwSI/lXSQJpA1ZBVJMY8DQYnA+MNjPAF34Rw8VJlNpbiPgxC6YfAkqDZqrugB8Xv/9a3YSmayEWDw== X-Received: by 10.36.25.143 with SMTP id b137mr9316714itb.54.1484211582072; Thu, 12 Jan 2017 00:59:42 -0800 (PST) MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.107.134.233 with HTTP; Thu, 12 Jan 2017 00:59:41 -0800 (PST) In-Reply-To: <4083361484210288@web9o.yandex.ru> References: <4083361484210288@web9o.yandex.ru> Date: Thu, 12 Jan 2017 09:59:41 +0100 X-Google-Sender-Auth: -kFpUluQfbVw0GSOP0BaW7Vkog8 Message-ID: To: sachavav@tut.by Cc: Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Small mistake on wiki From: kalle@php.net (Kalle Sommer Nielsen) 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