Re: [PHP-DEV] [PATCH] ZTS as fast as non-ZTS

2008-08-19 Thread Arnaud Le Blanc
Hi, On Tuesday 19 August 2008 09:52:24 Uwe Schindler wrote: > I do not know exactly how this will behave with other web servers. I do the > module for Sun Java System Webservers (NSAPI) which normally uses pthreads > (on Solaris, Linux) but not on AIX (this is why PHP as NSAPI module does not > wo

Re: [PHP-DEV] [PATCH] ZTS as fast as non-ZTS

2008-08-19 Thread Arnaud Le Blanc
Hi, On Tuesday 19 August 2008 18:22:44 Andi Gutmans wrote: > OK checked with Zeev. It seems there are some significant limitations at > least on Windows including that it doesn't work with LoadLibrary() > (which is our bread and butter). Ok, so there is the same limitations than on Linux with dlo

Re: [PHP-DEV] [PATCH] ZTS as fast as non-ZTS

2008-08-19 Thread Arnaud Le Blanc
Hi, On Tuesday 19 August 2008 09:22:46 Dmitry Stogov wrote: > Hi Arnaud, > > Arnaud Le Blanc wrote: > > Hi, > > > > On Monday 18 August 2008 19:46:46 Dmitry Stogov wrote: > >> Hi Arnaud, > >> > >> The patch looks very interesting. > >> I think it may be committed to the HEAD in the nearest futur

[PHP-DEV] Unable to load Intl extension

2008-08-19 Thread Ryan Panning
I am unable to load the Intl extension on Windows XP SP2 using Apache 2.2.8 and the php apache module. I have tried everything I can think of and for the life of me cannot get it to load. The Apache error log keeps spitting out this error. PHP Warning: PHP Startup: Unable to load dynamic libr

[PHP-DEV] Namespace Global User Function Calls

2008-08-19 Thread Ryan Panning
I can't seem to get global user function calls to work from namespaces in the latest 5.3 snaps. This is on Win XP SP2 using Apache 2.2.8 and the php5apache2_2.dll. Example: global_file.php --- require 'namespace_file.php'; function globalFunc() { 'Global Called!'; } TestNS:

RE: [PHP-DEV] [PATCH] ZTS as fast as non-ZTS

2008-08-19 Thread Andi Gutmans
The original one which only caches the TLS index is bound to php.exe and does not cross .dll boundaries (if I understand your question correctly). The new one does and therefore will most likely crash on Windows. Andi > -Original Message- > From: Dmitry Stogov > Sent: Tuesday, August 19,

RE: [PHP-DEV] [PATCH] ZTS as fast as non-ZTS

2008-08-19 Thread Andi Gutmans
OK checked with Zeev. It seems there are some significant limitations at least on Windows including that it doesn't work with LoadLibrary() (which is our bread and butter). There may also be some size limitations on thread local storage. In any case, this is Windows-only feedback and we may find ad

RE: [PHP-DEV] [PATCH] ZTS as fast as non-ZTS

2008-08-19 Thread Uwe Schindler
I do not know exactly how this will behave with other web servers. I do the module for Sun Java System Webservers (NSAPI) which normally uses pthreads (on Solaris, Linux) but not on AIX (this is why PHP as NSAPI module does not work on AIX). The correct way for this webserver would be to use the m

Re: [PHP-DEV] [PATCH] ZTS as fast as non-ZTS

2008-08-19 Thread Dmitry Stogov
Hi Arnaud, Arnaud Le Blanc wrote: Hi, On Monday 18 August 2008 19:46:46 Dmitry Stogov wrote: Hi Arnaud, The patch looks very interesting. I think it may be committed to the HEAD in the nearest future. I don't have time to look into all details in the moment. Could you explain why --with-tsrm