Skip to content

view->setParamToView crash the server with complex arrays #1

@somms

Description

@somms

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions