-
-
Couldn't load subscription status.
- Fork 2k
Closed
Description
I'm using php_phalcon.dll, version 5.3.9RC2-dev
When a use $this->view->setParamToView in my controller with a complex array, Apache crashes.
This works:
$this->view->setParamToView('errors' , array('value1'=>'test','value2'=>'test'));
This doesn't:
$this->view->setParamToView('errors' , array('value1'=>array('value1-1'=>'test'),'value2'=>'test'));
Metadata
Metadata
Assignees
Labels
No labels