Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67605 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11654 invoked from network); 2 Jun 2013 08:27:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jun 2013 08:27:03 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.46 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.46 mail-la0-f46.google.com Received: from [209.85.215.46] ([209.85.215.46:47567] helo=mail-la0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F3/42-32744-6D10BA15 for ; Sun, 02 Jun 2013 04:27:03 -0400 Received: by mail-la0-f46.google.com with SMTP id fl20so647278lab.33 for ; Sun, 02 Jun 2013 01:26:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=0yS14Yq+7j4yG7aoG5FNrTAPv080EwFMT5o2tv+CmTo=; b=NKwjoLewkTiU/zxRw5tjlRM7XqZpIJWchbmFI0palUe/5YWCvKo/jnWZe0JI5YgJ+r ppxVeZqLWdBaUqP/YAKtqVt4aHYaNM20CKShkB4/RhhRIhBDAmTZmoCs/FPREfds9/ae jQ9YqabyikPaGrzUi89JOF0sScg8a7DjsguJYZ3iR84nbBC83gSiFBo6S0SIvxu3PwOb H7ALF1AYIf7VPZ2F8tbeS23pfAoqdhclVgyH1nE8pfg4PzxdS0lFOIzZERTJuuziD3jo 930tLnjc8bP+WrVooi29nK2rJ0U0o16FtdG5UeYbMFsKdaU5YLBSFeCD00R/Kje5qXtC C5tg== MIME-Version: 1.0 X-Received: by 10.112.144.68 with SMTP id sk4mr8984397lbb.38.1370161619774; Sun, 02 Jun 2013 01:26:59 -0700 (PDT) Received: by 10.112.138.135 with HTTP; Sun, 2 Jun 2013 01:26:59 -0700 (PDT) Date: Sun, 2 Jun 2013 10:26:59 +0200 Message-ID: To: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: is_ascii check, PR From: pierre.php@gmail.com (Pierre Joye) hi! Quick head up on this PR: https://github.com/php/php-src/pull/353 I think it could be really usefull, Rouven's implementation is clean and faster than what we have in intl (it replaces it with its implementation as well as adding it in ext/standard). I give my +1 here, a RFC would be nice too. Cheers, -- Pierre @pierrejoye | http://www.libgd.org