Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24090 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87305 invoked by uid 1010); 11 Jun 2006 12:04:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87290 invoked from network); 11 Jun 2006 12:04:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jun 2006 12:04:34 -0000 X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.23 relay3.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.23:59307] helo=sapo.pt) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 79/62-30619-FC60C844 for ; Sun, 11 Jun 2006 08:04:32 -0400 Received: (qmail 16464 invoked from network); 11 Jun 2006 12:04:27 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.152) by relay3 with SMTP; 11 Jun 2006 12:04:27 -0000 Received: (qmail 7891 invoked from network); 11 Jun 2006 12:04:27 -0000 X-AntiVirus: PTMail-AV 0.3-0.88.2 X-Virus-Status: Clean (0.00592 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[82.155.77.21]) (envelope-sender ) by mta2 (qmail-ldap-1.03) with SMTP for ; 11 Jun 2006 12:04:27 -0000 Message-ID: <004a01c68d4f$2fadcd10$0100a8c0@pc07653> To: "PHPdev" Cc: Date: Sun, 11 Jun 2006 13:04:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original 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: php 6 ICU cleanup From: nlopess@php.net ("Nuno Lopes") 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