build PHP with ant scripts

后端 未结 4 1143
天命终不由人
天命终不由人 2021-02-14 01:38

I was just wondering how I use Ant to build my web applications that I have written in PHP? I\'ve googled around a bit and I have seen that it is possible but there are not any

4条回答
  •  不要未来只要你来
    2021-02-14 02:28

    This is definitely possible. If you are looking for a pure php solution phing might be what you want. Also note that there's usually no reasons to build PHP scripts. They should 'just work'.

提交回复
热议问题