Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23200 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64305 invoked by uid 1010); 8 May 2006 22:33:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64289 invoked from network); 8 May 2006 22:33:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 May 2006 22:33:37 -0000 X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.26 relay6.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.26:37851] helo=sapo.pt) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 41/86-63885-047CF544 for ; Mon, 08 May 2006 18:33:37 -0400 Received: (qmail 29450 invoked by uid 0); 8 May 2006 22:33:33 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.157) by relay6 with SMTP; 8 May 2006 22:33:33 -0000 Received: (qmail 21739 invoked from network); 8 May 2006 22:33:31 -0000 X-AntiVirus: PTMail-AV 0.3.88 X-Virus-Status: Clean (0.00310 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.158.115]) (envelope-sender ) by mta7 (qmail-ldap-1.03) with SMTP for ; 8 May 2006 22:33:31 -0000 Message-ID: <003d01c672ef$6cde8370$0100a8c0@pc07653> To: "PHPdev" Cc: Date: Mon, 8 May 2006 23:33:27 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Subject: [php6] accepting an ascii string only From: nlopess@php.net ("Nuno Lopes") Hi, Is there a way (planed or already implemented) to accept an ascii string in zend_parse_parameters()? There is the 't', but then I have to convert the string to ascii by-hand and mess around with the types. Isn't there a simpler way? Nuno