Hi all
A customer just installed zend optmiser on his dedicated server. Now i have a heavy script which doesn't run well any more...lot of loops with socket open on remote site..it looks that php cuts the script on different place each time without printing any error. So my question is that is zend optimiser could influence execution of script which are not using zend...
yes it can. Zend Optimezer replaces pieces of your code with code that should run faster.
The same thing happen to me once. For one piece of code my script just died(it caused apache to crash too), when the optimizer was enabled.
Originally posted by cosminb yes it can. Zend Optimezer replaces pieces of your code with code that should run faster. The same thing happen to me once. For one piece of code my script just died(it caused apache to crash too), when the optimizer was enabled.
so? how to deal with that ?