Replies: 3 comments 1 reply
-
Did you added phalcon.dll to the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes Jeckerson, just by this I receive the error Warning: PHP Startup: Unable to load dynamic library 'phalcon' |
Beta Was this translation helpful? Give feedback.
0 replies
-
Then, it seems that you forgot to paste |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Questions? Forum: https://phalcon.io/forum or Discord: https://phalcon.io/discord
Describe the bug
I'm trying use php 8.0.6 NTS (https://windows.php.net/downloads/releases/php-8.0.6-Win32-vs16-x64.zip) in in windows 10, by internal server, but the extension don't run, i got the error:
`
C:\php>php -ri phalcon
Warning: PHP Startup: Unable to load dynamic library 'phalcon' (tried: C:\php\ext\phalcon (Não foi possível encontrar o módulo especificado), C:\php\ext\php_phalcon.dll (Não foi possível encontrar o módulo especificado)) in Unknown on line 0
Parse error: syntax error, unexpected end of file in Command line code on line 1
`
Details
php -v
) PHP 8.0.6 (cli) (built: May 4 2021 23:31:41) ( NTS Visual C++ 2019 x64 )Beta Was this translation helpful? Give feedback.
All reactions