> It was deliberate, I did it. The reason for getting rid of it was because it > makes checking ZE2 simpler, actually. I didn't want to have to do #if > defined(ZEND_ENGINE_2) && !defined(ZEND_ENGINE_3). > So instead you have to do: #if defined(ZEND_ENGINE_2) || defined(ZEND_ENGINE_3)
But cool, kind of arbitrary either way, so it's all good. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php