We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

apache2.4 php5.4.13, Cannot load phalcon1.0

extension=php_phalcon.dll

D:\WAMP\PHP\ext\php_phalcon.dll The file exists;

PHP Warning: PHP Startup: Unable to load dynamic library 'D:\WAMP\PHP\ext\php_p halcon.dll' - 找不到指定的模块。 in Unknown on line 0 Warning: PHP Startup: Unable to load dynamic library 'D:\WAMP\PHP\ext\php_phalco n.dll' - 找不到指定的模块。 in Unknown on line 0 PHP Parse error: syntax error, unexpected end of file in Command line code on l ine 1 Parse error: syntax error, unexpected end of file in Command line code on line 1



98.9k

If you're using WAMP 64bits you need to use any of these:

Phalcon 1.0.0 - Windows x64 for PHP 5.4.0 (VC9) Phalcon 1.0.0 - Windows x64 for PHP 5.4.0 NTS (VC9)

If your Wamp is built for 32bits you need:

Phalcon 1.0.0 - Windows x86 for PHP 5.4.0 (VC9) Phalcon 1.0.0 - Windows x86 for PHP 5.4.0 NTS (VC9)

https://phalcon.io/download



4.5k

thanks; I have been resolved;