Hi, > > For now, I see one missing part - opcache can't work completely out of > > the > box, > > because its interned string related functions are wrapped with #ifndef > > ZTS > > > Oh, indeed. Getting to this part now then :) >
The Opcache support is done now. Additional things that are done - some startup/shutdown sequence refactoring was required in zend.c, to mitigate shutdown issues with Opcache - CG(zend_string) was removed, instead there is a global variable - fixed phpdbg integration With this, looks like it's ready for the next review round. I'm doing some load tests in between. Thanks Anatol -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php