;Zeev Suraski" <[EMAIL PROTECTED]>; "PHP Developers Mailing List"
<[EMAIL PROTECTED]>
Envoyé : jeudi 5 juillet 2001 09:02
Objet : Re: [PHP-DEV] Problem with globals ZTS
> On Thu, 5 Jul 2001, Gilles Koffmann wrote:
>
> > Hello,
> >
> > I'm in ZTS m
On Thu, 5 Jul 2001, Gilles Koffmann wrote:
> Hello,
>
> I'm in ZTS mode. Building with VC++ 5, on win 98 with PHP 4.0.5 and apache
> 1.3.19.
Is VC++ 5 supported? I thought you needed at least version 6...
Derick
-
PHP:
les Koffmann" <[EMAIL PROTECTED]>
Cc : <[EMAIL PROTECTED]>
Envoyé : samedi 23 juin 2001 10:30
Objet : Re: [PHP-DEV] Problem with globals ZTS
> Are you building it in ZTS mode or does it crash in non ZTS mode after
this
> change?
>
> At 09:35 22/6/2001, Gilles Kof
Are you building it in ZTS mode or does it crash in non ZTS mode after this
change?
At 09:35 22/6/2001, Gilles Koffmann wrote:
>Hi,
>
>I'm writing an extension to php. After changing my code to have thread safe
>globals ,
>my extension is crashing and I can't figure out what it is:
>
>typedef st
Hi,
I'm writing an extension to php. After changing my code to have thread safe
globals ,
my extension is crashing and I can't figure out what it is:
typedef struct {
HashTable array_dl_handle; /* hash user dll name -> handle, getobject,
getcompiler, destroyobject */
HashTable array_compiler;