Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27123 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10655 invoked by uid 1010); 19 Dec 2006 22:03:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 10640 invoked from network); 19 Dec 2006 22:03:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Dec 2006 22:03:59 -0000 Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:46154] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/88-53121-FB168854 for ; Tue, 19 Dec 2006 17:03:59 -0500 Received: from [66.228.175.145] (borndress-lm.corp.yahoo.com [66.228.175.145]) (authenticated bits=0) by lerdorf.com (8.13.8/8.13.8/Debian-3) with ESMTP id kBJM3LII029669; Tue, 19 Dec 2006 14:03:40 -0800 In-Reply-To: <1191790276.20061219220735@marcus-boerger.de> References: <1191790276.20061219220735@marcus-boerger.de> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: internals@lists.php.net Date: Tue, 19 Dec 2006 14:03:53 -0800 To: Marcus Boerger X-Mailer: Apple Mail (2.624) Subject: Re: [PHP-DEV] Unicoding From: andrei@gravitonic.com (Andrei Zmievski) On Dec 19, 2006, at 1:07 PM, Marcus Boerger wrote: > - zend_call_methods has no zend_u_call_method version, see patch Good catch. > - parameter parsing doesn't allow to receive a string in current > run-time setting. I will introduce a new parameter parsing option > 'x' that gets replaced by either 's' or 'u' depending on UG(unicode). > This is pretty useful inside spl, pdo, reflection and anything else > that deals with functions, classes, ..., see patch > > Comments? This is fine with me. -Andrei