Re: [PHP] Thread Safety

2008-02-19 Thread Tom Rogers
Hi, Wednesday, February 20, 2008, 3:00:28 AM, you wrote: TP> Not quite sure if this is the right list, but here I am... TP> TP> I'm trying to use zend platform and it requires the Thread Safety option set TP> to off. TP> TP> I just compiled php and I can't find what argument to build php that

[PHP] RES: [PHP-INSTALL] Re: [PHP] Thread Safety

2008-02-19 Thread Thiago Pojda
-Mensagem original- mailto:[EMAIL PROTECTED] Assunto: [PHP-INSTALL] Re: [PHP] Thread Safety On Feb 19, 2008 1:21 PM, Thiago Pojda <[EMAIL PROTECTED]> wrote: > I was expecting that. I just compiled it to enable oci8 module and the > source is ready for modifications.

Re: [PHP] Thread Safety

2008-02-19 Thread Daniel Brown
On Feb 19, 2008 1:21 PM, Thiago Pojda <[EMAIL PROTECTED]> wrote: > I was expecting that. I just compiled it to enable oci8 module and the > source is ready for modifications. :) > > Isn't there any argument you pass to ./configure to disable Thread Safety? I > didn't find any and neither google or

Re: [PHP] Thread Safety

2008-02-19 Thread Daniel Brown
On Feb 19, 2008 12:00 PM, Thiago Pojda <[EMAIL PROTECTED]> wrote: > Not quite sure if this is the right list, but here I am... > > I'm trying to use zend platform and it requires the Thread Safety option set > to off. > > I just compiled php and I can't find what argument to build php that way, > w

Re: [PHP] Thread safety

2003-01-28 Thread Maxim Maletsky
Don't the current PHP extensions have a good example there? It's pretty much easy to understand reading the code. -- Maxim Maletsky [EMAIL PROTECTED] "Olga Tonkonog" <[EMAIL PROTECTED]> wrote... : > Hello ! > > I write extension for PHP. I create bibliothek for Windows and for Linux. > I se