Has anyone been able to get xinc to run correctly under OpenBSD's chrooted default Apache? I'd like to keep our development server running fully chrooted just like our Production server so that we make sure our code runs just fine chrooted.
...
After reading the "Modern PHP workflow" article in the November 2008 edition of php|architect magazine which
discussed unit testing (phpUnit), build tools (Phing) and continuous integration (Xinc), I'm inspired the learn more about some of the tooling available for PHP, especially Phing.
In the past I've often handled deployment to a p...
I am still looking into which one of these tools I should use. When I was poking around I noticed none of them really have any new releases:
Xinc
Version 2.0.1 released 02/05/08
Phing
Version 2.3.3 released 12/07/08
phpUnderControl
Version 0.4.4 released 08/09/08
Should I choose phpUnderControl because it had the latest release and de...
I am trying to get into CI development for a php project, after I failed with phpUnderControl because Java seemed to explode at me I wanted to try xinc. I got xinc installed just fine (mainly because I am good at php and knew what the errors it gave out ment). Is there a step by step tutorial for a project? I have only found this: http:/...