Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5658 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45788 invoked by uid 1010); 22 Nov 2003 04:21:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 45737 invoked from network); 22 Nov 2003 04:21:59 -0000 Received: from unknown (HELO vckyb2.nw.wakwak.com) (211.9.230.145) by pb1.pair.com with SMTP; 22 Nov 2003 04:21:59 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb2.nw.wakwak.com (Postfix) with ESMTP id 037E840100; Sat, 22 Nov 2003 13:21:58 +0900 (JST) Received: from [192.168.0.130] (z219.219-103-226.ppp.wakwak.ne.jp [219.103.226.219]) by at.wakwak.com (8.12.10/8.12.10/2003-09-30) with ESMTP/inet id hAM4Lvng087590; Sat, 22 Nov 2003 13:21:57 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <65B62652-1CA3-11D8-AF71-000A95CE0C62@at.wakwak.com> Content-Transfer-Encoding: 7bit Cc: Steph , internals Date: Sat, 22 Nov 2003 13:21:51 +0900 To: Derick Rethans X-Mailer: Apple Mail (2.606) Subject: Re: [PHP-DEV] [PATCH] fixes #26194 From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) On 2003/11/22, at 6:30, Derick Rethans wrote: > On Fri, 21 Nov 2003, Steph wrote: > >> Works on my box (no idea how sane this is, or what it may break on >> other >> systems, please handle like barbed wire). > > I think I know why this might happen... perhaps "iconv" is defined as > macro on windhoos. Can you please see if get_defined_functions() does > something weird? (Tip: only load the iconv ext other wise there are too > many funcs in the output). I don't think this is Windows specific issue. From my experience, this might be caused by random heap corruption. (most likely spotted in another extension) And there's never been a macro like "iconv" or whatever in the standard MS C library. Moriyoshi