We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

$this->security->hash('***') reloading Apache

$hash = $this->security->hash($pass); restart my Apache

[Thu Jul 17 18:06:16.121759 2014] [mpm_winnt:notice] [pid 3800:tid 396] AH00428: Parent: child process 3344 exited with status 255 -- Restarting. [Thu Jul 17 18:06:16.179762 2014] [mpm_winnt:notice] [pid 3800:tid 396] AH00455: Apache/2.4.9 (Win64) PHP/5.5.12 configured -- resuming normal operations [Thu Jul 17 18:06:16.179762 2014] [mpm_winnt:notice] [pid 3800:tid 396] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59 [Thu Jul 17 18:06:16.179762 2014] [core:notice] [pid 3800:tid 396] AH00094: Command line: 'C:\WebServer\bin\apache\apache2.4.9\bin\httpd.exe -d C:/WebServer/bin/apache/apache2.4.9' [Thu Jul 17 18:06:16.180762 2014] [mpm_winnt:notice] [pid 3800:tid 396] AH00418: Parent: Created child process 6368 [Thu Jul 17 18:06:16.498780 2014] [mpm_winnt:notice] [pid 6368:tid 312] AH00354: Child: Starting 64 worker threads.

Phalcon from this https://forum.phalcon.io/discussion/2435/unable-to-install-phalcon-over-windows-8-64bit-need-help for php 5.5.12



26.3k

Hi! There is a bug in Phalcon 1.3.2 in hash() method. It does not work on Windows... I don't know what to do if you use Windows as production server, but I have made little bypass to development purposes.

Check: https://forum.phalcon.io/discussion/2709/how-to-bypass-current-bug-with-security-hash-on-windows-



3.5k

Windows only for development. Production will on Linux. thx for bypass