Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31100 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98350 invoked by uid 1010); 19 Jul 2007 13:29:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98334 invoked from network); 19 Jul 2007 13:29:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2007 13:29:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.171 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.171 outbound.mailhop.org FreeBSD 4.6-4.9 Received: from [63.208.196.171] ([63.208.196.171:3886] helo=outbound.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/04-02284-B476F964 for ; Thu, 19 Jul 2007 09:29:48 -0400 Received: from [81.22.163.71] (helo=[10.6.109.93]) by outbound.mailhop.org with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.63) (envelope-from ) id 1IBW4e-0002qE-Eq; Thu, 19 Jul 2007 09:29:44 -0400 X-MHO-User: U2FsdGVkX1+mK0t5/PSScysAAVBm4fqZ2WQbxO53Co4= X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 81.22.163.71 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19kyc8LuGT6xzLxE+pqKxXafbKb5bilor4= Reply-To: jani.taskinen@iki.fi To: Tomas Kuliavas Cc: internals@lists.php.net In-Reply-To: <46466.195.22.180.233.1184849268.squirrel@avilys.eik.lt> 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> <46466.195.22.180.233.1184849268.squirrel@avilys.eik.lt> Content-Type: text/plain Date: Thu, 19 Jul 2007 16:29:42 +0300 Message-ID: <1184851782.3328.21.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] POSIX regex From: jani.taskinen@sci.fi (Jani Taskinen) On Thu, 2007-07-19 at 15:47 +0300, Tomas Kuliavas wrote: > > 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 > Hmm..I forgot that this works for ZEND_INI_SYSTEM type of options. Live and learn I guess. :) Too bad it only works for Apache module.. ;) --Jani