Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24099 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5428 invoked by uid 1010); 13 Jun 2006 02:28:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 5413 invoked from network); 13 Jun 2006 02:28:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jun 2006 02:28:08 -0000 X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.21 relay1.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.21:35265] helo=sapo.pt) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id F9/49-00253-6B22E844 for ; Mon, 12 Jun 2006 22:28:06 -0400 Received: (qmail 11667 invoked from network); 13 Jun 2006 02:27:49 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.206) by relay1 with SMTP; 13 Jun 2006 02:27:49 -0000 Received: (qmail 26990 invoked from network); 12 Jun 2006 19:54:20 -0000 X-AntiVirus: PTMail-AV 0.3-0.88.2 X-Virus-Status: Clean (0.00419 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[82.155.72.216]) (envelope-sender ) by mta11 (qmail-ldap-1.03) with SMTP for ; 12 Jun 2006 19:54:20 -0000 Message-ID: <003b01c68e59$fda4d730$0100a8c0@pc07653> To: "Andrei Zmievski" Cc: "PHPdev" References: <004a01c68d4f$2fadcd10$0100a8c0@pc07653> <47c39d2586494bbe3b461274a89324e0@gravitonic.com> Date: Mon, 12 Jun 2006 20:54:18 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Subject: Re: [PHP-DEV] php 6 ICU cleanup From: nlopess@php.net ("Nuno Lopes") Ah sorry. I always confuse you and Andrey.. And no, I don't have enough karma. Can you please commit it? Thanks, Nuno ----- Original Message ----- > Go ahead and commit, if you have karma. > > On Jun 11, 2006, at 5:04 AM, Nuno Lopes wrote: > >> Hi, >> >> I've made a patch to clean ICU stuff at exit, because I was getting a >> couple of memory leaks. >> >> http://mega.ist.utl.pt/~ncpl/php6_icu_shutdown.txt >> >> references: >> http://dev.icu-project.org/cgi-bin/icu-bugs/incoming?findid=5224 >> http://icu.sourceforge.net/apiref/icu4c/uclean_8h.html#a8 >> >> >> Nuno