Re: [PHP-DEV] php 6 ICU cleanup

2006-06-12 Thread 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, becaus

Re: [PHP-DEV] php 6 ICU cleanup

2006-06-12 Thread Andrei Zmievski
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-bug

[PHP-DEV] php 6 ICU cleanup

2006-06-11 Thread 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