Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5650 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36451 invoked by uid 1010); 21 Nov 2003 21:31:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36427 invoked from network); 21 Nov 2003 21:31:11 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 21 Nov 2003 21:31:11 -0000 Received: from [10.21.1.187] (c38047.upc-c.chello.nl [212.187.38.47]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id hALLUro3006239; Fri, 21 Nov 2003 22:31:01 +0100 Date: Fri, 21 Nov 2003 22:30:51 +0100 (CET) X-X-Sender: derick@localhost To: Steph cc: internals In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Warning: helo-invalid Subject: Re: [PHP-DEV] [PATCH] fixes #26194 From: derick@php.net (Derick Rethans) 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). Derick