RES: [PHP] Thread Safety [partially solved]

2008-02-21 Thread Thiago Pojda
PROTECTED] Enviada em: quarta-feira, 20 de fevereiro de 2008 09:32 Para: 'Tom Rogers' Cc: php-general@lists.php.net; 'PHP Install' Assunto: RES: [PHP] Thread Safety Tom, That did not do it either. I'm sure I'm missing something stupid, just can't find out what. PHPInfo: System Linux debian 2.6.18-4

RES: [PHP] Thread Safety

2008-02-20 Thread Thiago Pojda
fevereiro de 2008 20:40 Para: Thiago Pojda Cc: php-general@lists.php.net Assunto: Re: [PHP] Thread Safety 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

[PHP] Thread Safety

2008-02-19 Thread Thiago Pojda
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, what am I missing? PHP 4.4.8 Thanks! Atenciosamente,

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, what am I

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

RES: [PHP] Thread Safety

2008-02-19 Thread Thiago Pojda
- De: Daniel Brown [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 19 de fevereiro de 2008 15:16 Para: Thiago Pojda Cc: php-general@lists.php.net Assunto: Re: [PHP] Thread Safety On Feb 19, 2008 12:00 PM, Thiago Pojda [EMAIL PROTECTED] wrote: Not quite sure if this is the right list, but here I

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

2008-02-19 Thread Thiago Pojda
-Mensagem original- quote. De: Daniel Brown [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

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 way,

[PHP] Thread safety

2003-01-28 Thread Olga Tonkonog
Hello ! I write extension for PHP. I create bibliothek for Windows and for Linux. I set switch ZTS for thread-safety in Windows and use project php4ts. How can I set thread-safety for Linux? Help!! Thank you at advance Olga -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

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 set