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

How to disable window warning "Module 'phalcon' already loaded".

i use Netbeans 8.0,2 on windows7 for my php and i use PHPUnit for testing. when run testing, the window waring appear with content: Module 'phalcon' already loaded. How to disable it ? Thanks.

img



34.6k
Accepted
answer

Make sure extension=php_phalcon.dll is not twice in your php.ini

thank brother so much.