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

V 3.2 Brew Package still says 3.1.2 is most recent version.

Hey i am trying to upgrade from 3.1.2 to 3.2 as the new devtools don't support 3.1.2 but brew is saying that the most recent version is 3.1.2



3.4k

Did you make new compilation ?

Compilation

  1. To create the extension from C source follow these steps:

git clone --depth=1 "git://github.com/phalcon/cphalcon.git" cd cphalcon/build sudo ./install

  1. Add the extension to your php.ini:

extension=phalcon.so

  1. Finally, restart the webserver

I know i can make the package from the source if i need to. my question was in regards specifically to the BREW managed package.



18.5k
Accepted
answer

Brew package has been updated. I think i just posted too soon. I posted afternoon of release and am assuming it rpobably took a day or so to get the package updated. 3.2.0 now isntalling via brew.

Thanks as always Phalcon.

For those wondering.

brew update && brew upgrade php56-phalcon should get you to teh most recent release