> that's what worries me, I dont get why people wants to introduce yet
> another switch to disable to garbage collector ( that will lead to
> different/broken behaviuor) I think there is enough non-sense already
> with the unicode.semantics switch thingy.

This switch (currently) has nothing to do with the garbage collector.
If on, it prevents legacy code that do not use the refcount and is_ref
manipulation macros from compiling. That's all it does. In fact,
naming it ZEND_GC is misleading.

David

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

Reply via email to