Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30193 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13283 invoked by uid 1010); 15 Jun 2007 01:45:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13268 invoked from network); 15 Jun 2007 01:45:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2007 01:45:02 -0000 Authentication-Results: pb1.pair.com header.from=judas.iscariote@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=judas.iscariote@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.184.233 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: judas.iscariote@gmail.com X-Host-Fingerprint: 64.233.184.233 wr-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.184.233] ([64.233.184.233:5070] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/F4-09179-E1FE1764 for ; Thu, 14 Jun 2007 21:45:02 -0400 Received: by wr-out-0506.google.com with SMTP id 58so686760wri for ; Thu, 14 Jun 2007 18:44:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UpGFK66436HDyvKBJyMwWszY+0cjKBGtpLizMC+XfUDhZKrzGBRP5t+s5vwdjsPn7l0lfqM3HyMrRcjgSEr9VD9mYsWBqsAk01t3xpps2rniBeF1CwcCpD6VFJNydhsJZb8QMYk7xXoywTn75Vy8cqzmZp63HwTablsYWNKktt8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y8WsE3lUehwoqvTN2XskksjRHADKFhAZEvc4H8yfqINQc5zhZ939ZUDwittzJ2sksjwnBplgqhrv25cDOpPbDtzb15Bu9bWB70nIq5gT8HlgluRJr606zJDeW6UJpxBYodjqiIK3O99QTLpZLT2wSnpkXdK7t5PfgYsje6L4aPI= Received: by 10.143.35.1 with SMTP id n1mr126058wfj.1181871899497; Thu, 14 Jun 2007 18:44:59 -0700 (PDT) Received: by 10.142.84.16 with HTTP; Thu, 14 Jun 2007 18:44:59 -0700 (PDT) Message-ID: <7d5a202f0706141844l3c75b556hdbecbcd5a43747c9@mail.gmail.com> Date: Thu, 14 Jun 2007 21:44:59 -0400 To: internals@lists.php.net In-Reply-To: <1181829227.3478.3.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1181829227.3478.3.camel@localhost.localdomain> Subject: Re: [PHP-DEV] What is the use of "unicode.semantics" in PHP 6? From: judas.iscariote@gmail.com ("Cristian Rodriguez") On 6/14/07, Jani Taskinen wrote: > I mean, if PHP 6 is about unicode, why upgrade to PHP 6 and disable it? I think if unicode.semantics remains PHP_INI_SYSTEM it is useless as most users ( people that runs in shared hosting servers) will simple not be able to turn it on, as well hosting companies will keep it off because turning it on will break applications. So, either make it at least PHP_INI_PER_DIR or remove it all togeteher ( aka.. always behave like unicode.semantics= On)