cphalcon icon indicating copy to clipboard operation
cphalcon copied to clipboard

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

Open prachipachpande opened this issue 11 months ago • 1 comments

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

  • Phalcon version: Tested in [5.6.1]
  • PHP Version: 8.2.12
  • Operating System: Windows 64-bit operating system, x64-based processor
  • Installation type: installing via package manager

prachipachpande avatar Mar 12 '24 11:03 prachipachpande

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

diplopito avatar Apr 05 '24 09:04 diplopito