Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76746 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24208 invoked from network); 21 Aug 2014 05:50:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Aug 2014 05:50:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.179 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.220.179 mail-vc0-f179.google.com Received: from [209.85.220.179] ([209.85.220.179:41883] helo=mail-vc0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/80-15606-1C885F35 for ; Thu, 21 Aug 2014 01:50:57 -0400 Received: by mail-vc0-f179.google.com with SMTP id hq11so10071967vcb.24 for ; Wed, 20 Aug 2014 22:50:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=AhecLg7V+jx7lawk/G2P4u614m7K43cAc1ImFUKgggY=; b=B2oiH4c/50DxkAMOH6+mTAZPFs/+F55BiZQGmgKIJ/nkNEng3T2XA6cDflFDpqQ/yd 1N4dy5n3xRUpSzLSxgB9mILhd+U2IEososxAkTg2uNL5u3Vyy7AIUkvzMEBa3OJbE5MY Aj9guVzEOZq+ouPK2MXZ17k3o0AjjDO3JV0PVsLJ3XnFx6z1D+DSlk0978drta/k55nc nMfayaKHFGgcnw8r0AQs7pC6vgw9AepvZ6e3fK0KcYgY/emDkJfQodcU9HRhM/CEbWHj ulbMFhucMHOyaf+flcO8eHTjElYdmMveCb2YeM7sAYuWP9i45HYY3SDHLiBjQel9X/bH UGXQ== X-Gm-Message-State: ALoCoQlzBXs0GSf3KCegf4IsQYBYAc2OduqSd9R47Y+xixoiR5STOS9OmoEhhtOk7WC0PLmVEqriSYy1OVd1rRqKNwFw2qzQ3Os1NTW8Mf3wKhF+HqkO6sBy328gSx/1KgRZL07M68IK MIME-Version: 1.0 X-Received: by 10.52.253.39 with SMTP id zx7mr3757570vdc.2.1408600254868; Wed, 20 Aug 2014 22:50:54 -0700 (PDT) Received: by 10.52.110.170 with HTTP; Wed, 20 Aug 2014 22:50:54 -0700 (PDT) In-Reply-To: <53F50A2F.3090603@sugarcrm.com> References: <53F50A2F.3090603@sugarcrm.com> Date: Thu, 21 Aug 2014 09:50:54 +0400 Message-ID: To: Stas Malyshev Cc: Nikita Popov , PHP Internals Content-Type: multipart/alternative; boundary=001a1135f63cd28d1d05011d4d40 Subject: Re: [PHP-DEV] ext/standard/tests/http/bug60570.phpt failure From: dmitry@zend.com (Dmitry Stogov) --001a1135f63cd28d1d05011d4d40 Content-Type: text/plain; charset=UTF-8 done. Dmitry. On Thu, Aug 21, 2014 at 12:50 AM, Stas Malyshev wrote: > Hi! > > > array of registered resources of particular type. See patch: > > > > https://gist.github.com/dstogov/f96c04f5979e726909ab > > It would be better as a pull, it's be easier to comment on it. > For the function get_resources, the proto says it has no arguments, but > it actually has one S argument that is not documented. Could you add a > proto for it? > > > I'm not sure if such small change needs RFC. > > I don't think so, seems to be pretty non-controversial. > -- > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/ > --001a1135f63cd28d1d05011d4d40--