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

Compiling 1.3.5 branch

Hi all,

I am trying to build from Phalcon 1.3.5 branch. Compilation is successful, but when I look at phpinfo - Phalcon is shown as 2.0. And my app, which is written with 1.3.4 no longer works.

Is that normal, or am I going crazy here??

Thanks.

For some reason it shows the files in 1.3.5 as they're in master but no commits or merges have been made there: https://github.com/phalcon/cphalcon/commits/1.3.5



51.3k

ok, I'll stick to 1.3.4 branch then.

what's strange is that cloning 1.3.5 does pull .c source files, there are no .zep around. yet, it looks like 2.0 is being built.



2.2k

I have no problem with branch 1.3.5.

# git clone -b 1.3.5 --depth=1 git://github.com/phalcon/cphalcon.git
# cd cphalcon/build
# ./install
# php -i | grep Phalcon
Phalcon Framework => enabled
Phalcon Version => 1.3.5

Branch 1.3.4 does not contain the commit with tag phalcon-v1.3.4.

| *   33e85f5 Phalcon Merge pull request #2929 from phalcon/1.3.4 (tag: phalcon-v1.3.4)
| |\  
| | * 6809e1b Andres Gutierrez Regenerating build [ci skip] (origin/1.3.4)