Windows7, Xampp1.8.3(PHP v5.59)
Apache crashed running the following code.
class UserController extends \Phalcon\Mvc\Controller
{
public function indexAction()
{
$this->security->hash('a');
}
}
Following messages appeared on apache/logs/error.log:
[Fri Mar 28 18:06:41.038741 2014] [mpm_winnt:notice] [pid 16880:tid 260] AH00428: Parent: child process 12704 exited with status 3221225477 -- Restarting.
[Fri Mar 28 18:06:41.206758 2014] [mpm_winnt:notice] [pid 16880:tid 260] AH00455: Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.9 configured -- resuming normal operations
[Fri Mar 28 18:06:41.206758 2014] [mpm_winnt:notice] [pid 16880:tid 260] AH00456: Apache Lounge VC11 Server built: Nov 21 2013 20:13:01
[Fri Mar 28 18:06:41.206758 2014] [core:notice] [pid 16880:tid 260] AH00094: Command line: 'e:\\xampp\\apache\\bin\\httpd.exe -d E:/xampp/apache'
[Fri Mar 28 18:06:41.208758 2014] [mpm_winnt:notice] [pid 16880:tid 260] AH00418: Parent: Created child process 13264
[Fri Mar 28 18:06:42.060843 2014] [mpm_winnt:notice] [pid 13264:tid 272] AH00354: Child: Starting 150 worker threads.
Please help someone.