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

php_crypt not located in phalcon.dll ??

Hi There

Im worked with phalcon 1.2.6 for a while. Now i updated the DLL on my Windows PC to 1.3.0. I choose the x86 version php 5.5 VC 11.

On my notebook everything is working fine. but on my desktop not. very anoying...

Please can anybody help me?

Thanks.

sounds like you lack some php extension that you need, its not really a phalcon issue ...

what error are you getting?

If by ‘php_crypt’ you are referring to Phalcon\Crypt, then you need to have the mcrypt PHP extension installed.



8.8k
Accepted
answer

Hi Thanks for your Answers.

My Problem was, that i was using xampp on old dev env on windows with PHP 5.4. By custom i tried to install phalcon extension for php 5.5.

BUT THIS IS NOT WORKING, stupid me..

Thanks again anyway ;)