Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63945 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46043 invoked from network); 17 Nov 2012 12:01:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Nov 2012 12:01:29 -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.223.170 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.223.170 mail-ie0-f170.google.com Received: from [209.85.223.170] ([209.85.223.170:33498] helo=mail-ie0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A9/05-08060-89C77A05 for ; Sat, 17 Nov 2012 07:01:28 -0500 Received: by mail-ie0-f170.google.com with SMTP id c12so5501962ieb.29 for ; Sat, 17 Nov 2012 04:01:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=zjEA2HeIUtxaz4szLKzcBE3UpiojSTwP2Kvn9JDgBYs=; b=BACEVznGvge7mKC/ZPsvtN9E4zp1p2I49zi2VewNRSZq5jvDuZrWq7kTFSRfa0XfdN GzgiTPMaDV0RIEIrx9ZhQDsaHFIFgsRaILFS/deYSX/Pm7nX153i0dqqz8tpa5HBUg6T RxXYh/YMMDeCNWkhLWw9Blfw1yqsMLQG3x/tXJ4avVxoIuBT0K1wN2KbutOITyC4o4ve x7DPEC/9hTS/GXkU9+L3E3RNVwNAuZMOy/vdnSerE73qsat+S/JDE91j6+t/ndxwgY3A PXDZbW1TCHPIVLtAc4HpAkxjVFzj3irIJ+NfgfqSzBRY71iWwHztz5R5znuuaxL1rRhm y3Ag== MIME-Version: 1.0 Received: by 10.42.175.201 with SMTP id bb9mr6399521icb.55.1353153685336; Sat, 17 Nov 2012 04:01:25 -0800 (PST) Sender: kalle.php@gmail.com Received: by 10.64.90.34 with HTTP; Sat, 17 Nov 2012 04:01:25 -0800 (PST) In-Reply-To: References: <23CB37F5-E956-4A5C-8ECC-7CF347A9086C@roshambo.org> Date: Sat, 17 Nov 2012 13:01:25 +0100 X-Google-Sender-Auth: uL80FvVQb4-tH__QB1Uz36AgJD4 Message-ID: To: Nikita Popov Cc: Sherif Ramadan , Ferenc Kovacs , Philip Olson , PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Where did the _logo_ functions go? From: kalle@php.net (Kalle Sommer Nielsen) Hi Nikita 2012/11/16 Nikita Popov : > I don't see a reason to expose those uris. We all seem in the PHP project to talk about the inconsistency of the language, and the like, re-implementing a "feature", or well an ability, what I proposed and I even think I committed a change until it was shut down was to convert the *_logo_guid() functions into constants, since it returns a constant/static value, I don't think it would hurt to do the same here for the data:uri's. But I honestly don't think it makes much sense to re-add them as functions, while I do think it makes sense to expose the data, because why not if its useful to some users like the *_logo_guid() functions did/does. -- regards, Kalle Sommer Nielsen kalle@php.net