Re: [PHP-DEV] Re: [PATCH] Automatic module globals management

2006-06-11 Thread Stanislav Malyshev
SF>>Erm, Stas, it's not because it's impossible - it's because that SF>>module_shutdown_func happens to be the module's MSHUTDOWN. The contents of SF>>MSHUTDOWN generally look something like: SF>> SF>>#ifdef ZTS SF>>ts_free_id(pcre_globals_id); SF>>#else SF>>php_pcre_shutdown_globals(&pcre_globals

Re: [PHP-DEV] Re: [PATCH] Automatic module globals management

2006-06-11 Thread Stanislav Malyshev
SF>>You'd need to be _dynamically_ loading somewhere over 24 modules for that to SF>>happen, and this is me testing with a --disable-all build. Normally it'd be So what? What is so special in number 24 that it can never happen? 640K of memory is enough for everybody, right? That's exactly what I

Re: [PHP-DEV] Re: [PATCH] Automatic module globals management

2006-06-11 Thread Steph Fox
Hi Stas SF>>resource id, and it would need to be a ZTS build. Whatever way you look at SF>>it, that's a screwed up configuration. So we would blame the user for our broken code. Do you think it's a good idea. No I don't, so I wrote something completely different. Is the attached a better s

[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

Re: [PHP-DEV] need the spam moderated in pecl-dev

2006-06-11 Thread Wez Furlong
It turned out to be mysql table corruption that was preventing the moderation from working correctly. "Normal" service should resume shortly. --Wez. On 6/5/06, Xuefer <[EMAIL PROTECTED]> wrote: it looks likes there's too many spam in pecl-dev these days. is that list moderated yet? -- PHP Int

Re: [PHP-DEV] Re: internals Digest 9 Jun 2006 23:10:50 -0000 Issue 993

2006-06-11 Thread Wez Furlong
The problem is that there is no standard location for anything in PHP on Windows, and a lot of people take advantage of, and rely on, that fact. --Wez. On 6/10/06, John Mertic <[EMAIL PROTECTED]> wrote: > Actually, there is also an option that allows you to scan a specific > directory for ini f

Re: [PHP-DEV] Re: internals Digest 9 Jun 2006 23:10:50 -0000 Issue 993

2006-06-11 Thread John Mertic
That makes sense, and I agree that that shouldn't change. Could there be a way to include addition ini files; something like how Apache uses the "Include" Directives, allowing one to specify a file or many files using wildcards of additional ini files to include? John On 6/11/06, Wez Furlong <[