Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25546 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6608 invoked by uid 1010); 6 Sep 2006 17:14:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6593 invoked from network); 6 Sep 2006 17:14:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Sep 2006 17:14:35 -0000 Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.193 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.162.193 nz-out-0102.google.com Linux 2.4/2.6 Received: from [64.233.162.193] ([64.233.162.193:8374] helo=nz-out-0102.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DC/70-26632-AF10FF44 for ; Wed, 06 Sep 2006 13:14:34 -0400 Received: by nz-out-0102.google.com with SMTP id 34so1134643nzf for ; Wed, 06 Sep 2006 10:14:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=ZXJDi9C0TDm5hHyBokMbI33VJrM3/Oso4rvgHoEl9ZHXVGSaYZPTvKu6rGhW32GQrVMordEOAZDV01KEQcjM9T2RKXjva1RjIT5xyQlFJAsIYZ5Il4bHCU95V6IkiWJRM/UX+f8Fwhr9IRpUN3YMOoUJQsJaHYHIaCM2fMtYheo= Received: by 10.65.20.3 with SMTP id x3mr6643143qbi; Wed, 06 Sep 2006 10:14:31 -0700 (PDT) Received: from ?192.168.1.6? ( [72.59.8.142]) by mx.gmail.com with ESMTP id e16sm5511423qba.2006.09.06.10.14.31; Wed, 06 Sep 2006 10:14:31 -0700 (PDT) In-Reply-To: <2b9a524b62303d2b7c3f5e20a7b86537@gravitonic.com> References: <2b9a524b62303d2b7c3f5e20a7b86537@gravitonic.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: Cc: PHP Internals , Dmitry Stogov Content-Transfer-Encoding: 7bit Date: Wed, 6 Sep 2006 13:14:11 -0400 To: Andrei Zmievski X-Mailer: Apple Mail (2.752.2) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] RFC: unicode.semantics: runtime or not? From: ilia@prohost.org (Ilia Alshanetsky) From a technical perspective it makes sense to keep it php.ini only setting or as Sara insists (STARTUP phase only). However, from a user (hosting companies) perspective it adds a fair degree of complexity to their setup, which would probably mean one php6 instance will need to run as CGI or FCGI, which will without a doubt affect adoption rates and/or or unicode.semantics being enabled by default on most installs. Personally, I think we'd be better off with a slower adoption rate, but a more robust PHP without added engine/language complexity per- dir unicode.semantics would add. Ilia Alshanetsky