Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41706 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3053 invoked from network); 6 Nov 2008 05:17:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Nov 2008 05:17:45 -0000 Authentication-Results: pb1.pair.com header.from=mark@hell.ne.jp; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mark@hell.ne.jp; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain hell.ne.jp designates 84.96.92.121 as permitted sender) X-PHP-List-Original-Sender: mark@hell.ne.jp X-Host-Fingerprint: 84.96.92.121 neuf-infra-smtp-out-sp604006av.neufgp.fr Received: from [84.96.92.121] ([84.96.92.121:51639] helo=neuf-infra-smtp-out-sp604006av.neufgp.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/D5-05635-6FD72194 for ; Thu, 06 Nov 2008 00:17:44 -0500 Received: from neuf-infra-smtp-out-sp604001av.neufgp.fr ([10.110.56.120]) by neuf-infra-smtp-out-sp604006av.neufgp.fr with neuf telecom id bgTo1a00B2bdnoS06hHgVY; Thu, 06 Nov 2008 06:17:40 +0100 Received: from [192.168.0.25] ([77.207.3.30]) by neuf-infra-smtp-out-sp604001av.neufgp.fr with neuf telecom id bhHf1a0060erKVH01hHfm9; Thu, 06 Nov 2008 06:17:40 +0100 To: internals Mailing List Content-Type: text/plain Date: Thu, 06 Nov 2008 06:17:38 +0100 Message-ID: <1225948658.1712.583.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Subject: [PATCH] PHP 5.2.7rc2: a bug that I'd like to see fixed in 5.2.7 From: mark@hell.ne.jp (Mark) Hi, We got some problems with PHP with wddx functions which consider PHP's side will always be "ISO-8859-1". I wrote/tested a patch to fix this issue, against PHP 5.2.7rc2. Bugreport: http://bugs.php.net/bug.php?id=46496 NB: the bug has been marked "bogus". I believe this is due to the fact the bugtracker isn't able to accept unicode characters, and converted my input to HTML gibberish. The patch itself: http://ookoo.org/svn/snip/php-5.2.7rc2_wddx_utf8_resolved.patch Best regards, Mark