Re: [PHP-DEV] CVS update: php31/ext/standard From: Rasmus Lerdorf (rasmus <email protected>)
Date: 05/30/98

> ! /* FIXME hashing the environment causes a meltdown on rshutdown
> ! Dont think allowing putenv in multthreaded single process is a good
> ! idea unless each thread gets its own environment ???
> ! */

This is true. putenv() in a threaded process is bad news. I didn't think
you could have thread-local environments. Can you?

-Rasmus