Re: [PHP-DEV] Thread safe problem on module_registry (Zend API Feature/Change request)

2007-03-06 Thread Michael Vergoz
osal. Regards, Michael Vergoz - Original Message - From: "Wez Furlong" <[EMAIL PROTECTED]> To: "Michael Vergoz" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; Sent: Wednesday, March 07, 2007 7:09 AM Subject: Re: [PHP-DEV] Thread safe problem on modu

Re: [PHP-DEV] Thread safe problem on module_registry (Zend API Feature/Change request)

2007-03-06 Thread Wez Furlong
t; <[EMAIL PROTECTED]> To: "Michael Vergoz" <[EMAIL PROTECTED]> Cc: Sent: Thursday, March 01, 2007 11:06 PM Subject: Re: [PHP-DEV] Thread safe problem on module_registry (Zend API Feature/Change request) > On Thu, March 1, 2007 7:29 am, Michael Vergoz wrote: > > I don'

Re: [PHP-DEV] Thread safe problem on module_registry (Zend API Feature/Change request)

2007-03-05 Thread Michael Vergoz
ii.binarysec.com/PHP/module_registry_mutex/readme.txt Regards, Michael Vergoz - Original Message - From: "Richard Lynch" <[EMAIL PROTECTED]> To: "Michael Vergoz" <[EMAIL PROTECTED]> Cc: Sent: Thursday, March 01, 2007 11:06 PM Subject: Re: [PHP-DEV] Thread safe problem

Re: [PHP-DEV] Thread safe problem on module_registry (Zend API Feature/Change request)

2007-03-04 Thread Edin Kadribasic
Hi Michael, Making dl() work on threaded platforms would be nice. Illustrating your idea with a patch would be very helpful. Edin Michael Vergoz wrote: > Hi > I am currently developing a kind of application server based on PHP > language. > I use modifications I made on SAPI embed/. > I use thr

Re: [PHP-DEV] Thread safe problem on module_registry (Zend API Feature/Change request)

2007-03-01 Thread Richard Lynch
On Thu, March 1, 2007 7:29 am, Michael Vergoz wrote: I don't claim to understand this issue fully/deeply, but I'm definitely +1 on resurrecting 'dl' if this change fixes everything to everyone's satisfaction. Not that my vote actually counts, as I've never had the skills/time to actually contribu

[PHP-DEV] Thread safe problem on module_registry (Zend API Feature/Change request)

2007-03-01 Thread Michael Vergoz
Hi I am currently developing a kind of application server based on PHP language. I use modifications I made on SAPI embed/. I use threads massively. In my application design, every thread can load different PHP modules. In practise, modules are loaded just before php_request_startup() and they are