Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77286 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85105 invoked from network); 17 Sep 2014 13:52:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Sep 2014 13:52:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.45 as permitted sender) X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.220.45 mail-pa0-f45.google.com Received: from [209.85.220.45] ([209.85.220.45:41815] helo=mail-pa0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/E3-57031-50299145 for ; Wed, 17 Sep 2014 09:52:05 -0400 Received: by mail-pa0-f45.google.com with SMTP id rd3so2167821pab.32 for ; Wed, 17 Sep 2014 06:52:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=8NYcWNXXEHFcFipRtpdPFKfySpp6o6FqbpUBK8sMe9Q=; b=e+MiI2VcRDkhF6fNmND6O0LkUsSzdqzapHpz4k6CzY42mjWHE15J2GZdIG/z2/dw9r v+IO+9Oo+YDdsz1MtAmT9SRddrj7Y4PZQfKOkk+7i5AvToDqbqrtjnQkBCwsaRWiNHug LDUskLo8gn6IPghpf9kVqa83sQMPVWRCh2rbbk4121Vf+qOboJzxMJcFCWWfJyBLO1qu 6XinrAGTB6bd1bLHxmEK7AizI8d842ykc/oL7EzR9kxqzB2S22tamJMCfbK0wX+wE2UV J4lTLtftSpQtfcjb3uoU41SCWPhy2DPOO79KPr0oiXJLasIJgysTCj0ty1g5ATNlTz2R deaw== X-Received: by 10.66.124.136 with SMTP id mi8mr59467372pab.89.1410961922433; Wed, 17 Sep 2014 06:52:02 -0700 (PDT) Received: from [192.168.1.102] (bb121-7-198-24.singnet.com.sg. [121.7.198.24]) by mx.google.com with ESMTPSA id bn4sm17031169pbc.40.2014.09.17.06.52.00 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 17 Sep 2014 06:52:01 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Message-ID: <92CB62B9-018E-4C58-819B-E21681242160@gmail.com> Date: Wed, 17 Sep 2014 21:51:57 +0800 To: PHP Internals Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) Subject: Fix for #68021 From: tjerk.meesters@gmail.com (Tjerk Meesters) Hi, I=92ve authored a fix for browscap: = https://github.com/php/php-src/pull/827 Bug report: https://bugs.php.net/bug.php?id=3D68021 It replaces the current expression delimiters of \xA7 with a tilde (~) = that=92s ASCII compatible and therefore plays nice with UTF-8. Seems like a no-brainer to apply this to 5.4 onwards, but perhaps = somebody has a compelling reason why those section symbols are an = absolute necessity.