Hi,
Has anyone experienced this or something similiar or have any idea on what it might be?
I'm trying to hash a password using Phalcon\Security but it is causing an error.
I'm getting:
[Tue May 06 16:37:09.826577 2014] [core:notice] [pid 4740:tid 140735168942864] AH00052: child pid 7756 exit signal Bus error (10)
When calling:
$this->security->hash($password);
I'm using phalcon 1.3.1 in php 5.5.10 on osx mavericks using the default dependency injector.