Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46054 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59815 invoked from network); 16 Nov 2009 12:23:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2009 12:23:43 -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.160.44 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.160.44 mail-pw0-f44.google.com Received: from [209.85.160.44] ([209.85.160.44:37492] helo=mail-pw0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/FC-32236-E44410B4 for ; Mon, 16 Nov 2009 07:23:43 -0500 Received: by pwj15 with SMTP id 15so3442078pwj.23 for ; Mon, 16 Nov 2009 04:23:40 -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=k8B0XQL5jbsRzJjnfCSfHAPzOKMjlwb3DcOipvpi2mg=; b=BtCrUhc6CICuWRpac6L2XY9MxTNdTqF4JNtqYa/iOy9OBb22MB+oi8U8K5asIQ6uzR 69/BrynmWhhYejf72nVI1qYoDJiVMz9HVK+PcUmmXNjp6KG7CYhXHj9RzKOgZlSku+iV +5R2PDCWijQ76xsdWa/GD/O2LkBXwksSI2w7U= 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=pcV+03KKxpIS64xVqtzVZuqo+FA0zht7rtMcu0SHkTRKr22Yg4Uwg2wIC2sWXUx8jZ zx8tMjb9HytAiHionf25NDFxSYBXDIUNmB843vC5yTBD5bsMaNFaUspHeel6QuW3zs5O mZccbaZQDwdKdhHrJkO9+DRFWT5oEzDnLK8r8= MIME-Version: 1.0 Received: by 10.143.27.37 with SMTP id e37mr825750wfj.234.1258374220270; Mon, 16 Nov 2009 04:23:40 -0800 (PST) In-Reply-To: References: Date: Mon, 16 Nov 2009 17:53:40 +0530 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: Stuck debugging a PHP6 string-->unicode-->string conversion problem on Solaris (SPARC) From: yoarvi@gmail.com (Arvind Srinivasan) I think I've found the cause of the problem. I have created a bug and attached a patch to http://bugs.php.net/?id=50189 Arvi