Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43816 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31743 invoked from network); 30 Apr 2009 18:40:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Apr 2009 18:40:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 209.85.198.233 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 209.85.198.233 rv-out-0506.google.com Received: from [209.85.198.233] ([209.85.198.233:16228] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A2/20-42998-8B0F9F94 for ; Thu, 30 Apr 2009 14:40:57 -0400 Received: by rv-out-0506.google.com with SMTP id g37so1364431rvb.23 for ; Thu, 30 Apr 2009 11:40:54 -0700 (PDT) Received: by 10.142.172.12 with SMTP id u12mr558414wfe.132.1241116854055; Thu, 30 Apr 2009 11:40:54 -0700 (PDT) Received: from barley.local (c-98-207-157-237.hsd1.ca.comcast.net [98.207.157.237]) by mx.google.com with ESMTPS id 30sm6610614wfg.10.2009.04.30.11.40.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 30 Apr 2009 11:40:53 -0700 (PDT) Message-ID: <49F9F0B3.1010401@gravitonic.com> Date: Thu, 30 Apr 2009 11:40:51 -0700 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: PHP internals Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: rfc1867.c question From: andrei@gravitonic.com (Andrei Zmievski) Why do we have safe_php_register_variable() calls there with NULL for track_vars_array? The underlying code simply returns if that parameter is NULL. Is it an oversight or some legacy stuff? -Andrei