Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18124 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38027 invoked by uid 1010); 15 Aug 2005 15:31:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38008 invoked from network); 15 Aug 2005 15:31:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2005 15:31:06 -0000 X-Host-Fingerprint: 64.233.184.194 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.194:30039] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 7C/9E-33075-935B0034 for ; Mon, 15 Aug 2005 11:31:05 -0400 Received: by wproxy.gmail.com with SMTP id i22so995287wra for ; Mon, 15 Aug 2005 08:31:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EIPRJPcbWKVdsfSD8mRIRhkrLZwS0zpr5QEdgZCqHuZ0UbdV2ebs0UJQuFpWcN7pVtpY1u+fVqdu7BT3Q2MOREDlt+JeSjVluxV9+I7qQayMuFV9TxVq7Krwp2AaRQDIGx3PySMqK5mOGUDROm17Di+LRUdG/Vbyjd+ZQTyzOK4= Received: by 10.54.10.61 with SMTP id 61mr3663088wrj; Mon, 15 Aug 2005 08:31:00 -0700 (PDT) Received: by 10.54.153.5 with HTTP; Mon, 15 Aug 2005 08:31:00 -0700 (PDT) Message-ID: <4e89b42605081508313c3e1487@mail.gmail.com> Date: Mon, 15 Aug 2005 11:31:00 -0400 To: Zeev Suraski Cc: George Schlossnagle , Lukas Smith , internals In-Reply-To: <5.1.0.14.2.20050815171716.072c5c10@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42FCE0E4.604@lerdorf.com> <5.1.0.14.2.20050814173103.07af77b0@localhost> <5.1.0.14.2.20050815115506.0a5dd980@localhost> <1621FD55-21A3-42C8-BEA9-7463275C21C1@omniti.com> <5.1.0.14.2.20050815171716.072c5c10@localhost> Subject: Re: [PHP-DEV] PHP 6.0 Wishlist From: kingwez@gmail.com (Wez Furlong) On 8/15/05, Zeev Suraski wrote: > Where does using case sensitive identifiers fall? As something of a dream, without the additional infrastructure that George described. Personally, I don't really mind if we get case sensitivity or not; the other items on Rasmus' list all seem very reasonable and (with the exception of magic_quotes_runtime) can be pretty easily emulated in user-space. --Wez.