开发者

Testing against various PHP versions

开发者 https://www.devze.com 2023-01-05 21:17 出处:网络
I have a PHP app that I would like to test against various PHP versions.I don\'t need to configure it with Apache or mysql, a simple php command line binary would do.I would however need cURL with SSL

I have a PHP app that I would like to test against various PHP versions. I don't need to configure it with Apache or mysql, a simple php command line binary would do. I would however need cURL with SSL support compiled in.

The reason I ask as I tried compiling my own and ran into all sorts of issues with newer versions of curl don't work with older versions of PHP etc.

I already have a test suite and would like to run it against as many versions of PHP a开发者_C百科s possible.

Is there a good way to do this short of manually compiling a ton of php binaries?


Check phpfarm, primarily developed for PEAR's CI machine.

0

精彩评论

暂无评论...
验证码 换一张
取 消