Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24540 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63402 invoked by uid 1010); 18 Jul 2006 21:24:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63387 invoked from network); 18 Jul 2006 21:24:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2006 21:24:17 -0000 X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:47843] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id F5/DD-11992-E715DB44 for ; Tue, 18 Jul 2006 17:24:15 -0400 Received: from baumbart.mbo (dslb-084-063-051-244.pools.arcor-ip.net [84.63.51.244]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id C14B435C1C1; Tue, 18 Jul 2006 23:24:11 +0200 (CEST) Date: Tue, 18 Jul 2006 23:24:24 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1178430440.20060718232424@marcus-boerger.de> To: Andrei Zmievski Cc: Andi Gutmans , Dmitry Stogov , PHP Internals In-Reply-To: <60b554e5982c28bc10ea04ec8b9b644f@gravitonic.com> References: <60b554e5982c28bc10ea04ec8b9b644f@gravitonic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Changing arg type for 't' and 'T' specifiers From: helly@php.net (Marcus Boerger) Hello Andrei, yep, i think that would be much better :-) only does it work under windows too? best regards marcus Tuesday, July 18, 2006, 7:35:27 PM, you wrote: > I am considering changing the required arg storage type for 't' and 'T' > specifiers from void* to zstr*, since they can return either char* or > UChar* and the zstr union encapsulates both. Thoughts on this?