Phalcon PHP installation

2

Hello,

I'm trying to install Phalcon PHP Framework in XAMPP under Windows as per the tutorial of that link: link , but following the steps of the tutorial, after I put the Phalcon dll in the PHP extensions folder, when restarting Apache, it accuses the following error:

Would anyone help me ..? Thank you for your attention, any help is very welcome.

    
asked by anonymous 01.07.2014 / 15:53

1 answer

2

For the error you're getting, it looks like you're not doing downloading the correct version of Phalcon to use with your setup and PHP version.

Assuming PHP 5.5.0

PHP Non-Thread-Safe (nts)

If you have the Non-Thread-Safe (nts) version of PHP, you need to download:

PHP Thread-Safe (ts)

If you have the PHP version Thread-Safe (ts), you need to download:

01.07.2014 / 19:39