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!
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.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.