which phalcon version has to be used for xampp php 8.2.12 #16540
Unanswered
prachipachpande
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here, I'm adding error I'm facing while trying to install phalcon 8.2.16 extension for xampp 8.2.12.
Here are the details of my environment:
Phalcon Version: 8.2.16
XAMPP Version: 8.2.12
Operating System: windows 64-bit
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
PHP 8.2.12 (cli) (built: Oct 24 2023 21:15:15) (ZTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.2.12, Copyright (c) Zend Technologies
I have tried the following troubleshooting step:
1.Verified that the correct extension file (php_phalcon.dll) is present in the specified directory(C:\xampp\php\ext).
2. In the php.ini file added the statement extension=php_phalcon.dll
3. Verified the permissions, full permissions are set for folders & file.
which version of phalcon should we use for xampp 8.2.12.? & any other troubleshooting we can do to identify the cause?
Despite these efforts, I am still unable to resolve the issue. Your assistance in resolving this matter would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions