Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5663 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57503 invoked by uid 1010); 22 Nov 2003 13:25:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57476 invoked from network); 22 Nov 2003 13:25:10 -0000 Received: from unknown (HELO hermes.sunderland.ac.uk) (157.228.37.117) by pb1.pair.com with SMTP; 22 Nov 2003 13:25:10 -0000 Received: from steph2 ([157.228.147.166]) by hermes.sunderland.ac.uk (iPlanet Messaging Server 5.2 Patch 1 (built Aug 19 2002)) with ESMTPA id <0HOR002CC9DK0M@hermes.sunderland.ac.uk> for internals@lists.php.net; Sat, 22 Nov 2003 13:27:21 +0000 (GMT) Date: Sat, 22 Nov 2003 13:33:15 +0000 In-reply-to: <10694777302880000@9866357972520000.9866341568840000> To: "Frank M. Kromann" , Moriyoshi Koizumi Cc: internals , Derick Rethans Reply-to: steph.fox@virgin.net Message-ID: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Subject: RE: [PHP-DEV] [PATCH] fixes #26194 From: steph.fox@virgin.net (Steph) References: <10694777302880000@9866357972520000.9866341568840000> erm, I did ... but that line wasn't the thing that broke this. (ZEND_FENTRY was.) > -----Original Message----- > From: Frank M. Kromann [mailto:frank@kromann.info] > Sent: 22 November 2003 05:09 > To: Moriyoshi Koizumi > Cc: Steph; internals; Derick Rethans > Subject: Re: [PHP-DEV] [PATCH] fixes #26194 > > > 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 > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php