Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
prachipachpande opened this issue Mar 12, 2024 · 1 comment
Open

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

prachipachpande opened this issue Mar 12, 2024 · 1 comment
Labels
bug A bug report status: unverified Unverified

Comments

@prachipachpande
Copy link

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 prachipachpande added bug A bug report status: unverified Unverified labels Mar 12, 2024
@diplopito
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug report status: unverified Unverified
Projects
None yet
Development

No branches or pull requests

2 participants