Report this

What is the reason for this report?

Phalcon installation does not work. Where/how do I load extension=phalcon.so

Posted on March 24, 2014

Phalcon installation does not work. Where/how do I load extension=phalcon.so

I cannot see where to load it / type it in the php.ini

Is this how to do it (see last line):

; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;;

; If you wish to have an extension loaded automatically, use the following ; syntax: ; ; extension=modulename.extension ; ; For example, on Windows: ; ; extension=msql.dll ; ; … or under UNIX: ; ; extension=msql.so ; ; … or with a path: ; ; extension=/path/to/extension/msql.so ; ; If you only provide the name of the extension, PHP will look for it in its ; default extension directory. ; ; extension=phalcon.so ;



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

hey, <br> <br>from the looks of your post, you have the appropriate line commented. <br> <br>try to remove the semi-colon from before the extension declaration: <br> <br>; If you only provide the name of the extension, PHP will look for it in its <br>; default extension directory. <br>; <br>extension=phalcon.so <br> <br>see http://en.wikipedia.org/wiki/Comment_(computer_programming) for more info.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.