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 phalcon 2.0 with zephir for php5.6

Hey.

I wanted to try out phalcon 2.0 and saw the blog about beta 3 :) So i have setup a new ubuntu 14.04 installation where i have installed apache 2.4 mysql 5.6 and my friend php 5.6 deb packages made out of the php 5.6.2 source.

When i run "zephir build" can i see the file are still made into /usr/lib/php5/20121212 but my friend tells me that for 5.6 are they going into a 2013 folder.

Do i need to set some options or something before i compile or how should i compile it for 5.6 with custom path ?



98.9k
Accepted
answer

Make sure your phpize and php-config executables are the ones provided for 5.6.2



58.4k
edited Nov '14

Hey

I have write how to running multi version Phalcon in which Phalcon 2.0 with php 5.6 but it not public, It will public 11/6/2014 on sitepoint, i hope that solve problem of you



21.1k

php phpize php-config are all pointed to my 5.6.2 version.

but i could try to re clone the repo.

Make sure your phpize and php-config executables are the ones provided for 5.6.2



21.1k

It worked with cloning the repo again :)