Hello,

On 11/15/06, Wez Furlong <[EMAIL PROTECTED]> wrote:
We cannot change it in SAPI where we are not the .exe because we don't
own the process.
Messing with that flag affects the entire process and could break
things at a higher level.

I call this kind of thing "library abuse", where one piece of code
assumes that it is the only consumer of the library.  In a modular
application, this is not the case.

I just commited a better fix. At least it has no impact on other
functions in the same process. However I still think that we have a
problem here, we were only lucky until now :)

--Pierre

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to