Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94117 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9821 invoked from network); 19 Jun 2016 09:37:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jun 2016 09:37:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.52 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 74.125.82.52 mail-wm0-f52.google.com Received: from [74.125.82.52] ([74.125.82.52:35999] helo=mail-wm0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/69-18862-4F766675 for ; Sun, 19 Jun 2016 05:37:57 -0400 Received: by mail-wm0-f52.google.com with SMTP id f126so35593088wma.1 for ; Sun, 19 Jun 2016 02:37:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Y0on8jyULP1AuyuP50SI6ktk5iVrzsepC3/s1UzRACU=; b=zu1hyR/udJnQAZi8ZU569cb3opV4xMwTx9sc+GmOwNqieVHiwIlZtDw47rT+87Wy4h 1DVa58DMxgseWxobF6DlJYyXkSZNHFjsmlQyLFxtS1lM8yPBzNHMY6tB4U9UxU4gTvyd yB1ESx9f3yeLXSPf2AOxzEyLuiyy/hXvRa0mkZ6BQtMUyabKV+l7ZzV+/MiMpg7TSw3J Y/tKT5lHVWl3a5qzH9M+4qIGNBY6E4WKFfx5/mejfEzNcCH2RUyPhvwxQi7fypaTKYJL SS9B9Kp1J7t5iZH6Pd2cqTNKHBY5aLOcB9Hl1q0/Jr8sa1q/eVcRLirl53ZU5triF1Fg jHhw== 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:from:date :message-id:subject:to:cc; bh=Y0on8jyULP1AuyuP50SI6ktk5iVrzsepC3/s1UzRACU=; b=XmTAf2leS91nzATjqjrL8bIA3TSNQqgd2NjrxBZA7Vr59m8NkoTcU3jL+iHMaJHI/W Hu9vougUszqZyGCCnEUkP24ERLKHvaYZis6rujHpjZaeiGj8Lofaj3lSW0DIMqtTTkDj t7feYrrfOUxQyWiyvYYEVBerH13ic01eRQEbDN7QUrRw9FlKfGeJIus9RWI7lOxjT4JE /X8NMkr65KIOBMeQ9/65ptveha4nTceWSwnRFYAZ+YSTGFeU4pqNXyx05dRyxCIxoah0 kbbbm+BUL9710ddiAFbWi+SU8+/rlygunKzhVZ89koMnlSU+Tg7c1YknPmxUXwqvtS2K K57w== X-Gm-Message-State: ALyK8tKY9jzyTEccojpf6Nm56CXBjm+PccTviZnpbOta54UckP+7n4Svn4DDhq413QCGYfLBlZEZJtzmEAx2zg== X-Received: by 10.194.151.73 with SMTP id uo9mr9220421wjb.177.1466329073958; Sun, 19 Jun 2016 02:37:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.163.106 with HTTP; Sun, 19 Jun 2016 02:37:34 -0700 (PDT) In-Reply-To: References: <20160617202344.2868F1A80C02@dd1730.kasserver.com> Date: Sun, 19 Jun 2016 11:37:34 +0200 Message-ID: To: Rasmus Schultz Cc: Niklas Keller , Ryan Pallas , Stanislav Malyshev , Thomas Bley , "internals@lists.php.net" , michael.vostrikov@gmail.com Content-Type: multipart/alternative; boundary=089e0122944693c4bf05359e57d8 Subject: Re: [PHP-DEV] New escaped output operator From: ocramius@gmail.com (Marco Pivetta) --089e0122944693c4bf05359e57d8 Content-Type: text/plain; charset=UTF-8 On 19 June 2016 at 11:34, Rasmus Schultz wrote: > > You can always add more functions to a namespace even spread accross > multiple files > > Same problem: no autoloading. > > You would have to add require_one statements - which, as said, is not > really possible with Composer packages... > > You should look at packages that already do this: https://github.com/nikic/iter/blob/5527ca489bf151ceef17622f1c89114640f522d2/composer.json#L16 Ref: https://getcomposer.org/doc/04-schema.md#files Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ --089e0122944693c4bf05359e57d8--