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 |
What are plugins in zend framework?
What zend acl?
Can we call a model in view?
How to get all get data in zend framework?
What is zend framework in php?
Explain what are the default methods provided by decorators?
What is the latest version of zend framework?
Which class extend the zend model? Zend_db_table_abstract
What is being presented by the decorators?
Is zf a component library or a framework?
What is inflection?
Zend framework forms, decorators and validation: should I go back to plain html?