Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5659 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13950 invoked by uid 1010); 22 Nov 2003 05:10:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13916 invoked from network); 22 Nov 2003 05:10:12 -0000 Received: from unknown (HELO mail.kromann.info) (64.186.239.125) by pb1.pair.com with SMTP; 22 Nov 2003 05:10:12 -0000 Received: from Swwwing2000 (unknown [64.186.239.115]) by mail.kromann.info (Postfix) with SMTP id 454EE2AE70; Fri, 21 Nov 2003 21:27:45 -0800 (PST) To: Moriyoshi Koizumi Cc: Steph , internals , Derick Rethans X-Mailer: Swwwing 2000 Message-ID: <10694777302880000@9866357972520000.9866341568840000> MIME-Version: 1.0 Reply-To: "Frank M. Kromann" Date: Fri, 21 Nov 2003 21:08:51 -0800 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [PATCH] fixes #26194 From: frank@kromann.info ("Frank M. Kromann") Take a look at iconv.h line 80 #define iconv libiconv This line is the problem I'll change the php_iconv.h file to include. - Frank That will fix it > > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >