Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10313 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54371 invoked by uid 1010); 8 Jun 2004 10:52:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54315 invoked from network); 8 Jun 2004 10:52:11 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 8 Jun 2004 10:52:11 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i58Aq4H2009348; Tue, 8 Jun 2004 12:52:05 +0200 Date: Tue, 8 Jun 2004 12:51:48 +0200 (CEST) X-X-Sender: derick@localhost To: Nuno Lopes cc: Christian Stocker , internals@lists.php.net In-Reply-To: <009f01c44d45$51d9d8d0$0100a8c0@pc07653> Message-ID: References: <40C5959A.2010600@bitflux.ch> <009f01c44d45$51d9d8d0$0100a8c0@pc07653> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Mem Leak in Tidy, ZE2 Bug? From: derick@php.net (Derick Rethans) On Tue, 8 Jun 2004, Nuno Lopes wrote: > You shouldn't use the char-encoding as option (the second paramether)!! You > should just set the last parameter, as it will set the input and ouput > charset!! No need for those extra exclamation marks, and even *if* he used the function wrongly it shouldn't leak memory. Derick