Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31097 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79854 invoked by uid 1010); 19 Jul 2007 12:49:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79839 invoked from network); 19 Jul 2007 12:49:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2007 12:49:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=tokul@users.sourceforge.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=tokul@users.sourceforge.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain users.sourceforge.net from 213.197.162.99 cause and error) X-PHP-List-Original-Sender: tokul@users.sourceforge.net X-Host-Fingerprint: 213.197.162.99 avilys.eik.lt Linux 2.6 Received: from [213.197.162.99] ([213.197.162.99:59602] helo=avilys.eik.lt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BD/71-02284-2FD5F964 for ; Thu, 19 Jul 2007 08:49:55 -0400 Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id 17E7C1F50EC for ; Thu, 19 Jul 2007 15:47:49 +0300 (EEST) Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id CAFCD1F50EB for ; Thu, 19 Jul 2007 15:47:48 +0300 (EEST) Received: from 195.22.180.233 (NaSMail authenticated user tomas@topolis.lt) by avilys.eik.lt with HTTP; Thu, 19 Jul 2007 15:47:48 +0300 (EEST) Message-ID: <46466.195.22.180.233.1184849268.squirrel@avilys.eik.lt> In-Reply-To: <469F58CB.3070008@keryx.se> References: <698DE66518E7CA45812BD18E807866CE648191@us-ex1.zend.net> <54C4340A-D9EA-4B5A-B39C-B55B29B1B3BC@prohost.org> <698DE66518E7CA45812BD18E807866CE648193@us-ex1.zend.net> <469B7FB1.1070507@pooteeweet.org> <698DE66518E7CA45812BD18E807866CE648290@us-ex1.zend.net> <7.0.1.0.2.20070718023255.0dc0eed0@zend.com> <7.0.1.0.2.20070718011328.0e9a3778@zend.com> <469F58CB.3070008@keryx.se> Date: Thu, 19 Jul 2007 15:47:48 +0300 (EEST) To: internals@lists.php.net User-Agent: NaSMail/1.2 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] POSIX regex From: tokul@users.sourceforge.net ("Tomas Kuliavas") > From the low end user perspective I think this would be great from > another POV. Let's imagine for a second that Wordpress will only work > with unicode semantics off and that phpBB will only work with the switch > "on". What if someone would want to run both on a shared server? from httpd.conf php_admin_flag unicode.semantics on php_admin_flag unicode.semantics off Code written to work in unicode.semantics = off, can work in unicode.semantics=on. It just has to deal with functions that expect binary strings instead of PHP5 strings. Other side effects of unicode.semantics=on can be switched off without breaking backwards compatibility. -- Tomas