Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53848 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23032 invoked from network); 11 Jul 2011 09:38:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2011 09:38:32 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:51390] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FF/9E-41672-794CA1E4 for ; Mon, 11 Jul 2011 05:38:31 -0400 Received: by yxk8 with SMTP id 8so1622610yxk.29 for ; Mon, 11 Jul 2011 02:38:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=Mp63WUaXoqR9dL0C2Td2BIq9Dgkwl+vhfE/7q3bQgCM=; b=xk0GAn6Uy0XcJ1hY+PbocNxJQrSFaPRm934e1CzZVaGIdqpJeY8gVtbbegyrsN9yp7 NOpVMWFgt/kqE9WEOUb5x6klRweUnJBqh8ezHa6PgKGFhQUh25wKGq7jVTA4WfsurZuR 7SZDYlNhUgi0xj1RSz8145+0/IMqlqYbQfvKk= MIME-Version: 1.0 Received: by 10.147.89.19 with SMTP id r19mr3667365yal.7.1310377108700; Mon, 11 Jul 2011 02:38:28 -0700 (PDT) Received: by 10.147.35.14 with HTTP; Mon, 11 Jul 2011 02:38:28 -0700 (PDT) Date: Mon, 11 Jul 2011 11:38:28 +0200 Message-ID: To: PHP Development Content-Type: text/plain; charset=UTF-8 Subject: Declare PHP/php as namespace reserved for PHP internals From: hannes.magnusson@gmail.com (Hannes Magnusson) Hi I'm a bit confused by the "Declare PHP/php as namespace reserved for PHP internals" vote on https://wiki.php.net/todo/php54/vote Why is there an option to select "PHP" or "php", and not just a yes/no question? I'm even more confused by the people that voted only one or the other. Namespaces are case-insensitive, so if we reserve `php` we effectively reserve `PHP` and `pHp` too.. Am I failing to understand something? -Hannes