Suppose your Zend engine supports the mode Then how can u configure your PHP Zend engine to support mode?
Answer Posted / Nisha Bala
Unfortunately, there's no direct option to configure the Zend Engine to support the ZTS (Thread Safe) mode during installation. However, you can recompile PHP with the --enable-maintainer-zts flag to enable it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers