phalcon / cphalcon

High performance, full-stack PHP framework delivered as a C extension.
https://phalcon.io
BSD 3-Clause "New" or "Revised" License
10.76k stars 1.98k forks source link

[BUG]: Not able to install phalcon for PHP 8.2.12 #16542

Open prachipachpande opened 3 months ago

prachipachpande commented 3 months ago

Describe the bug I'm adding error I'm facing while trying to install phalcon 8.2.16 extension for xampp 8.2.12. Below Error is: c:\xampp\php>php -v PHP Warning: PHP Startup: Unable to load dynamic library 'php_phalcon.dll' (tried: C:\xampp\php\ext\php_phalcon.dll (The specified module could not be found), C:\xampp\php\ext\php_php_phalcon.dll.dll (The specified module could not be found)) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'php_phalcon.dll' (tried: C:\xampp\php\ext\php_phalcon.dll (The specified module could not be found), C:\xampp\php\ext\php_php_phalcon.dll.dll (The specified module could not be found)) in Unknown on line 0

To Reproduce Install xampp 8.2.12. and try to install phalcon 5.6.1

Details

diplopito commented 3 months ago

The problem with Windows and PHP 8.2 is that there is no available dll for x64 TS; in the meantime, try running PHP 8.1 or 8.3