Tagged Questions
The xinc tag has no wiki summary.
8
votes
3answers
2k views
PHP build/integration tools: Do you use them?
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), ...
5
votes
3answers
1k views
Phing, Xinc or phpUnderControl - which one will last?
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 ...
4
votes
4answers
364 views
Running xinc on OpenBSD's Apache Server
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 ...
-1
votes
1answer
348 views
Step by step tutorial for xinc?
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 ...