Suppose your Zend engine supports the mode Then how can u configure your PHP Zend engine to support mode?
Answer / 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 |
Who developed the zend framework?
How to render view file from controller in zend framework?
What are decorators in the zend framework?
What are the goals of zend framework?
Is zend_cache provides a generic way to cache any data?
When do we need to disable layout?
How to install zend on your local machine?
Checking whether form posted or not in zend framework?
Write a custom function to fetch last insert id in zend framework
Suppose your Zend engine supports the mode Then how can u configure your PHP Zend engine to support mode?
What is zend controller front in zend framework?
How to add a view helper directory (zend framework)?