Newsgroups: php.internals,php.internals Path: news.php.net Xref: news.php.net php.internals:40809 php.internals:40810 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49522 invoked from network); 30 Sep 2008 14:27:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Sep 2008 14:27:43 -0000 Authentication-Results: pb1.pair.com header.from=edwardzyang@thewritingpot.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=edwardzyang@thewritingpot.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain thewritingpot.com from 64.14.68.87 cause and error) X-PHP-List-Original-Sender: edwardzyang@thewritingpot.com X-Host-Fingerprint: 64.14.68.87 server286.com Linux 2.6 Received: from [64.14.68.87] ([64.14.68.87:43780] helo=server286.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/D3-29131-D5732E84 for ; Tue, 30 Sep 2008 10:27:42 -0400 Received: (qmail 15255 invoked by uid 502); 30 Sep 2008 14:27:38 -0000 Received: from unknown (HELO ?18.74.5.129?) (18.74.5.129) by server286.com with SMTP; 30 Sep 2008 14:27:38 -0000 Message-ID: <48E23759.7050104@thewritingpot.com> Date: Tue, 30 Sep 2008 10:27:37 -0400 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Lars Schultz CC: internals@lists.php.net References: <48E1C537.6050000@toolpark.com> In-Reply-To: <48E1C537.6050000@toolpark.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Strange phenomenon From: edwardzyang@thewritingpot.com ("Edward Z. Yang") Lars Schultz wrote: > http://forum.hardened-php.net/viewtopic.php?pid=1650 I vaguely recall Suhosin patched var_export to handle non-ASCII characters in var_export in a safe manner; var_export is known to do funky things to Unicode/binary data in vanilla PHP.