Page 1 of 1
what php version works best with latest SVN build?
Posted:
Tue Aug 20, 2013 7:23 am
by boybawang
Hi vicidial guys, would like to ask what php version works best with the latest SVN build of vicidial?
Re: what php version works best with latest SVN build?
Posted:
Wed Aug 21, 2013 5:44 am
by mflorell
We have not done version by version testing, but looking at my development box we are using PHP 5.3.3, and I know it will work on versions newer than that too.
Re: what php version works best with latest SVN build?
Posted:
Wed Aug 21, 2013 5:58 am
by boybawang
i am on 5.3.2 and had the issue with the latest 2.8 svn build, it wasnt updating the disposition of the call to what the agent disposed it, i had agi out and web logs traced and had to change the require() to require_once() on the php files under /agc/ directory then it worked well, I am going to try updating to php 5.3.10 and see if it works without modifying those php files