Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94936 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92369 invoked from network); 8 Aug 2016 16:00:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2016 16:00:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.173 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.192.173 mail-pf0-f173.google.com Received: from [209.85.192.173] ([209.85.192.173:36668] helo=mail-pf0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/E2-33134-C9CA8A75 for ; Mon, 08 Aug 2016 12:00:28 -0400 Received: by mail-pf0-f173.google.com with SMTP id h186so120267942pfg.3 for ; Mon, 08 Aug 2016 09:00:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=hBG5fLWRQBspQg+HFhYQGk3V0JG9W3kWYGapkZ7ky8M=; b=LZDuD2BL19hpFwOxmVl5LY7hJwrwUF3e7dptEP4qTAdg0FYKqFycbOCGzthNcZAADh NjLL+ooTiYo2RhLnzIOzi0C0A1b8chirgZbqMw0ofFte7hmnIVxni78xIlXh45DkQEDJ cZvPU8KlRGi0zEgVG1fZGY9t2rt+5xrWZw2O2jsVylVx7CioXaDiZuA/tdjE5xIP6MYd Xyzr/eizOC3i5QVoRdbWoKjSv4veWQ/0+cQnEycm7Li+D0E/gFma9AaW/ic/F1CCtNeA YrRD3KbtMurLhtRIHCrmpR5Egvc8VKmVLYGnaerMALvvSd9jVNvi6Li+z6IUwp/GdUHo RYfw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=hBG5fLWRQBspQg+HFhYQGk3V0JG9W3kWYGapkZ7ky8M=; b=TmKpr3V2wOis9jjVJZia8zk/bfRNdL3eGM+4te7DAikuRCZD/Z88LC+dKuWn7YLrV3 3fHtaeB1KXZIU8PKiuyb8SC0CZ6rJvh7ez155kVCa43qf31gLYlayZ7HmnL2TUNQ8FYN 0Vxwhzc3sGGoR77swvXB3m2iT8ygWgt+Vi8LjcgzbY3Fui5mtDv6xv+XZ/pDF5DUX78X OfSaiOXrL/Pah0v8teUkFS/xL5jgLRZrX8vo2WPsWYD/yCtiK0yBFBJRHn/LKHDDBSPQ Skkuma90nSlJ2ss+POr/NyKbKaP4eJ3tA9r/rikLY3ru39z6+MIsVPGsU0ExOcy0W/TW ck3w== X-Gm-Message-State: AEkooutJ1Qpb0LM8UqyVxDpV5oeELgBG3lppLZGQ7ziaqLDZplfSZcu559OH7HKUj/QdCd7m3oRql7aw3AYmAg== X-Received: by 10.98.20.201 with SMTP id 192mr165362371pfu.144.1470672025202; Mon, 08 Aug 2016 09:00:25 -0700 (PDT) MIME-Version: 1.0 Sender: morrison.levi@gmail.com Received: by 10.66.24.42 with HTTP; Mon, 8 Aug 2016 09:00:24 -0700 (PDT) In-Reply-To: References: Date: Mon, 8 Aug 2016 10:00:24 -0600 X-Google-Sender-Auth: HpdWhmSdcxGNX3YM6_xgj3RmLVw Message-ID: To: Rowan Collins Cc: internals Content-Type: multipart/alternative; boundary=94eb2c03c8a6a4b49705399183f3 Subject: Re: [PHP-DEV] Function auto-loading From: levim@php.net (Levi Morrison) --94eb2c03c8a6a4b49705399183f3 Content-Type: text/plain; charset=UTF-8 > > I think saying "add a backslash in front of your function names to avoid > them being slow" will just lead to lots of "lol wtf php sux". > They'll say the same when function and class autoloading don't work the same way anyway. I think unifying their behavior over time is the best solution forward. Yes, I'm talking about a BC break eventually, but the suggestion to autoload only fully qualified function names could buy us the time to make that BC break less severe. --94eb2c03c8a6a4b49705399183f3--