Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46055 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63009 invoked from network); 16 Nov 2009 12:40:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2009 12:40:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=yoarvi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yoarvi@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.222.176 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: yoarvi@gmail.com X-Host-Fingerprint: 209.85.222.176 mail-pz0-f176.google.com Received: from [209.85.222.176] ([209.85.222.176:59374] helo=mail-pz0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/9D-32236-558410B4 for ; Mon, 16 Nov 2009 07:40:53 -0500 Received: by pzk6 with SMTP id 6so4241426pzk.29 for ; Mon, 16 Nov 2009 04:40:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=2xVuYv0tL2t26Zy337bzIJxwqjT6ejvh2CBsquIyWgE=; b=GkfTDxMpqu0Jmx1nAmo5wU5892j50quu1sLz61l7yMxlEd/tqhrqk2Sitm8jPTN4WZ mTHuJutJIZfcT0E7fgYFM/uVMX5HKyaFLKx5vmpiIQlvxrIDiNJFu7bG88P6KooOuPnu wjBTX6f/0rN8JPe+4mDIVyoCDXLncRHkZqidg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=e9TlG2qnAxFyXP8mRgTcaydk0l7GxHBzNoySezhQ/twOEWICVKNETsZTjLFwGyWHPr hqcu83BThyvbwK4rqVtkSVjbX3F+sFSMAWJOOHDyI0zmVUUa2YkHAKqkCfECUqDRkgem s4p3faV4o+Rt/7P6Y1fZr9uBfLR4Lalbk/jDo= MIME-Version: 1.0 Received: by 10.142.61.23 with SMTP id j23mr806093wfa.323.1258375251040; Mon, 16 Nov 2009 04:40:51 -0800 (PST) In-Reply-To: References: Date: Mon, 16 Nov 2009 18:10:51 +0530 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PATCH] - Change how zstr values are passed to varags functions that use %v/%R (for PHP6) From: yoarvi@gmail.com (Arvind Srinivasan) Based on feedback (http://forums.sun.com/thread.jspa?threadID=5415962&tstart=00) from the Sun compiler folks, it seems that the following patch is necessary for PHP6 (trunk). > I searched for all occurrences of %v and %R in the PHP6 tree and added > a .v to all the zstr values passed to those functions. The patch is > here - http://bitbucket.org/arvi/arviq/src/tip/svn-zstr-varargs-patch.txt I've updated the patch to take care of passing zstr.v for %r too. thanks, arvi