Replies: 1 comment
-
I forgot the f**** PECL,, its working now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PHP 7.3
Apahce 2.4.57
Windows Server 2022
RAM: 3,5GB
Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
I have tried several versions of both PHP and Phalcon, but I keep experiencing the same issue. Currently, I am using a clean installation of Apache 2.4.57 and PHP 7.3.
Everything seems to be going well until I place the php_phalcon.dll file in the PHP extensions folder and add 'extension=php_phalcon.dll' to the end of php.ini. As soon as I click 'start' in Apache, I get an error message, which I have checked in the event viewer, but it only says that Apache has failed - I don't have any other clues.
I believe I have downloaded Phalcon correctly, and when I use phpinfo, I get the following information:
PHP API | 20180731
PHP Extension | 20180731
Zend Extension | 320180731
Zend Extension Build | API320180731,TS,VC15
PHP Extension Build | API20180731,TS,VC15
And I have downloaded this version from here:
https://github.com/phalcon/cphalcon/releases/tag/v3.4.4
phalcon_x64_vc15_php7.3_3.4.4
command line: php -ini fails too
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions