mattheath / puppet-php

DEPRECATED see official Boxen fork:
https://github.com/boxen/puppet-php
MIT License
21 stars 53 forks source link

Detect broken versions of PHP and recompile #29

Closed mattheath closed 11 years ago

mattheath commented 11 years ago

Unfortunately updating Zlib (#26) breaks currently installed php versions. This checks an installed PHP version works correctly by ensuring php -i returns a zero exit code.

If a non zero exit code is returned the existence check is failed and the version will be reinstalled.

enthooz commented 11 years ago

Oh, nice! Stoked to see this. My teammates will be happy. Thanks for your constant improvements on this beast.

mattheath commented 11 years ago

Seems to work for me, will tag as 0.5.6